Compile Errors

Started by
1 comment, last by GameDev.net 24 years, 4 months ago
Only copy the guidata.prl to the working
directory of your app.

------------------
Optimiza/Marcos Hernandez
http://come.to/optimiza
ICQ:49838726

Optimiza/Marcos Hernandez
http://come.to/optimiza
ICQ:49838726

Advertisement
Hello,

I am by no means a C expert, but if you could help I would appreciate it...When compiling the Renderware samples from version 2.6, I get the following message from within MSVC: "LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library". Also, when I try and run the executable, I get this error: "Cannot find library file: guidata.prl"

Thanks!

If you are running from within the developer studio, make sure you have the working directory set in the project settings.

The nodefaultlib warning is caused when you mix some debug and release libraries. It doesn't hurt anything.

Chris

Author of Power Render (http:/www.powerrender.com)

This topic is closed to new replies.

Advertisement