Hello! I've seen a thousand dicsussion about how to make an .exe file from your .cpp source code, but none of it seems to help me: since I have the .exe file, I just can't run it on any other computer. Can anybody help me out, what libraries should I copy with it, what can I change about it?
Katangka
0
Newbie Poster
Recommended Answers
Jump to PostI assume you mean MS-Windows operating system. It all depends on the program, compiler and libraries you used. When you try to run the program on another computer does the os give you some errors, such as missing DLLs? Some compilers let you statically link all libraries so that it …
Jump to PostYou want to make sure that you are NOT trying to execute the DEBUG version of your executable on machines not having Visual Studio (2008) installed, i.e. build and use the RELEASE version on such machines.
Jump to PostI work in Microsoft Visual Studio 2008
Here is a link For MS VS 2010 how to make an exe file which works on other computers as well:
http://www.youtube.com/watch?v=AvrjQtFBJvk
MS VS …
All 10 Replies
Ancient Dragon
5,243
Achieved Level 70
Team Colleague
Featured Poster
Katangka
0
Newbie Poster
NathanOliver
429
Veteran Poster
Featured Poster
DrunkenCoffin
-3
Newbie Poster
mitrmkar
1,056
Posting Virtuoso
Ancient Dragon
commented:
good suggestion :)
+14

misi
Katangka
0
Newbie Poster
Ancient Dragon
5,243
Achieved Level 70
Team Colleague
Featured Poster
shubham05
0
Newbie Poster

misi
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.