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

Managed C++/CLI

 
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 
QuestionDrawe Bar Chart with GLUT Pin
abdul_hayee12-May-06 3:47
abdul_hayee12-May-06 3:47 
QuestionHTTP GET & POST Pin
Mridang Agarwalla12-May-06 0:26
Mridang Agarwalla12-May-06 0:26 
AnswerRe: HTTP GET & POST Pin
Milton Karimbekallil12-May-06 2:31
Milton Karimbekallil12-May-06 2:31 
AnswerRe: HTTP GET & POST Pin
ThatsAlok16-May-06 2:55
ThatsAlok16-May-06 2:55 
Questionuse of extern Pin
Shamnar11-May-06 19:12
Shamnar11-May-06 19:12 
AnswerRe: use of extern Pin
_AnsHUMAN_ 12-May-06 1:06
_AnsHUMAN_ 12-May-06 1:06 
GeneralRe: use of extern Pin
Shamnar15-May-06 0:34
Shamnar15-May-06 0:34 
GeneralRe: use of extern Pin
S. Senthil Kumar15-May-06 1:59
S. Senthil Kumar15-May-06 1:59 
GeneralRe: use of extern Pin
Shamnar16-May-06 1:24
Shamnar16-May-06 1:24 
QuestionProblems in Cross Platform Enryption? Pin
He is Cool11-May-06 18:35
He is Cool11-May-06 18:35 
AnswerRe: Problems in Cross Platform Enryption? Pin
Milton Karimbekallil13-May-06 0:40
Milton Karimbekallil13-May-06 0:40 
QuestionHow to use the SerialPort->Write function Pin
ShayD110-May-06 20:24
ShayD110-May-06 20:24 
AnswerRe: How to use the SerialPort->Write function Pin
Milton Karimbekallil11-May-06 1:56
Milton Karimbekallil11-May-06 1:56 

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.