You lost me at 'compile'...
April 2, 2008 1:11 PM
Subscribe
I've inherited a code....and now I need to move it to a 64-bit machine...how to get it to compile? $&*$%^&!
I have a program written in C that I've been modifying and running on my regular Windows 2000 machine using MS Visual C++ 6.0. Now I need to be able to compile and run the code on a Windows XP Professional 64 machine, using MS Visual Studio 2005.
I have been able to get the code to compile by copying the .dsw file, but when it runs it has stack errors, which I suspect are from the way the variables are defined. I have been told that there is a way to compile in a 32-bit way, by setting a flag or something...can anyone help me out with this, in very easy language? Or link me to instructions? I'm familiar with computers and several programming languages, but compiling options are beyond me.
I do not need the program to use the 64-bit capability of the machine, just want to be able to compile and run the same code I was running before, error-free. Thanks!
posted by lemonade to computers & internet (3 comments total)
The most important thing is that you clean everything so that you have no 32-bit intermediate files hanging around. Likewise, you might consider simply making a new project, importing your code, and trying "fresh".
posted by Netzapper at 1:28 PM on April 2