[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: library conflicts
- From: "Danilo Tuler" <tuler@...>
- Date: Wed, 23 Jul 2003 10:14:27 -0300
> > 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)
Visual C++ 6.0:
Project -> Settings -> C/C++ Tab
Category: Code Generation
Use run-time library:
Single-Threaded
Multi-Threaded
Multi-Threaded DLL
Debug Single-Threaded
Debug Multi-Threaded
Debug Multi-Threaded DLL