Source for Visual Studio 2010

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Tetanus
New user
Posts: 2
Joined: 12 Apr 2012, 07:37

Source for Visual Studio 2010

Post by Tetanus »

Where I can download the Source Code that is ready to use in Visual Studio 2010?
I'm still studying C++ "Hello World" thing, I just wan't to see how you code.
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: Source for Visual Studio 2010

Post by Goth Zagog-Thou »

You can open up the .c and .h files in any text editor. The only reason one would need Visual Studio is for managing and compiling on Windows.

I dropped using Windows in favor of Linux (Xubuntu, specifically) because a) it's easier to develop on and nearly all development tools are free of charge. Plus I like being able to compile my own Warzone 2100 and see the results immediately, good or bad.
stiv
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 876
Joined: 18 Jul 2008, 04:41
Location: 45N 86W

Re: Source for Visual Studio 2010

Post by stiv »

You can get the source code under the Development tab at the top of the page. Look for the Compile Guide link.
Reg312
Regular
Regular
Posts: 681
Joined: 25 Mar 2011, 18:36

Re: Source for Visual Studio 2010

Post by Reg312 »

Goth Zagog-Thou wrote: I dropped using Windows in favor of Linux (Xubuntu, specifically) because a) it's easier to develop on and nearly all development tools are free of charge. Plus I like being able to compile my own Warzone 2100 and see the results immediately, good or bad.
i'm lalso like being albe to compile my own Warzone 2100 on windows :)
i see too much linux fans here, you all doomed :ninja: (joke)

@Goth Zagog-Thou" you cannot show your stuff for windows users :P

i think WZ Source too complex for "hello world" programmer
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: Source for Visual Studio 2010

Post by Goth Zagog-Thou »

Why couldn't I? I can compile for Win32 targets too. :D
Reg312
Regular
Regular
Posts: 681
Joined: 25 Mar 2011, 18:36

Re: Source for Visual Studio 2010

Post by Reg312 »

Goth Zagog-Thou wrote:Why couldn't I? I can compile for Win32 targets too. :D
so you followed steps to in "cross-compile guide"? i've tried it 1 time and it did not worked for me
or i misunderstood, have you ability to compile Warzone for windows?
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: Source for Visual Studio 2010

Post by Goth Zagog-Thou »

There are extra packages that need to be installed, mainly for documentation. I'll put up exactly what one would need, as I can't do it straight from memory.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Source for Visual Studio 2010

Post by cybersphinx »

Reg312 wrote:so you followed steps to in "cross-compile guide"? i've tried it 1 time and it did not worked for me
http://developer.wz2100.net/wiki/Compil ... gwCrossEnv should work now, I updated that recently and it is what the buildbot now uses.
We want information... information... information.
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: Source for Visual Studio 2010

Post by Goth Zagog-Thou »

Or use the Buildbot. :D
Reg312
Regular
Regular
Posts: 681
Joined: 25 Mar 2011, 18:36

Re: Source for Visual Studio 2010

Post by Reg312 »

cybersphinx wrote:
Reg312 wrote:so you followed steps to in "cross-compile guide"? i've tried it 1 time and it did not worked for me
http://developer.wz2100.net/wiki/Compil ... gwCrossEnv should work now, I updated that recently and it is what the buildbot now uses.
thank you
may i'll be able to build WZ installer this way?