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!

Suggest VS version for arcturus

Newbie Spellweaver
Joined
Mar 2, 2014
Messages
97
Reaction score
4
VS version and need to be installed for Compiling Arcturus Source :D?
 
Junior Spellweaver
Joined
Sep 3, 2006
Messages
190
Reaction score
5
I used 2010 it works alright.

You will have to fix a few errors tho, some includes are all over the place.
Just redirect them to the correct path.
 
Newbie Spellweaver
Joined
Mar 2, 2014
Messages
97
Reaction score
4
I see thanks ^^ i have an error just for client side.
[h=3]something coff invalid or corrupt.[/h]how do i fix it? :)
 
Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
The files used visual studio 2005, but as shido said you can use 2010 after fixing compile errors. Some of the errors include std function name changes and incorrect library names.
 
Junior Spellweaver
Joined
Sep 3, 2006
Messages
190
Reaction score
5
Your cof error usually is referring to the incrementation, are you using SP1 of VC++ 2010 ? Or do you have something else installed.
Also i do believe that this bugg is due to you trying to compile in debug mode, it shouldn't happen in release mode.

What source are you using ? The one from ragezone or the ones purple published ( those contains a few fixes )
Anyways yes, beware that you will have some bitchy path to deal with, it took me some time to undersand that lol

If you really can't wait i compiled them some time ago in release mode you can find them here

https://mega.nz/#!hJMVDa7S!Q1KFpSbMuWtKW4-UAE_AUCnJ7Ph52zbxUbTgZtWGn-Q

and this is the version purple released some time ago, i believe it does have a lot of compiling error taken care of
https://mega.nz/#!8Es2nYJZ!qgs6EWOHx95rGPIgUuCrD_5UrhNifqkle6s6GIGh2pU

If you really need the project file i think i can try to find them back.
 
Newbie Spellweaver
Joined
Mar 2, 2014
Messages
97
Reaction score
4
i Install VS 2010 and update to sp1
VC-Compiler-KB2519277
and install win 7 SDK then the cof error fix
there another error hahha..
Eror >> Error 1 error MSB3073: The command "xcopy G:\Irose Source\lib\Win32\Release\Util_r.lib G:\Irose Source\Client\Util\ /s /Y:VCEnd" exited with code 4. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113

Error 132 error LNK1181: cannot open input file 'dxguid.lib' G:\Irose Source\Tools\TriggerInfo\LINK

is this uses arcturus source
Rose 137 client + Fixes by PY.zip

thanks both of you for helping me. ^^



Thanks Ishido :D


reven0123 oh i see thanks :D
 
Experienced Elementalist
Joined
Sep 25, 2006
Messages
214
Reaction score
13
@ Raven... hey i been trying to contact you for ages now...
can you message me soon as you can please.

aint the released ones here all evo soruce not i-rose
 
Back
Top