MSVC++ Compile error

For code related discussions and questions
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: MSVC++ Compile error

Post by milo christiansen »

Maybe someone will come up with a fix now.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
andron
Trained
Trained
Posts: 69
Joined: 25 Jun 2009, 14:21

Re: MSVC++ Compile error

Post by andron »

did you manage to compile?
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: MSVC++ Compile error

Post by milo christiansen »

No.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
BunkerBlaster
Trained
Trained
Posts: 268
Joined: 21 Feb 2010, 09:56

Re: MSVC++ Compile error

Post 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.
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA
Contact:

Re: MSVC++ Compile error

Post 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. :P
BunkerBlaster
Trained
Trained
Posts: 268
Joined: 21 Feb 2010, 09:56

Re: MSVC++ Compile error

Post by BunkerBlaster »

Zarel wrote:If I knew, I'd be able to compile. :P
I was able to compile using Visual C ++ 2008, Trunk (rev 10747) and warzone2100-devpkg-trunk-msvc90-20091031
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: MSVC++ Compile error

Post by Buginator »

BunkerBlaster wrote:
Zarel wrote:If I knew, I'd be able to compile. :P
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.
and it ends here.
BunkerBlaster
Trained
Trained
Posts: 268
Joined: 21 Feb 2010, 09:56

Re: MSVC++ Compile error

Post 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.
BunkerBlaster
Trained
Trained
Posts: 268
Joined: 21 Feb 2010, 09:56

Re: MSVC++ Compile error

Post 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).
Post Reply