Click here to Skip to main content
15,914,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDLL load prevention Pin
Perspx1-Jul-07 1:13
Perspx1-Jul-07 1:13 
QuestionRe: DLL load prevention Pin
David Crow2-Jul-07 4:46
David Crow2-Jul-07 4:46 
Questionclosing application Pin
john56321-Jul-07 0:24
john56321-Jul-07 0:24 
AnswerRe: closing application Pin
Arman S.1-Jul-07 4:26
Arman S.1-Jul-07 4:26 
AnswerRe: closing application Pin
Stephen Hewitt1-Jul-07 15:10
Stephen Hewitt1-Jul-07 15:10 
Questioncall webbrowser.Navigate within a thread via post message to UI thread Pin
awah30-Jun-07 21:12
awah30-Jun-07 21:12 
QuestionScenarios for Deployment MFC dlg based application Pin
ndristephane30-Jun-07 20:59
ndristephane30-Jun-07 20:59 
AnswerRe: Scenarios for Deployment MFC dlg based application Pin
Rajesh R Subramanian30-Jun-07 21:22
professionalRajesh R Subramanian30-Jun-07 21:22 
You just need to ensure that the MFC DLLs corresponding to your Visual C++ version are present in the target computer. For Visual C++ 6, it is MFC42.DLL (for MFC controls) and MSVCRT.DLL (Visual C++ Run-time Library). You could use Dependency Walker[^] to find out what else is your application dependent on.

PS: If you build your application by statically linking the MFC DLLs to it, then you don't necessarily need to have the above said files on the target computer.


Nobody can give you wiser advice than yourself. - Cicero

AnswerRe: Scenarios for Deployment MFC dlg based application Pin
Mark Salsbery1-Jul-07 9:15
Mark Salsbery1-Jul-07 9:15 
Questionmanifest file Pin
saisp30-Jun-07 20:56
saisp30-Jun-07 20:56 
AnswerRe: manifest file Pin
Paresh Chitte1-Jul-07 18:28
Paresh Chitte1-Jul-07 18:28 
GeneralRe: manifest file Pin
tom groezer4-Jul-07 8:59
tom groezer4-Jul-07 8:59 
GeneralRe: manifest file Pin
Paresh Chitte5-Jul-07 18:40
Paresh Chitte5-Jul-07 18:40 
QuestionCwebbrowser2 , cannot find the internet path Pin
awah30-Jun-07 17:31
awah30-Jun-07 17:31 
AnswerRe: Cwebbrowser2 , cannot find the internet path Pin
awah30-Jun-07 18:06
awah30-Jun-07 18:06 
AnswerRe: Cwebbrowser2 , cannot find the internet path Pin
Michael Dunn1-Jul-07 12:26
sitebuilderMichael Dunn1-Jul-07 12:26 
QuestionPSID,PACL Leakage Problem Pin
Akin Ocal30-Jun-07 13:10
Akin Ocal30-Jun-07 13:10 
QuestionHow to post sample code here. Pin
samal_recw9530-Jun-07 12:45
samal_recw9530-Jun-07 12:45 
AnswerRe: How to post sample code here. Pin
Christian Graus30-Jun-07 14:07
protectorChristian Graus30-Jun-07 14:07 
GeneralRe: How to post sample code here. Pin
samal_recw951-Jul-07 8:13
samal_recw951-Jul-07 8:13 
QuestionData structures Pin
tom groezer30-Jun-07 10:52
tom groezer30-Jun-07 10:52 
AnswerRe: Data structures Pin
Paresh Chitte1-Jul-07 18:21
Paresh Chitte1-Jul-07 18:21 
AnswerRe: Data structures Pin
David Crow2-Jul-07 4:55
David Crow2-Jul-07 4:55 
QuestionDebugger not catching a specific WM_KEYDOWN in OpenGL application [PROBLEM RESOLVED] [modified] Pin
Cyrilix30-Jun-07 10:29
Cyrilix30-Jun-07 10:29 
AnswerRe: Debugger not catching a specific WM_KEYDOWN in OpenGL application Pin
Cyrilix30-Jun-07 17:53
Cyrilix30-Jun-07 17:53 

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.