Source for Visual Studio 2010
-
Tetanus
- New user
- Posts: 2
- Joined: 12 Apr 2012, 07:37
Source for Visual Studio 2010
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.
I'm still studying C++ "Hello World" thing, I just wan't to see how you code.
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Source for Visual Studio 2010
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.
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

- Posts: 876
- Joined: 18 Jul 2008, 04:41
- Location: 45N 86W
Re: Source for Visual Studio 2010
You can get the source code under the Development tab at the top of the page. Look for the Compile Guide link.
-
Reg312
- Regular

- Posts: 681
- Joined: 25 Mar 2011, 18:36
Re: Source for Visual Studio 2010
i'm lalso like being albe to compile my own Warzone 2100 on windowsGoth 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 see too much linux fans here, you all doomed
@Goth Zagog-Thou" you cannot show your stuff for windows users
i think WZ Source too complex for "hello world" programmer
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Source for Visual Studio 2010
Why couldn't I? I can compile for Win32 targets too. 
-
Reg312
- Regular

- Posts: 681
- Joined: 25 Mar 2011, 18:36
Re: Source for Visual Studio 2010
so you followed steps to in "cross-compile guide"? i've tried it 1 time and it did not worked for meGoth Zagog-Thou wrote:Why couldn't I? I can compile for Win32 targets too.
or i misunderstood, have you ability to compile Warzone for windows?
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Source for Visual Studio 2010
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

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: Source for Visual Studio 2010
http://developer.wz2100.net/wiki/Compil ... gwCrossEnv should work now, I updated that recently and it is what the buildbot now uses.Reg312 wrote:so you followed steps to in "cross-compile guide"? i've tried it 1 time and it did not worked for me
We want information... information... information.
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Source for Visual Studio 2010
Or use the Buildbot. 
-
Reg312
- Regular

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