[GUIDE] How to build Gunz source code

Status
Not open for further replies.
Joined
Sep 1, 2011
Messages
453
Reaction score
191
1.I have windows 7, do i have Windows XP SP3?
2.From where i get Visual Studio 2003 including if i have windows 7 :?:

port it to 2010 Visual studio you cant download from Microsoft for free anymore you need a msdn subscription. Its better to build it in 2010 because its more strict its just a bit more work.
 
Newbie Spellweaver
Joined
Mar 22, 2007
Messages
57
Reaction score
2
port it to 2010 Visual studio you cant download from Microsoft for free anymore you need a msdn subscription. Its better to build it in 2010 because its more strict its just a bit more work.

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.
 
Experienced Elementalist
Joined
Mar 16, 2006
Messages
238
Reaction score
112
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.

You must use the Full Visual Studio.
Don't use express editions.

Search and download a torrent for Visual Studio 2003 Professional and Visual Studio 2010 Ultimate.

If you are running Windows 7 and want to compile it with Visual Studio 2003 I recommend you to install a Virtual Machine with Windows XP and install Visual Studio 2003 in it.
 
Junior Spellweaver
Joined
Apr 8, 2009
Messages
171
Reaction score
22
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.

Copy msxml from a windows xp machine, and if you don't have it, . Just stick it in Windows\System32\.
 
Skilled Illusionist
Joined
Feb 14, 2008
Messages
304
Reaction score
41
Copy msxml from a windows xp machine, and if you don't have it, . Just stick it in Windows\System32\.

I try that but didnt work, i use msxml4.dll and work only i remove "//" line 12 of the file Mxml.h from project cml and work now

I use VS 2010, Win 7.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
I'm using win 7 Ultimate and build gunz with visual studio 2003.net Professional, i have a error like you :
MXml.h(29): fatal error C1083: Cannot open type library file: 'msxml.dll': No such file or directory
but i download msxml.dll and copy to Windows\system32 it working normally

I have a error like that :
When i press enter after i wrote ID and password, the runnable (debug) has closed, can anyone tell for what reason ?

compiled the game.. Gunz.exe size is 13MB is it normall? O_O
The Gunz.exe in debug mode is about 14k KB. 13MB is very big, so i can't belived.
the gunz.exe not opening mrs files in release mode
Hi CP
Are you try to build in Debug mode ?
 
Junior Spellweaver
Joined
Apr 8, 2009
Messages
171
Reaction score
22
When i press enter after i wrote ID and password, the runnable (debug) has closed, can anyone tell for what reason ?
Well that's a sort of [strike]no offense,[/strike] stupid comment. It's in DEBUG mode, HOW ABOUT YOU RUN IT IN A DEBUGGER TO FIND OUT WHY IT CRASHES?!!!??!?!?!?!?!
The Gunz.exe in debug mode is about 14k KB. 13MB is very big, so i can't belived.
Then you didn't compile it properly.
diosz said:
I try that but didnt work, i use msxml4.dll and work only i remove "//" line 12 of the file Mxml.h from project cml and work now

I use VS 2010, Win 7.
o jeez that was smart, now win2k machines can't run gunz.
disregarding the fact that nobody uses win2k anymore, that is.

the gunz.exe not opening mrs files in release mode

crashes at memcpy( pBuffer, (m_pData + m_nPos), nMaxSize);
in MZfilesystem.cpp

wat am i doin wrong?

because it's set to read .xml.mef files, and simply renaming them won't work, it "decodes" the mef, so you probably want to remove every reference to += ".mef"; you can find.
oh, and don't use t6's mrs compiler. It looks nice and sexy, but it can't compress mrs files at all.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
I'm Noob and sorry for my bad comment, but can you tell me more about it ?
How to remove .mef ? It must be remove on source code ?
If i want to use mef, what should i do, and how ?
 
Last edited:
The beer?? Its here !!!
Loyal Member
Joined
Jan 9, 2007
Messages
1,621
Reaction score
104
I have a error like that :
When i press enter after i wrote ID and password, the runnable (debug) has closed, can anyone tell for what reason ?
Build the runnable in Release Mode.

The Gunz.exe in debug mode is about 14k KB. 13MB is very big, so i can't belived.

The Runnable in debug mode should be around 13MB.. 14kb is way to small
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
13MB.. 14kb is way to small
I'm mistake
14k KB ~= 13MB lolz
Build the runnable in Release Mode.
I'm build it, but when i'm config config.xml and system.xml inside system.mrs, i can't see my server, althougt my server was correctly !
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
Here is my mlog
All xml was success
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
I use that client, lolz
And with bunny and hare, i can't connect ( My locator is a virus program, i get it from my friend, and he try use locator of last gunz client and connect easy, but when i try like him, i can't open locator after i run hare )
I can't see my sever ( my sever offline and online )
Can anyone help me ?
 
Hi, I'm Omar!
Loyal Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
Guys, stop the spam, just post a help thread. You're filling this thread with shenanigans.
 
Status
Not open for further replies.