Posted by hussein on August 07, 2000 at 19:24:57:
In Reply to: warning LNK4098: defaultlib "LIBC" conflicts? posted by hr on August 07, 2000 at 17:54:55:
: Linking...
: LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
: what does that mean? how come sometimes it shows up when I build, and sometimes it says 0 errors 0 warnings?
in your project settings, besides "amulet.lib" and "winmm.lib", you also need to include
/nodefaultlib:"libc"