Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to make my program workable independently??? Pin
16-Jul-01 8:05
suss16-Jul-01 8:05 
AnswerRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 8:08
professionalChris Losinger16-Jul-01 8:08 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 8:20
suss16-Jul-01 8:20 
AnswerRe: How to make my program workable independently??? Pin
Michael Dunn16-Jul-01 10:22
sitebuilderMichael Dunn16-Jul-01 10:22 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 10:27
suss16-Jul-01 10:27 
GeneralRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 10:39
professionalChris Losinger16-Jul-01 10:39 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 10:40
suss16-Jul-01 10:40 
AnswerRe: How to make my program workable independently??? Pin
16-Jul-01 14:41
suss16-Jul-01 14:41 
First if you are going to distribute you application you need to compile it in release mode. The errors you are getting are because the debug version of those dlls are not on the target system, which they would not be if it is not a development machine.

Whether you statically link or dynamically link is up to you, however consider that statically linking increases the size of your redistributable.

If you are distributing this application the wrong thing to do is copy copy a folder, i.e. the debug folder. What you need to do is use an installation program such as Installshield or Wise. These tools help with such issues as registering COM components and ensuring the proper version of the required dlls on in place.

Second, ignore the advise given to you already.
GeneralUnhandled exception. Pin
John Uhlenbrock16-Jul-01 6:53
John Uhlenbrock16-Jul-01 6:53 
GeneralRe: Unhandled exception. Pin
Christian Graus16-Jul-01 13:05
protectorChristian Graus16-Jul-01 13:05 
GeneralMy program is too slow......help!!! Pin
16-Jul-01 6:17
suss16-Jul-01 6:17 
GeneralRe: My program is too slow......help!!! Pin
John Uhlenbrock16-Jul-01 6:55
John Uhlenbrock16-Jul-01 6:55 
GeneralRe: My program is too slow......help!!! Pin
16-Jul-01 7:04
suss16-Jul-01 7:04 
GeneralHOW TO DO IT????????? Pin
16-Jul-01 7:15
suss16-Jul-01 7:15 
GeneralRe: My program is too slow......help!!! Pin
Paolo Messina16-Jul-01 12:25
professionalPaolo Messina16-Jul-01 12:25 
GeneralRe: My program is too slow......help!!! Pin
Todd Smith16-Jul-01 12:50
Todd Smith16-Jul-01 12:50 
GeneralRe: My program is too slow......help!!! Pin
Christian Graus16-Jul-01 13:08
protectorChristian Graus16-Jul-01 13:08 
GeneralRe: My program is too slow......help!!! Pin
16-Jul-01 13:50
suss16-Jul-01 13:50 
QuestionStatus LPTPort : with CreateFile ? Pin
youssef16-Jul-01 5:31
youssef16-Jul-01 5:31 
QuestionStatus for LPT with CreateFile ? Pin
youssef16-Jul-01 4:56
youssef16-Jul-01 4:56 
Generaldisplay dialog Pin
16-Jul-01 4:46
suss16-Jul-01 4:46 
GeneralRe: display dialog Pin
Paolo Messina16-Jul-01 12:35
professionalPaolo Messina16-Jul-01 12:35 
GeneralDependency File (.dep) Woes Pin
Derek Price16-Jul-01 4:43
Derek Price16-Jul-01 4:43 
GeneralDependency File (.dep) Woes Pin
Derek Price16-Jul-01 4:39
Derek Price16-Jul-01 4:39 
Generalbitblt + Polygon Pin
Leon16-Jul-01 4:26
Leon16-Jul-01 4:26 

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.