[GUIDE] How to build Gunz source code

Status
Not open for further replies.
Thanks alot, emisand. I still need to find Visual Studio 2003.
Getting enough errors when compiling with VS 2010 Ultimate.
 
I have this problem. I already have 3 Runnable. First runnable i built in Release mode, remove NHN and XTrap, it was read all system file ( All Xml success loading ) and connect my sever, but it not have loading screen, no login map, and can't greate a game in all mode ( I think it cannot read any mrs file in client, althougt it can read system.mrs )
Seccond runnable, i pick up somewhere, is loading all mrs file but the string not show normaly ( Ex : ASD@%@#%#@^#@$#@^%%R^&$ ...etc.. )
i see my sever but cannot access sever !!
Third Runable, It not remove NHN ( Need Handpollforclient and etc... )
and it load all mrs file, include system.mrs but i can't see my sever
Can anyone help me! I Noob in C++ and i can't fix my source code, please help me if you can !
 
I'm stuck at step #10

When I try to compile it in VS2003 and in VS2010 (not express edition) it says that "cannot open include file: pch.h" and that no such directory or item exists.

I'm running this on Windows 7 but followed directions on this thread to get it to load, so not really sure what I'm doing wrong unless I've followed these steps wrong...
 
I'm stuck at step #10

When I try to compile it in VS2003 and in VS2010 (not express edition) it says that "cannot open include file: pch.h" and that no such directory or item exists.

I'm running this on Windows 7 but followed directions on this thread to get it to load, so not really sure what I'm doing wrong unless I've followed these steps wrong...

You should use Visual Studio 2003 Enterprice edition would work the best
 
a7g5l - [GUIDE] How to build Gunz source code - RaGEZONE Forums

Omg, how to fix this ****? >.>'
 
I was able to get the libraries, the sound, most of it compiled seperately in each solution. But trying to compile Gunz gives me linking errors in VC2003.
 
i can compile MatchServer in Debug Mode but Server cant open

Release for me compile not work file MatchServer
"error LNK2001: unresolved external symbol _errno"
"fatal error LNK1120: 1 unresolved externals"

You all compile MatchServer in Debug or Release ?
 
help please error in compiled debug and release :(

duplicate the same mistake I did not realize that he had already put

emisand - [GUIDE] How to build Gunz source code - RaGEZONE Forums
 
when try to compile Gunz Project give me:


MXml.h(29): fatal error C1083: Cannot open type library file: 'msxml.dll': No such file or directory

im try to install MSXML 3.0 ; MSXML 4.0 and 6.0, same error.

install this
 
Status
Not open for further replies.
Back