LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'libc.lib' conflicts with use of other libs;

D

David F.

Getting this message so turned on /VERBOSE - part of the output is below
(the only reference to searching of libc.lib).

This is for a multi-threaded application and AFAIK all my libs are complied
MT - looks like yet another VS.Net bug?? (YAVS.NB)

..
..
..

Found __fmode

Referenced in LIBCMT.lib(open.obj)

Loaded LIBCMT.lib(txtmode.obj)

Found __setmode_lk

Referenced in LIBCMT.lib(chsize.obj)

Loaded LIBCMT.lib(setmode.obj)

Searching C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\lib\OLDNAMES.lib:

Searching C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\lib\libc.lib:

Searching C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\comctl32.lib:

Searching C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\kernel32.lib:

..
..
..

LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'libc.lib' conflicts
with use of other libs; use /NODEFAULTLIB:library
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top