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!

[Help] Compilation Error - libc.lib and lzo2.lib

Newbie Spellweaver
Joined
Jul 6, 2008
Messages
71
Reaction score
5
Capture.PNG - [Help] Compilation Error - libc.lib and lzo2.lib - RaGEZONE Forums

I'm trying to compile a ran source, where am I missing at?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 6, 2008
Messages
71
Reaction score
5
change yours
\juver_source\=DXInclude
\juver_source\=Include

\juver_source\=DXLib
\juver_source\=Library

to
$(SolutionDir)\=DX_Include
$(SolutionDir)\=Include

$(SolutionDir)\=DX_Lib
$(SolutionDir)\=Library

cool got most of it fixed, tho 1 remaining problem file doesnt exist i searched
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Banned
Banned
Joined
Dec 21, 2008
Messages
125
Reaction score
6
you should clean your Solution first "Clean Solution" Select All
then "Build Solution" ALL or Ctrl+Shift+B to create that missing
 
Upvote 0
Chinese Developer
Banned
Joined
Apr 6, 2019
Messages
358
Reaction score
53
for libc.lib , double check yours solution setting , on linker->input there.
should be ignore the libc.lib
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2008
Messages
71
Reaction score
5
for libc.lib , double check yours solution setting , on linker->input there.
should be ignore the libc.lib


sorry where can i find this "Solution Setting on Linker"? is it under Tools > Options?
still trying to familiarize with this IDE

and before all this, i've commented few code lines that's giving me errors, they aren't that important right?
errr222 - [Help] Compilation Error - libc.lib and lzo2.lib - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top