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

Managed C++/CLI

 
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 
AnswerRe: DLL files and other methods Pin
Nemanja Trifunovic15-May-06 1:37
Nemanja Trifunovic15-May-06 1:37 
Cantona2k wrote:
I am trying to convert a VB .NET application into C++ .NET


Do you mean Managed C++ (VS 2002, 2003), C++/CLI (VS 2005) or even native C++?


Cantona2k wrote:
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, _
ByVal lpszName As String, ByVal cbName As Integer, ByVal lpszVer As String, _
ByVal cbVer As Integer) As Boolean

into C++ code.


Just include Vfw.h, link to Vfw32.lib, and call it directly as described here[^]



My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
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 
GeneralRe: How to use the SerialPort->Write function Pin
ShayD111-May-06 2:33
ShayD111-May-06 2:33 

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.