On 3/29/07, sanofsans <[EMAIL PROTECTED]> wrote: > 1)Does anybody know if a C++.exe (created with Microsoft Visual C++ 6.0) > would work on a computer that does not have C++ installed on it?
As long as it is a compatible machine (i.e., Windows XP). BTW, you should get a newer version of VC++, that one is old and not entirely compliant with standards. Microsoft has a free compiler -- Visual Studio Express 2005 -- that you can download. > 2)Would you need anything else installed for a C++ exe to work. > 3)Do you just need the .exe file or some other files, too > (like .cpp etc...)? > 4) Does the exe file need to be compiled on the other computer, too? Let me ask you this -- do you normally need to compile software on Windows before running? You just install it and run it, right? Most of the software you install was probably developed with Visual C++... > My questions is pretty much: Can you create a C++ exe and email it to > somebody and he would be able to use the program. Most likely, as long as you aren't using any 3rd party libraries that your friend would need to install also. And you might have trouble running a program on Windows ME that you ahd compiled on Windows XP. -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi