Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gigaherz

Pages: [1]
1
Q-Gears / Visual Studio 2005 Project Files and Patch
« on: 2006-09-22 20:37:08 »
I checked the svn today and saw you changed the structure to add support for xenogears, so I built new project files, this time for vs2005.

I only had to add 3 #ifdef blocks to make it work, and none of them change the code too much:
One in DisplayOgl.cpp, to make it include windows.h before gl.h
One in Main.cpp to "rename" main() to SDL_main, so it links correctly using SDL
One in StdString.h because vc doesn't have a va_copy function, and it has _snprintf isntead of snprintf

That means the code is (should be) 100% compatible with other compilers.

To build it you need win32 versions of libxml, libiconv and zlib (all with binary builds available) configured in the vs2005 C++ paths.

http://bin.mypage.sk/FILES/vs2005.zip

EDIT: forgot to say: the project files and the patch should be in trunk/src/ (the patch doesn't need to be there, but you need to CD there to use patch)

EDIT2: in case someone wants to use it, but has trouble with the libs, just tell me and I will upload the ones I used.

2
Q-Gears / Some VisualC++ 2003 Project files and Diff patch
« on: 2006-07-24 00:38:07 »
Hi, I jsut foudn this project a few days ago, and thought it was really interesting, but I came up with a tiny problem: I don't like Dev-Cpp.
Also I'm used to VC2003, so I decided to try to get it to build correctly from inside vc2003, with the less changes possible, and trying not to break any other build platform in the process.

I'm not sure if this has been made before, or if you don't want it for some weird reason, but I'm posting it in case anyone else finds it interesting.

The zip includes a .diff patch and the two vc2003 project files. Uploaded to rapidshare because it seems there is no option to attach files in here.

http://rapidshare.de/files/26783963/vc2003.zip.html

EDIT: Made a new .diff patch that includes the project files (so it's now a single .diff for all)

http://rapidshare.de/files/26784526/qgears-vc-v2.diff.html

So choose the one you like more.

Pages: [1]