lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I get that same 
> "LINK : warning LNK4098: defaultlib "LIBC" conflicts with use 
> of other libs;
> use /NODEFAULTLIB:library" 
> warning when I compile debug-enabled code with a non-debug 
> Lua library.
> Haven't bothered to find where to switch it off (does someone 
> know?) since
> it doesn't trouble that much.

Sounds to me like you're linking single threaded and multithreaded libraries
together. Go into the project settings and under (I think) code generation -
make it all single or multi. You'll need to do this for debug and release
settings.