| | |
Make .exe files that runs on any machine with VS C++ 6.0?
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
Is there any way to make an .exe file with VS C++ 6.0, that runs on any
machine that has/does not have MS VS?
Just want to make a single .cpp file for computer graphics using GLUT into an executable where anyone, especially my examiners to run it by double clicking and without opening up MS VS...etc
.
I kinda suck when it comes to this
. Too used to Delphi and Java where I don't need to scratch my head in making .exe or .JAR that can be run anywhere since it's automated.
Thanks in advance to anyone who gives a helping hand electronically..:mrgreen:
machine that has/does not have MS VS?
Just want to make a single .cpp file for computer graphics using GLUT into an executable where anyone, especially my examiners to run it by double clicking and without opening up MS VS...etc
.I kinda suck when it comes to this
. Too used to Delphi and Java where I don't need to scratch my head in making .exe or .JAR that can be run anywhere since it's automated.
Thanks in advance to anyone who gives a helping hand electronically..:mrgreen:
Last edited by Dave Sinkula; May 15th, 2006 at 4:48 pm.
use the depends.exe that is in the vc++ 6.0 install bin directory to find out what dlls are required, then install those dlls with your program. You must take care not to overwrite newer versions of the same dll that is on the target machine. If you use an install program such as InstallShield it will make those tests. To minimize the number of dlls that you need to install you can compile your program for Release Minimum Dependencies and the compiler will statically link most of them. It will make your program .exe bigger but reduce the number of dependent dlls
![]() |
Similar Threads
- exe file problems (Computer Science)
- exe file (Computer Science)
- Help me to make exe (Visual Basic 4 / 5 / 6)
- How to make .exe file for my java prg (Java)
- Make Sure Downloaded Files Are Easy to Find Later (Windows tips 'n' tweaks)
- hijackthis post, aurora problem,winpatrol exe.r files, yikes (Viruses, Spyware and other Nasties)
- Anyone has used dotfucaster(decompiler) for .net .exe files (VB.NET)
- IE won't load page with exe files (Web Browsers)
Other Threads in the C++ Forum
- Previous Thread: problem with a list!!
- Next Thread: Dynamic Boolean Array in VC++.net 2003
| Thread Tools | Search this Thread |
api array arrays based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






