LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCR71D.dll)
LIBC.lib(crt0dat.obj) : error LNK2005: __exit already defined in msvcrtd.lib(MSVCR71D.dll)
LIBC.lib(crt0dat.obj) : error LNK2005: __cexit already defined in msvcrtd.lib(MSVCR71D.dll)
LIBC.lib(crt0dat.obj) : error LNK2005: __c_exit already defined in msvcrtd.lib(MSVCR71D.dll)
LIBC.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in msvcrtd.lib(cinitexe.obj)
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ned Harding
Sent: 29 November 2005 16:33
To: [email protected]
Subject: RE: [mitab] Re: error with MFCThe default with a MFC app is to link with the libraries in a shared dll. You will either need to change the MiTab to use shared dlls, or your MFC app to use static dlls and that should fix your problem.
Ned.
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of scumhampton
Sent: Tuesday, November 29, 2005 7:44 AM
To: [email protected]
Subject: [mitab] Re: error with MFCYes, this is the problem I'm getting. I can compile a Win32 console
app fine.Has anyone been able to build an app using MFC?
I'm using VC7.
--- In [email protected], "vietvlth" <[EMAIL PROTECTED]> wrote:
>
> Hi all, the lib seems to be wrong when used in MFC. When linking,
the
> linker report it conflicts with LIBC.lib. Then i
> used /nodefaultlib:"LIBC.lib", the linker can not open
cpl_string.obj
> although i have compiled all of the library by nmake. May the libs
is
> corrupted or what wrong within the source code
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/dkFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/mitab/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
YAHOO! GROUPS LINKS
- Visit your group "mitab" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
