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!

Having a little trouble compiling Luna Client

Joined
Oct 7, 2010
Messages
4
Reaction score
0
Error 3 error LNK2019: unresolved external symbol __imp___CrtDbgReport referenced in function "public: unsigned short & __thiscall ATL::CSimpleArray<unsigned short,class ATL::CSimpleArrayEqualHelper<unsigned short> >::eek:perator[](int)" (??A?$CSimpleArray@GV?$CSimpleArrayEqualHelper@G@ATL@@@ATL@@QAEAAGH@Z) D:\**\Documents\Luna Server\Luna Source\[Client]LUNA\yhlibrary.lib(Strclass.obj) LUNA Client

This is the last error I've been getting while compiling (there's been a fair few others that I've since corrected.)
Does anyone know how I can fix it?
 
Junior Spellweaver
Joined
Jun 5, 2009
Messages
144
Reaction score
19
What build are you trying to compile? If you're trying to compile a debug build, make sure the objects you're trying to link from are also compiled in debug, and vice versa (release for release). Try to compile your yhlibrary as debug if you're compiling your LUNAClient as a debug-build executable, or compile your yhlibrary as release if you're compiling your LUNAClient as a release-build. Do a clean rebuild, just to be safe.
 
Last edited:
Joined
Oct 7, 2010
Messages
4
Reaction score
0
Another question, do you know where to change the level range for whether you get drops/exp/gold from a monster? I've only found one clue, but I couldn't get it to actually change.
 
I play it straight up, yo
Joined
May 19, 2012
Messages
931
Reaction score
121
Another question, do you know where to change the level range for whether you get drops/exp/gold from a monster? I've only found one clue, but I couldn't get it to actually change.

I would suggest looking at the files in [CC]Header, their pretty much your base defines for things. Possibly even in [CC]BattleSystem, but I'm doubting that.
 
Back
Top