473,326 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

/NODEFAULTLIB warning in Visual C++ 6.0

Hello,

When I link my applications, Visual C++ 6.0 prints out the following
warning:

LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other
libs;
use /NODEFAULTLIB:library

Do you know where in the workspace settings I'm supposed to specify the
/NODEFAULTLIB:library option?

Thanks for your help.

Aug 16 '06 #1
2 8984

"ruffiano" <ro************@yahoo.coma écrit dans le message de news:
11*********************@h48g2000cwc.googlegroups.c om...
Hello,

When I link my applications, Visual C++ 6.0 prints out the following
warning:

LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other
libs;
use /NODEFAULTLIB:library

Do you know where in the workspace settings I'm supposed to specify the
/NODEFAULTLIB:library option?

Thanks for your help.
this is off-topic but...

Project / Settings -Link tab -category: Input
then check Ignore all default libraries

but this will probably gives you link errors...
Aug 16 '06 #2
but this will probably gives you link errors...

It did, but then I pasted "/NODEFAULTLIB" under "Ignore Libraries", and
the warning no longer shows up.

Thanks for pointing me to the right direction.
Eric Pruneau wrote:
"ruffiano" <ro************@yahoo.coma écrit dans le message de news:
11*********************@h48g2000cwc.googlegroups.c om...
Hello,

When I link my applications, Visual C++ 6.0 prints out the following
warning:

LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other
libs;
use /NODEFAULTLIB:library

Do you know where in the workspace settings I'm supposed to specify the
/NODEFAULTLIB:library option?

Thanks for your help.

this is off-topic but...

Project / Settings -Link tab -category: Input
then check Ignore all default libraries

but this will probably gives you link errors...
Aug 16 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rob | last post by:
Hey, I'm getting an error message (C4786) while compiling some code that contains a vector of strings "vector <string> myVector(4);" i've added "#pragma warning(disable:4786)" to the...
5
by: dis | last post by:
I've been going through my code and clearing away some of the compiler warnings that i'm generating and i've come across areas where i cast pointers to integer values. The Visual Studio compiler...
0
by: Carl Owenby | last post by:
Re: Microsoft Knowledge Base Article - 174942 "File Modified Outside Source Editor" Warning Message I believe I have discovered a cause of this warning in a specific situation. I encountered...
4
by: thule | last post by:
Okay, thanks to John (THANK YOU SO MUCH). I switched all my header files over to using the new Standard <iostream> and included the using namespace std; . This seems to have fixed all the errors I...
0
by: David F. | last post by:
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...
6
by: Tom McL. | last post by:
I'm trying to move a program that was designed using Visual Studio 2003 and (Visual Basic) into Visual Studio 2005. When it runs I get the following warning in the Error List Window and I'm not...
2
by: Robbie Hatley | last post by:
I'm getting a strange warning at work when I compile any file in our product that contains a deque of a particular struct. I don't understand this warning, so I'm not sure if this is a Microsoft...
0
by: Matej Trampus | last post by:
Hi, I am compiling my code with /MT flag and linking it with some external libraries. Ia am getting the following error: LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other...
5
by: Peter Ritchie [C# MVP] | last post by:
I've purposely been ignoring a CA2122 warning in some C++ interop code I've been working on for quite some time. I've just recently had the cycles to investigate the warning. The warning message...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.