What's new

Programming error...

Tucker

New member
I've recently started trying to rip some USF soundtracks, and one of the steps involves modifying PJ64. I have the 1.4 source, and I've modified it(and it compiles fine; that isn't the problem). When I try to build the exe, however, I get the following error:
Linking...
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
pif.obj : error LNK2001: unresolved external symbol _LogOptions
Release_External/Project64.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Everything seems to go fine until then. Any ideas? I've tried checking the option for ignoring default libraries, but then nothing works. I'm using Visual C++ 6.0, and I'm on Windows XP Home Edition. If any other information is required, I'll try to get it. Thank you, I'd really appreciate some help.
 

Top