Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Guide] How to Compile the Source

it seems u dont use visual studio 2008 u try to upgrade project in a new version of visual studio?
 
@cmb maybe you know why, but my coretools its crashing when i open a field file if i compile the .exe and the plugins, using the compiled one inside devkit works fine, any solution?
are you getting any crashdumps? try debugging the application and see what its trying to do.
 
are you getting any crashdumps? try debugging the application and see what its trying to do.

Compiled the exe, Installed "Raiderz_Intl_20110531" replaced orginal exe with recently compiled, trying start and it crashes... why?

"
프로그램이 치명적인 오류를 발생하였으므로 관련 정보를 개발사에 전송하도록 권장합니다.본 프로그램은 프로그램 오류의 완전한 분석을 위하여 프로그램 오류정보 및 귀하의 시스템사양(운영체제/메모리/비디오카드 정보)를 본사에 전송할것입니다.전송된 자료는 프로그램 성능 향상을 위해서만 사용됩니다.
"

It generates some dmp file but no way can understand it...

When i was compyling i had some "waringins", something about "public symbols" can this be the problem?
 
Last edited:
Compiled the exe, Installed "Raiderz_Intl_20110531" replaced orginal exe with recently compiled, trying start and it crashes... why?

"
프로그램이 치명적인 오류를 발생하였으므로 관련 정보를 개발사에 전송하도록 권장합니다.본 프로그램은 프로그램 오류의 완전한 분석을 위하여 프로그램 오류정보 및 귀하의 시스템사양(운영체제/메모리/비디오카드 정보)를 본사에 전송할것입니다.전송된 자료는 프로그램 성능 향상을 위해서만 사용됩니다.
"

It generates some dmp file but no way can understand it...

When i was compyling i had some "waringins", something about "public symbols" can this be the problem?

What source code did you compile?
 
how to add the sdk folder to source for full compilation
 
Trying to compile the source code and i'm currently getting d:\Downloads\RaiderZ_RAGEZONE.com\Develop\mdk\CML2\MTstring.h(4) : fatal error C1083: Cannot open include file: 'regex': No such file or directory : error, SDK file in same directory as Develop
 
pxAIWFo - [Guide] How to Compile the Source - RaGEZONE Forums


why am i getting this error, i did all the steps right

Thank you from now
 
For future reference, if anyone needs VS 2008 with SP1 and an alternative to Microsoft App Locale Wizard which no longer works with Windows 10.

Visual Studio 2008: (3,30 GB)
Microsoft Visual Studio 2008 Service Pack 1
Source:

Locale Emulator:

Also DirectX9 SDK:
Source:



pxAIWFo - [Guide] How to Compile the Source - RaGEZONE Forums


why am i getting this error, i did all the steps right

Thank you from now

Make sure to exclude the pre-build event as explained in the guide.
 
Last edited:
XTqg2kz - [Guide] How to Compile the Source - RaGEZONE Forums



Thank you very much for your interest

these errors did not improve only

" Also the pre-build event for GameApp project is still enabled. " ==
I don't know exactly where to edit it


GameApp-Properties-event build-Pre build Event = Excluded From build NO

So it seems like the SVNRevision.h error has been resolved with that change.

You still need to exclude the pre-build event.

As explained by cmb this is how you do it:
right click the GameLib Project and click Properties. This will take you to the Project Properties Window. Click the arrow next to Build Events, then click on Pre-Build Event. Make sure Excluded from Build is set to Yes.

Except in your case you need to do it with the GameApp project as the error states. Make sure exclude is set to Yes.
 
So it seems like the SVNRevision.h error has been resolved with that change.

You still need to exclude the pre-build event.

As explained by cmb this is how you do it:


Except in your case you need to do it with the GameApp project as the error states. Make sure exclude is set to Yes.


there are minor mistakes right now


fixed
Thank you very much for your interest
 
Hey, got an error while compiling the RaiderZ Evolved Source (You compile it in VS2019) I installed DirectX SDK, SP1, and opened it with Locale Emulator (Korean) maybe someone here had the same problem or have a solution for it?
He don´t find this directory so it must build wrong that he don´t create this directory

cmb - [Guide] How to Compile the Source - RaGEZONE Forums
 
Last edited:
Back