Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Where is DEFAULTLIB defined
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ed  
View profile  
 More options Oct 13, 2:32 am
Newsgroups: microsoft.public.dotnet.languages.vc
From: Ed <seah...@gmail.com>
Date: Mon, 12 Oct 2009 23:32:08 -0700 (PDT)
Local: Tues, Oct 13 2009 2:32 am
Subject: Where is DEFAULTLIB defined
Hi, guys,
When I use VC 2008 to build programs, compiler reports libirc.lib not
found during the link phase.

And I found libirc.lib is one of DEFAULTLIB.

So where is DEFAULTLIB defined? I didn't manually define it in my
project.

Thanks.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Voigt [C++ MVP]  
View profile  
 More options Oct 13, 7:34 pm
Newsgroups: microsoft.public.dotnet.languages.vc
From: "Ben Voigt [C++ MVP]" <bvo...@newsgroup.nospam>
Date: Tue, 13 Oct 2009 18:34:13 -0500
Local: Tues, Oct 13 2009 7:34 pm
Subject: Re: Where is DEFAULTLIB defined
"Ed" <seah...@gmail.com> wrote in message

news:9ad9ed9d-b080-456f-95aa-8cdbf81b85d0@i4g2000prm.googlegroups.com...

> Hi, guys,
> When I use VC 2008 to build programs, compiler reports libirc.lib not
> found during the link phase.

> And I found libirc.lib is one of DEFAULTLIB.

> So where is DEFAULTLIB defined? I didn't manually define it in my
> project.

The compiler adds a couple things depending on your project settings:

libcmt or libcmtd, controlled by Use debug or release runtime library
mfc*, controlled by Use MFC in a static library, DLL, or no use of MFC
kernel32.lib, user32.lib, etc (if you didn't compile with /clr)

But, any header file can also add things using #pragma comment.  Since
libirc isn't one I've ever heard of, I'm pretty sure the compiler isn't
doing it and that means one of your header files is.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google