Re: [GUIDE] How to build Gunz source code
My sever working normally !
Re: [GUIDE] How to build Gunz source code
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...
Re: [GUIDE] How to build Gunz source code
Quote:
Originally Posted by
Jartan
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
Re: [GUIDE] How to build Gunz source code
http://i.imgur.com/a7g5l.png
Omg, how to fix this shit? >.>'
Re: [GUIDE] How to build Gunz source code
@Requnael, it's a library, not for run, so you simply build. Post your error list.
Re: [GUIDE] How to build Gunz source code
Re: [GUIDE] How to build Gunz source code
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.
1 Attachment(s)
Re: [GUIDE] How to build Gunz source code
Re: [GUIDE] How to build Gunz source code
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 ?
Re: [GUIDE] How to build Gunz source code
I would much appreciate a link to a copy of VS 2003. PMs are a good way to share things.
Re: [GUIDE] How to build Gunz source code
Quote:
Originally Posted by
Arcelor
I would much appreciate a link to a copy of VS 2003. PMs are a good way to share
Search Visual Studio .NET 2003 Enterprise. (Full Diskette)
Hint:
It's where the pirates gather :laugh:
Re: [GUIDE] How to build Gunz source code
help please error in compiled debug and release :(
duplicate the same mistake I did not realize that he had already put
http://i40.tinypic.com/5luyhw.png
Re: [GUIDE] How to build Gunz source code
Quote:
Originally Posted by
Ghotika
follow the guide and that wouldn't happen obviously messed up in crypto duh the dll name.
Re: [GUIDE] How to build Gunz source code
Quote:
Originally Posted by
mitor
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 Download: Microsoft Windows SDK 7.1 - Microsoft Download Center - Download Details
Re: [GUIDE] How to build Gunz source code
Quote:
Originally Posted by
Ghotika
You're trying to run a .DLL file as a .EXE file, don't F5 it, just build.