Name: vhthakor Date: February 7, 2008 at 20:16:08 Pacific Subject: How to create setup.exe in C / C++ OS: Windows Xp SP2 & Linux CPU/Ram: Intel Core 2 Duo 2.0 GHz
Comment:
have made a simple program in C Language to calculate simple interest. I ran it successfully.
But, I don't know how to make setup.exe of that program so that I can install it in another PC where C / C++ is not installed.
You may need some of the run-time libraries (.DLL files), depending on your version of the compiler and the target machine's operating system. If you just copy the executable on the target machine, it will tell you which DLL files it needs (if any) when you run it.
Alternatively you can set up your build options to use "Static libraries" which will make your .EXE file a little larger but will not depend on any .DLL files.
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE