Visual C++ 2010 Express
Posted: 14.04.2010, 17:43
Once again the Visual Studio Express Edition versions increase, so I decided to check out whether it raised any issues for Celestia compilation. Turns out I managed to get Celestia compiling under Visual C++ 2010 Express, under Win XP SP3 32-bit without too much hassle.
To make the migration work I had to delete the sections relevant to 64-bit configurations from the Visual Studio project file (IIRC these are a Platform element and two Configuration elements - Release|x64 and Debug|x64). If you are running a 64-bit system you probably don't need to do this.
After setting all the build settings to release, it worked fine.
To make the migration work I had to delete the sections relevant to 64-bit configurations from the Visual Studio project file (IIRC these are a Platform element and two Configuration elements - Release|x64 and Debug|x64). If you are running a 64-bit system you probably don't need to do this.
After setting all the build settings to release, it worked fine.