Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC PreTranslatedMessage() ... opening dialog Pin
majeric11-Jul-05 3:14
majeric11-Jul-05 3:14 
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
David Crow11-Jul-05 3:26
David Crow11-Jul-05 3:26 
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
majeric12-Jul-05 0:39
majeric12-Jul-05 0:39 
GeneralRe: MFC PreTranslatedMessage() ... opening dialog Pin
David Crow12-Jul-05 3:27
David Crow12-Jul-05 3:27 
GeneralNeed Help Pin
sroberts8211-Jul-05 2:39
sroberts8211-Jul-05 2:39 
GeneralRe: Need Help Pin
David Crow11-Jul-05 3:06
David Crow11-Jul-05 3:06 
GeneralRe: Need Help Pin
sroberts8211-Jul-05 3:21
sroberts8211-Jul-05 3:21 
Generalusing a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 1:47
Anonymous11-Jul-05 1:47 
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 :


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


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


toto *p;
p = new toto();


(the first line compile but not the second)

Thanks,

Denis (denissohet AT hotmail DOT com

GeneralRe: using a MFC DLL in C++ .Net Pin
toxcct11-Jul-05 1:59
toxcct11-Jul-05 1:59 
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 2:17
Anonymous11-Jul-05 2:17 
GeneralRe: using a MFC DLL in C++ .Net Pin
toxcct11-Jul-05 5:33
toxcct11-Jul-05 5:33 
GeneralRe: using a MFC DLL in C++ .Net Pin
Anonymous11-Jul-05 10:26
Anonymous11-Jul-05 10:26 
GeneralFlash.ocx and massive memory issues Pin
RobotIntestines11-Jul-05 1:38
RobotIntestines11-Jul-05 1:38 
Generalvc++ Pin
prabhakar2611-Jul-05 1:33
prabhakar2611-Jul-05 1:33 
GeneralRe: vc++ Pin
toxcct11-Jul-05 1:41
toxcct11-Jul-05 1:41 
GeneralScipting Pin
ditty grail11-Jul-05 1:32
ditty grail11-Jul-05 1:32 
GeneralRe: Scipting Pin
toxcct11-Jul-05 1:39
toxcct11-Jul-05 1:39 
GeneralRe: Scipting Pin
De Nardis Andrea11-Jul-05 7:14
De Nardis Andrea11-Jul-05 7:14 
Generalsynchronization threads intra-process Pin
xcavin11-Jul-05 0:46
xcavin11-Jul-05 0:46 
GeneralRe: synchronization threads intra-process Pin
khan++11-Jul-05 1:05
khan++11-Jul-05 1:05 
GeneralRe: synchronization threads intra-process Pin
S. Senthil Kumar11-Jul-05 1:28
S. Senthil Kumar11-Jul-05 1:28 
Generaldynamic change the StatusBar information Pin
gohappy_199911-Jul-05 0:46
gohappy_199911-Jul-05 0:46 
GeneralRe: dynamic change the StatusBar information Pin
David Crow11-Jul-05 5:43
David Crow11-Jul-05 5:43 
GeneralRe: dynamic change the StatusBar information Pin
gohappy_199911-Jul-05 17:26
gohappy_199911-Jul-05 17:26 
GeneralRe: dynamic change the StatusBar information Pin
David Crow12-Jul-05 2:45
David Crow12-Jul-05 2:45 

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.