Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE] How to build Gunz source code

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 30, 2011
Messages
117
Reaction score
16
what i make with UnitTest for compile matchserver ?
 
Initiate Mage
Joined
Dec 6, 2011
Messages
21
Reaction score
1
Thanks alot, emisand. I still need to find Visual Studio 2003.
Getting enough errors when compiling with VS 2010 Ultimate.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
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 !
 
Initiate Mage
Joined
Dec 13, 2011
Messages
1
Reaction score
0
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...
 
The beer?? Its here !!!
Member
Joined
Jan 9, 2007
Messages
1,621
Reaction score
104
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
 
Banned
Banned
Joined
Apr 7, 2009
Messages
333
Reaction score
19
a7g5l - [GUIDE] How to build Gunz source code - RaGEZONE Forums

Omg, how to fix this poop? >.>'
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Nov 7, 2011
Messages
4
Reaction score
0
@Requnael, it's a library, not for run, so you simply build. Post your error list.
 
Initiate Mage
Joined
Jan 4, 2010
Messages
1
Reaction score
0
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.
 
Initiate Mage
Joined
Dec 6, 2011
Messages
4
Reaction score
0
fix...
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Feb 17, 2006
Messages
47
Reaction score
4
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 ?
 
Joined
Sep 5, 2011
Messages
46
Reaction score
2
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
 
Experienced Elementalist
Joined
Jan 3, 2012
Messages
235
Reaction score
53
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
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
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

You're trying to run a .DLL file as a .EXE file, don't F5 it, just build.
 
Status
Not open for further replies.
Back
Top