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

Managed C++/CLI

 
GeneralAxImp.exe error Pin
h00ps29-Nov-04 8:47
h00ps29-Nov-04 8:47 
Generalnatural deduction in c++ Pin
Ankit Aneja29-Nov-04 2:57
Ankit Aneja29-Nov-04 2:57 
GeneralRe: natural deduction in c++ Pin
Christian Graus30-Nov-04 14:30
protectorChristian Graus30-Nov-04 14:30 
GeneralRe: natural deduction in c++ Pin
ThatsAlok1-Dec-04 18:50
ThatsAlok1-Dec-04 18:50 
GeneralJava to C++ SSL communication Pin
Sajeesh Kumar28-Nov-04 22:04
Sajeesh Kumar28-Nov-04 22:04 
Generalreferencing a com dll Pin
Sandra Fuller28-Nov-04 16:46
sussSandra Fuller28-Nov-04 16:46 
GeneralRe: referencing a com dll Pin
Alex Evans28-Nov-04 16:48
Alex Evans28-Nov-04 16:48 
GeneralRe: referencing a com dll Pin
ursus zeta2-Dec-04 9:59
ursus zeta2-Dec-04 9:59 
It's simple; you do it in source code with the #using directive.
Then, the dll must be in the same directory as your application.
Alternatively, (assuming it has a Type Library) you could run the COM dll through TLBIMP.EXE, creating a .NET assembly, which is even more fun.
And, I think you have to use P/Invoke to use the unmanaged types and methods in your code. This is done with the [DllImport] atribute.
Read this:
http://msdn.microsoft.com/msdnmag/issues/03/07/NET/[^]
GeneralSystem.NullReferenceException: Object reference not set to an instance of an object. Pin
Dino Leong26-Nov-04 21:33
sussDino Leong26-Nov-04 21:33 
GeneralWindows Forms control Pin
VKatti25-Nov-04 5:13
VKatti25-Nov-04 5:13 
GeneralRe: Windows Forms control Pin
ursus zeta2-Dec-04 10:18
ursus zeta2-Dec-04 10:18 
GeneralRe: Windows Forms control Pin
TigerNinja_14-Dec-04 13:43
TigerNinja_14-Dec-04 13:43 
QuestionWhat are the different project types? Pin
Hadi Fakhreddine23-Nov-04 23:04
Hadi Fakhreddine23-Nov-04 23:04 
AnswerRe: What are the different project types? Pin
toxcct25-Nov-04 1:01
toxcct25-Nov-04 1:01 
GeneralProgramming a ping n trace route program Pin
hafiziziziz22-Nov-04 16:20
hafiziziziz22-Nov-04 16:20 
GeneralRe: Programming a ping n trace route program Pin
Roland Bär7-Dec-04 0:40
Roland Bär7-Dec-04 0:40 
GeneralLinking with an unknow java VM from Managed C++ Pin
Large Data File20-Nov-04 22:11
Large Data File20-Nov-04 22:11 
GeneralPlacing a form on another form Pin
1gfr118-Nov-04 11:13
1gfr118-Nov-04 11:13 
Generalwrapping unmanaged classes for controls Pin
BlackDice18-Nov-04 9:50
BlackDice18-Nov-04 9:50 
GeneralHa Ha Pin
ursus zeta24-Nov-04 10:28
ursus zeta24-Nov-04 10:28 
GeneralRe: wrapping unmanaged classes for controls Pin
TigerNinja_14-Dec-04 13:51
TigerNinja_14-Dec-04 13:51 
GeneralRe: wrapping unmanaged classes for controls Pin
sunhui15-Dec-04 12:57
sunhui15-Dec-04 12:57 
GeneralMC++ and CString Pin
Cokeisit16-Nov-04 23:57
Cokeisit16-Nov-04 23:57 
GeneralRe: MC++ and CString Pin
TigerNinja_14-Dec-04 13:48
TigerNinja_14-Dec-04 13:48 
Generalerror PRJ0002 : error result returned from 'rc.exe'. Pin
Emiliano16-Nov-04 12:39
Emiliano16-Nov-04 12:39 

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.