Click here to Skip to main content
15,915,864 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Serialization Issue with Int32 Pin
jmlstele29-May-06 1:22
jmlstele29-May-06 1:22 
QuestionUndocumented problem with for each Pin
jmlsteele19-May-06 9:14
jmlsteele19-May-06 9:14 
GeneralRe: Undocumented problem with for each Pin
jmlstele19-May-06 9:18
jmlstele19-May-06 9:18 
AnswerRe: Undocumented problem with for each Pin
Nish Nishant19-May-06 10:10
sitebuilderNish Nishant19-May-06 10:10 
QuestionIs it possible to write a parser which will find.... Pin
SasikumarRenjith19-May-06 1:23
SasikumarRenjith19-May-06 1:23 
AnswerRe: Is it possible to write a parser which will find.... Pin
Cedric Moonen19-May-06 3:54
Cedric Moonen19-May-06 3:54 
QuestionHow do I Convert Struct to ByteArray in .net 2005 Pin
ShayD118-May-06 6:32
ShayD118-May-06 6:32 
AnswerRe: How do I Convert Struct to ByteArray in .net 2005 Pin
2bee 18-May-06 11:37
2bee 18-May-06 11:37 
Questionporting managed c++ from vs2003 to vs2005 Pin
Hohenloher16-May-06 21:50
Hohenloher16-May-06 21:50 
AnswerRe: porting managed c++ from vs2003 to vs2005 Pin
George L. Jackson17-May-06 4:43
George L. Jackson17-May-06 4:43 
GeneralRe: porting managed c++ from vs2003 to vs2005 Pin
Hohenloher17-May-06 21:38
Hohenloher17-May-06 21:38 
GeneralRe: porting managed c++ from vs2003 to vs2005 Pin
George L. Jackson18-May-06 0:34
George L. Jackson18-May-06 0:34 
GeneralRe: porting managed c++ from vs2003 to vs2005 Pin
Nemanja Trifunovic18-May-06 6:31
Nemanja Trifunovic18-May-06 6:31 
AnswerRe: porting managed c++ from vs2003 to vs2005 Pin
George L. Jackson18-May-06 11:02
George L. Jackson18-May-06 11:02 
QuestionGeneration of Class Diagrams Pin
madhusri16-May-06 5:37
madhusri16-May-06 5:37 
GeneralRe: Generation of Class Diagrams Pin
George L. Jackson17-May-06 10:43
George L. Jackson17-May-06 10:43 
QuestionSkins for MFC applications Pin
AryaSoft15-May-06 10:01
AryaSoft15-May-06 10:01 
AnswerRe: Skins for MFC applications Pin
Maximilien15-May-06 10:45
Maximilien15-May-06 10:45 
QuestionUsing unmanaged DLL functions/struct in C# Pin
__makaveli__15-May-06 2:34
__makaveli__15-May-06 2:34 
AnswerRe: Using unmanaged DLL functions/struct in C# Pin
led mike15-May-06 5:37
led mike15-May-06 5:37 
QuestionDLL files and other methods Pin
Cantona2k14-May-06 14:32
Cantona2k14-May-06 14:32 
I am trying to convert a VB .NET application into C++ .NET, I am struggling with this task and would like some help. One of the main problems I have is with taking methods from a DLL file. Could you tell me what could I would have to enter into Form1.h to change declarations like this

Declare Function capGetDriverDescriptionA Lib "avicap32.dll" (ByVal wDriver As Short, _<br />
        ByVal lpszName As String, ByVal cbName As Integer, ByVal lpszVer As String, _<br />
        ByVal cbVer As Integer) As Boolean


into C++ code. I am not sure at all as to how to include dll files and their methods in a C++ application.

I am also having problems with the following method

capGetDriverDescriptionA(x, strName, 100, strVer, 100)

This method

SendMessage(hHwnd, WM_CAP_SET_SCALE, True, 0)

belongs to the user32 dll file, but I am not sure as to how to link and import it.

Any help would be appreciated. If possible, please point me in the direction of some tutorials to help. I am a programmer who hasn't touched C++ in about a year, the last IDE I used was Visual C++ 6.0, so you can tell I need help.
AnswerRe: DLL files and other methods Pin
Nemanja Trifunovic15-May-06 1:37
Nemanja Trifunovic15-May-06 1:37 
GeneralRe: DLL files and other methods Pin
Cantona2k15-May-06 2:52
Cantona2k15-May-06 2:52 
GeneralRe: DLL files and other methods Pin
Nemanja Trifunovic15-May-06 6:32
Nemanja Trifunovic15-May-06 6:32 
Questionpath to a leaf in a BST Pin
superboyy14-May-06 2:01
superboyy14-May-06 2:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.