Click here to Skip to main content
15,912,069 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create *.exe file in MFC Application? Pin
TooShy2Talk3-Oct-07 20:09
TooShy2Talk3-Oct-07 20:09 
AnswerRe: How to create *.exe file in MFC Application? Pin
Cedric Moonen3-Oct-07 20:22
Cedric Moonen3-Oct-07 20:22 
Compile your program in release mode and use DependencyWalker (search on google) to see which dll's are needed for your application. Distribute those dll's with your application.
You could also link statically to the MFC, then I think you don't need to distribute any dlls.


Cédric Moonen
Software developer

Charting control [v1.2]

AnswerRe: How to create *.exe file in MFC Application? Pin
david bagaturia3-Oct-07 20:25
david bagaturia3-Oct-07 20:25 
GeneralRe: How to create *.exe file in MFC Application? Pin
Hamid_RT3-Oct-07 20:35
Hamid_RT3-Oct-07 20:35 
GeneralRe: How to create *.exe file in MFC Application? Pin
jhwurmbach3-Oct-07 22:20
jhwurmbach3-Oct-07 22:20 
GeneralRe: How to create *.exe file in MFC Application? Pin
Hamid_RT3-Oct-07 23:22
Hamid_RT3-Oct-07 23:22 
AnswerRe: How to create *.exe file in MFC Application? Pin
chandu0043-Oct-07 20:48
chandu0043-Oct-07 20:48 
GeneralRe: How to create *.exe file in MFC Application? Pin
jhwurmbach3-Oct-07 22:22
jhwurmbach3-Oct-07 22:22 
GeneralRe: How to create *.exe file in MFC Application? Pin
Russell'3-Oct-07 22:39
Russell'3-Oct-07 22:39 
GeneralRe: How to create *.exe file in MFC Application? Pin
David Crow4-Oct-07 3:31
David Crow4-Oct-07 3:31 
AnswerRe: How to create *.exe file in MFC Application? Pin
Ali Tavakol3-Oct-07 22:01
Ali Tavakol3-Oct-07 22:01 
GeneralRe: How to create *.exe file in MFC Application? Pin
TooShy2Talk5-Oct-07 4:07
TooShy2Talk5-Oct-07 4:07 
Questionhelp me to solve my C assignment Pin
adik13103-Oct-07 19:49
adik13103-Oct-07 19:49 
AnswerRe: help me to solve my C assignment Pin
Waldermort3-Oct-07 20:33
Waldermort3-Oct-07 20:33 
GeneralRe: help me to solve my C assignment Pin
chandu0043-Oct-07 20:54
chandu0043-Oct-07 20:54 
GeneralRe: help me to solve my C assignment Pin
Cedric Moonen3-Oct-07 20:55
Cedric Moonen3-Oct-07 20:55 
GeneralRe: help me to solve my C assignment Pin
Waldermort3-Oct-07 21:00
Waldermort3-Oct-07 21:00 
JokeRe: help me to solve my C assignment Pin
Nelek3-Oct-07 23:10
protectorNelek3-Oct-07 23:10 
GeneralRe: help me to solve my C assignment Pin
Cedric Moonen3-Oct-07 23:13
Cedric Moonen3-Oct-07 23:13 
GeneralRe: help me to solve my C assignment Pin
Nelek3-Oct-07 23:33
protectorNelek3-Oct-07 23:33 
GeneralRe: help me to solve my C assignment Pin
qazi ali9-Jun-10 22:56
qazi ali9-Jun-10 22:56 
AnswerRe: help me to solve my C assignment Pin
Cedric Moonen3-Oct-07 20:53
Cedric Moonen3-Oct-07 20:53 
AnswerRe: help me to solve my C assignment Pin
Russell'3-Oct-07 22:44
Russell'3-Oct-07 22:44 
AnswerRe: help me to solve my C assignment Pin
toxcct4-Oct-07 0:19
toxcct4-Oct-07 0:19 
AnswerRe: help me to solve my C assignment Pin
David Crow4-Oct-07 3:36
David Crow4-Oct-07 3:36 

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.