Page 2 of 2
Re: MSVC++ Compile error
Posted: 19 Apr 2010, 19:48
by milo christiansen
Maybe someone will come up with a fix now.
Re: MSVC++ Compile error
Posted: 21 Apr 2010, 22:35
by andron
did you manage to compile?
Re: MSVC++ Compile error
Posted: 21 Apr 2010, 23:40
by milo christiansen
No.
Re: MSVC++ Compile error
Posted: 29 Apr 2010, 22:33
by BunkerBlaster
Zarel wrote:Well, now I can't compile trunk with either MinGW or MSVC. So I'm in the same boat.
What was the problem? Was it the Devpkg? I'm trying to learn how to do this so I'm just curious.
Re: MSVC++ Compile error
Posted: 29 Apr 2010, 22:58
by Zarel
BunkerBlaster wrote:What was the problem? Was it the Devpkg? I'm trying to learn how to do this so I'm just curious.
If I knew, I'd be able to compile.

Re: MSVC++ Compile error
Posted: 30 Apr 2010, 22:39
by BunkerBlaster
Zarel wrote:If I knew, I'd be able to compile.

I was able to compile using Visual C ++ 2008, Trunk (rev 10747) and warzone2100-devpkg-trunk-msvc90-20091031
Re: MSVC++ Compile error
Posted: 01 May 2010, 03:20
by Buginator
BunkerBlaster wrote:Zarel wrote:If I knew, I'd be able to compile.

I was able to compile using Visual C ++ 2008, Trunk (rev 10747) and warzone2100-devpkg-trunk-msvc90-20091031
I really wish I knew why others are having issues...
The Qt branch will be 100% static builds (assuming you compile Qt to static libs--no, we can't include just the libs, since you need a fully working Qt SDK working so it can moc files.), so this would be nice.
Also, before anyone asks, no, we haven't make a new dev package for VS2k10. You must do that yourself, until one of use tries out VS2010.
Re: MSVC++ Compile error
Posted: 12 May 2010, 20:20
by BunkerBlaster
Zarel wrote:Well, now I can't compile trunk with either MinGW or MSVC. So I'm in the same boat.
After messing with QT and uninstalling it I can no longer compile with MSVC either. Maybe we can all take a cruse.
Re: MSVC++ Compile error
Posted: 13 May 2010, 06:36
by BunkerBlaster
The problem was not QT is was me
This is how to merge the Devpkg
1) Extract warzone2100-devpkg-2.2-msvc90-20090801
2) move the data folder that is next to the devpkg folder to the inside of the devpkg folder.
3) move the devpkg folder to the root directory of the Warzone 2100 sourcecode folder.
4) Extract warzone2100-devpkg-trunk-msvc90-20091031.
5) Move (merge) devpkg folder contents over the contents of the devpkg folder in the root directory of the Warzone 2100 sourcecode folder.
6) The Devpkg is complete, now copy the contents of the data folder in devpkg to the data folder in Warzone 2100 sourcecode folder.
7) Set the command line arguments and working dir per development page (In MSVC right click on warzone to bring up property page).