Displaying 1 result from an estimated 1 matches for "ulti".
Did you mean:
multi
2003 Jun 16
2
using win32 static libs
....obj)
OggVorbisTest warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
OggVorbisTest warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
OggVorbisTest fatal error LNK1169: one or more multiply defined symbols found
----------------------------------------------------------------------
i've tried the suggested options, and /NODEFAULTLIB:libcmt.lib solves the problem :)
btw: /NODEFAULTLIB:msvcrt.lib was not a good idea, because then some basic symbols (malloc etc) were not defined...