Link to home
Start Free TrialLog in
Avatar of justinng
justinng

asked on

Standalone MFC application

I've written a MFC program using MFC AppWizard (EXE). But however when I just send only the .EXE file to a remote computer, it doesn't run and produce an error which says that a particular DLL is not found. My question here is how can I compile the whole program into a single .EXE file so that it can be run in remote computer?
For your information, my platform is Windows 98 and I'm using Microsoft Visual C++ version 5.0.

Any help offered is very much appreciated!
ASKER CERTIFIED SOLUTION
Avatar of atari
atari

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of justinng
justinng

ASKER

It helped indeed :) Thanks atari!
"If you want to distribute your .exe-file there is no chance to compile the .exe-file as stand alone program. " - this is nonsense, it can be done.... I thought this was an experts site not a scam.