Click here to Skip to main content
16,006,065 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralSwitch Error Pin
Saksida Bojan11-Jul-05 22:06
Saksida Bojan11-Jul-05 22:06 
GeneralRe: Switch Error Pin
toxcct12-Jul-05 1:55
toxcct12-Jul-05 1:55 
GeneralRe: Switch Error Pin
Saksida Bojan12-Jul-05 5:23
Saksida Bojan12-Jul-05 5:23 
GeneralRe: Switch Error Pin
gecool10-Aug-05 22:30
gecool10-Aug-05 22:30 
GeneralRe: Switch Error Pin
Saksida Bojan13-Aug-05 1:12
Saksida Bojan13-Aug-05 1:12 
Generalpass an ADO Recordset from managed to unmanaged code Pin
solomon_ti11-Jul-05 19:29
solomon_ti11-Jul-05 19:29 
GeneralCalling unmanaged c++ dll's and lib's into c# using visual studio 2005 beta Pin
Member 211071711-Jul-05 16:36
Member 211071711-Jul-05 16:36 
Generalusing a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 0:05
Anonymous11-Jul-05 0:05 
Hi,

I have to use a MFC C++ DLL (unmanaged of course) in a C++ .Net project.
I have problems to do that. I've created a C++ .Net project and includes the MFC DLL.
My problems comes as soon as I call a method (ctor, dtor or method) from the MFC DLL.
I've got this kind of error :

<br />
error LNK2001: unresolved external symbol "public: __thiscall toto::toto(void)" (??0toto@@$$FQAE@XZ)<br />
fatal error LNK1120: 2 unresolved externals<br />


toto is the unmanaged class from the MFC DLL.
I call it in the C++ .Net class like this :

<br />
toto *p;<br />
p = new toto();<br />


(the first line compile but not the second)

Thanks,

Denis (denissohet AT hotmail DOT com
GeneralRe: using a MFC DLL in C++ .Net Pin
ursus zeta12-Jul-05 11:30
ursus zeta12-Jul-05 11:30 
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous12-Jul-05 21:38
Anonymous12-Jul-05 21:38 
GeneralRe: using a MFC DLL in C++ .Net Pin
ursus zeta17-Jul-05 13:50
ursus zeta17-Jul-05 13:50 
GeneralUsi Pin
Anonymous11-Jul-05 0:04
Anonymous11-Jul-05 0:04 
QuestionHow to make installer Pin
saifi_hazarvi10-Jul-05 20:30
saifi_hazarvi10-Jul-05 20:30 
Generalhelp needed adding com components with idl Pin
arusmemon8-Jul-05 20:41
arusmemon8-Jul-05 20:41 
GeneralRe: help needed adding com components with idl Pin
ursus zeta9-Jul-05 10:25
ursus zeta9-Jul-05 10:25 
Generalcannot pass a __delegate ptr to a C++ function Pin
glutz8-Jul-05 11:32
glutz8-Jul-05 11:32 
GeneralRe: cannot pass a __delegate ptr to a C++ function Pin
glutz8-Jul-05 13:54
glutz8-Jul-05 13:54 
GeneralRe: cannot pass a __delegate ptr to a C++ function Pin
Sheng Jiang 蒋晟10-Jul-05 13:59
Sheng Jiang 蒋晟10-Jul-05 13:59 
GeneralPassing callback params to an unmanaged DLL (written in C++) Pin
Glutz78bb7-Jul-05 7:06
Glutz78bb7-Jul-05 7:06 
QuestionHow to Convert VC# code to MC++ Pin
meetsukant7-Jul-05 0:21
meetsukant7-Jul-05 0:21 
AnswerRe: How to Convert VC# code to MC++ Pin
Christian Graus7-Jul-05 2:01
protectorChristian Graus7-Jul-05 2:01 
General.NET and c++ Pin
lemccain7-Jul-05 0:17
lemccain7-Jul-05 0:17 
GeneralRe: .NET and c++ Pin
Christian Graus7-Jul-05 2:04
protectorChristian Graus7-Jul-05 2:04 
GeneralRe: .NET and c++ Pin
Anonymous7-Jul-05 9:06
Anonymous7-Jul-05 9:06 
QuestionHow do you create a folder? Pin
Lagwagon566-Jul-05 7:37
Lagwagon566-Jul-05 7:37 

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.