|
At 04:58 PM 22/07/2003 -0600, you wrote:
> Why am I receiving this message? > > LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other > libs; use /NODEFAULTLIB:library Because you compiled Lua with one set of runtime libraries (single-threaded, multi-threaded, debug single-threaded, debug multi-threaded) and your application with another. (It's in the project options somewhere) > and, more importantly, how do i get rid of it? Compile them both with the same set of runtime libraries.
or In the Project Settings select the Link tab and then the Input category. Then enter libcmt into the Ignore Libraries field. That's what I do. Scott DC beuja@iinet.net.au ---------------------------------------------------------------------------- http://members.iinet.net.au/~beuja/crisis/ ----------------------------------------------------------------------------