Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to determine the control under cursor Pin
CodyDaemon31-Mar-11 21:44
CodyDaemon31-Mar-11 21:44 
GeneralRe: How to determine the control under cursor Pin
Arrin31-Mar-11 22:51
Arrin31-Mar-11 22:51 
GeneralRe: How to determine the control under cursor Pin
Damir Valiulin1-Apr-11 4:41
Damir Valiulin1-Apr-11 4:41 
AnswerRe: How to determine the control under cursor Pin
Arrin7-Apr-11 4:18
Arrin7-Apr-11 4:18 
AnswerRe: How to determine the control under cursor Pin
Arrin7-Apr-11 4:19
Arrin7-Apr-11 4:19 
QuestionExtract text(English & Chinese) from pdf [modified] Pin
wonderway31-Mar-11 16:47
wonderway31-Mar-11 16:47 
AnswerRe: Extract text(English & Chinese) from pdf Pin
Peter_in_278031-Mar-11 17:28
professionalPeter_in_278031-Mar-11 17:28 
QuestionIssue while Use DLL in MFC Exe Application Pin
Andraw Tang31-Mar-11 9:01
Andraw Tang31-Mar-11 9:01 
Hi, dear all,

I create a DLL (we called Server.DLL)with several exported functions, I also create testing application (Client.EXE) to call the exported functions in DLL, both are in debug mode. Everything works fine.

Now I need to create a DLL in release mode, so I use the Server.DLL and Client.EXE for release mode, and change the compiled files for debug mode as Sever_Debug.DLL, Client_Debug.EXE, also in the project setting part of the client application, I change the following settings:
Link ->General->Object/Library modules as Server_Debug.LIB,
Link ->General->Input->Additional Library Path to the server project Debug folder.


After I compile the client application and run the program, I got an error:

The application has failed to start because Server.DLL was not found. Re-installing the application may fix this problem.

My question is that why it still look for Server.DLL, suppose it should look for Server_Debug.DLL, right? Is there any place to let use set the path and name for the DLL file or we just put the DLL file at the same folder as client application exe file, and by default DLL file name should be same as LIB file name, am I right?

Thanks a lots!
AnswerRe: Issue while Use DLL in MFC Exe Application Pin
Albert Holguin31-Mar-11 9:28
professionalAlbert Holguin31-Mar-11 9:28 
GeneralRe: Issue while Use DLL in MFC Exe Application Pin
Andraw Tang31-Mar-11 9:33
Andraw Tang31-Mar-11 9:33 
GeneralRe: Issue while Use DLL in MFC Exe Application Pin
Albert Holguin31-Mar-11 9:38
professionalAlbert Holguin31-Mar-11 9:38 
GeneralRe: Issue while Use DLL in MFC Exe Application Pin
Andraw Tang31-Mar-11 10:53
Andraw Tang31-Mar-11 10:53 
GeneralRe: Issue while Use DLL in MFC Exe Application Pin
Albert Holguin31-Mar-11 11:00
professionalAlbert Holguin31-Mar-11 11:00 
QuestionAnything wrong Pin
Smith#31-Mar-11 4:46
Smith#31-Mar-11 4:46 
AnswerRe: Anything wrong [modified] Pin
Luc Pattyn31-Mar-11 5:17
sitebuilderLuc Pattyn31-Mar-11 5:17 
GeneralRe: Anything wrong Pin
Smith#31-Mar-11 5:33
Smith#31-Mar-11 5:33 
AnswerRe: Anything wrong Pin
Luc Pattyn31-Mar-11 7:18
sitebuilderLuc Pattyn31-Mar-11 7:18 
GeneralRe: Anything wrong Pin
CPallini31-Mar-11 7:37
mveCPallini31-Mar-11 7:37 
AnswerRe: Anything wrong Pin
Luc Pattyn31-Mar-11 7:41
sitebuilderLuc Pattyn31-Mar-11 7:41 
GeneralRe: Anything wrong Pin
CPallini31-Mar-11 8:02
mveCPallini31-Mar-11 8:02 
GeneralRe: Anything wrong Pin
Luc Pattyn31-Mar-11 8:09
sitebuilderLuc Pattyn31-Mar-11 8:09 
GeneralRe: Anything wrong Pin
CPallini31-Mar-11 8:17
mveCPallini31-Mar-11 8:17 
AnswerRe: Anything wrong Pin
CPallini31-Mar-11 5:44
mveCPallini31-Mar-11 5:44 
GeneralRe: Anything wrong Pin
Smith#31-Mar-11 5:52
Smith#31-Mar-11 5:52 
GeneralRe: Anything wrong Pin
Waldermort31-Mar-11 6:14
Waldermort31-Mar-11 6:14 

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.