• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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