Page 1 of 1

help with scource code compile

Posted: Fri Dec 23, 2011 4:38 pm
by viperzerofsx
I recently received the source code for a model viewing program from a Chinese hacker. however I don't know how to go about compiling it since I was told part of it is outdated I wanted to ask if anyone knew how or where I could find out. the game is ace combat zero and the program was made by babywolf with addons by Oz01 (who game me it) and lotsbiss.

Re: help with scource code compile

Posted: Sun Dec 25, 2011 4:18 am
by Privateer
It looks as if any good program should handle it if the proper support files are installed.
I use 2 programs myself.
VS 2008 for C++ and Code Blocks set up to use the GNU GCC Compiler for straight C.

Re: help with scource code compile

Posted: Sun Jan 01, 2012 4:36 pm
by viperzerofsx
thanks it seems like i need GLAux.h and figure out how to use it

Re: help with scource code compile

Posted: Fri Feb 10, 2012 9:39 pm
by gwlogan
viperzerofsx wrote:I recently received the source code for a model viewing program from a Chinese hacker. however I don't know how to go about compiling it since I was told part of it is outdated I wanted to ask if anyone knew how or where I could find out. the game is ace combat zero and the program was made by babywolf with addons by Oz01 (who game me it) and lotsbiss.
It looks like you may have part of a larger program. The full program can be found here: http://code.google.com/p/topace/
And the source code can be found here:
http://topace.googlecode.com/svn/

I'm not sure how to use the source code files but the TopAce program runs without any problems. It may be helpful to note that the program and code are written in Chinese.

Re: help with scource code compile

Posted: Wed Jun 27, 2012 2:43 am
by viperzerofsx
ok I am still working on it, I think the two files I posted are all i need the rest is for other programs. I keep getting errors the most recent one which I have not been able to fix is
ACMD.cpp
c:\program files\microsoft visual studio 8\vc\include\gl\glaux.h(17) : warning C4068: unknown pragma
c:\program files\microsoft visual studio 8\vc\include\gl\glaux.h(374) : warning C4068: unknown pragma
Linking...
LINK : fatal error LNK1561: entry point must be defined

Re: help with scource code compile

Posted: Tue Oct 09, 2012 6:30 pm
by viperzerofsx
any ideas? i'm still a bit stuck

Re: help with scource code compile

Posted: Sat Oct 27, 2012 4:41 pm
by admirzuza
u will need good old VS6 to compile this :)