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

C / C++ / MFC

 
QuestionSetup Wizard Question Pin
Rangarajan Varadan13-Oct-08 8:44
Rangarajan Varadan13-Oct-08 8:44 
AnswerRe: Setup Wizard Question Pin
Iain Clarke, Warrior Programmer13-Oct-08 17:44
Iain Clarke, Warrior Programmer13-Oct-08 17:44 
GeneralRe: Setup Wizard Question Pin
Rangarajan Varadan14-Oct-08 16:56
Rangarajan Varadan14-Oct-08 16:56 
Questionmap of lists of pointers Pin
Laan8213-Oct-08 7:05
Laan8213-Oct-08 7:05 
QuestionRe: map of lists of pointers Pin
David Crow13-Oct-08 7:39
David Crow13-Oct-08 7:39 
AnswerRe: map of lists of pointers [modified] Pin
Laan8213-Oct-08 7:57
Laan8213-Oct-08 7:57 
AnswerRe: map of lists of pointers Pin
Jason Hamilton14-Oct-08 5:04
Jason Hamilton14-Oct-08 5:04 
Questionhelp: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 4:59
lyjqhjcplusplus13-Oct-08 4:59 
Hi experts:

I have a MFC Extension DLL module, say EXT.DLL, and I have Wrapper.exe which do LoadLibrary(TEXT("EXT.DLL")); So far everything is working.

However, a couple days ago, I started to integrate a third party library, Tool.lib, which export a method called myTool(char *).

My first step was, wrote a program, test.exe, which links Tool.lib, include Tool.h header file and call myTool(...) in test.exe, it works fine, I got what I want.

Then I did the same thing to EXT.DLL, link the Tool.lib, include Too.h and call myTool(...). It compiled EXE.DLL successfully. However, it failed in Wrapper.exe at LoadLibrary(TEXT("EXT.DLL"));

Any suggestion will be highly appreciated.

Thanks

Software Developer.
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 5:39
Roger Stoltz13-Oct-08 5:39 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 5:57
lyjqhjcplusplus13-Oct-08 5:57 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 6:17
Roger Stoltz13-Oct-08 6:17 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 6:34
lyjqhjcplusplus13-Oct-08 6:34 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 6:53
led mike13-Oct-08 6:53 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:03
Roger Stoltz13-Oct-08 7:03 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 7:04
lyjqhjcplusplus13-Oct-08 7:04 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 7:25
led mike13-Oct-08 7:25 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 7:02
Roger Stoltz13-Oct-08 7:02 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 8:13
lyjqhjcplusplus13-Oct-08 8:13 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 20:42
Roger Stoltz13-Oct-08 20:42 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
led mike13-Oct-08 5:40
led mike13-Oct-08 5:40 
GeneralRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
lyjqhjcplusplus13-Oct-08 5:59
lyjqhjcplusplus13-Oct-08 5:59 
AnswerRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Hungry Developer13-Oct-08 19:34
Hungry Developer13-Oct-08 19:34 
NewsRe: help: how to integrate third party lib to my MFC Extension DLL. Pin
Roger Stoltz13-Oct-08 20:34
Roger Stoltz13-Oct-08 20:34 
QuestionQuestion about services... Pin
Green Fuze13-Oct-08 4:52
Green Fuze13-Oct-08 4:52 
AnswerRe: Question about services... Pin
Roger Stoltz13-Oct-08 5:11
Roger Stoltz13-Oct-08 5:11 

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.