HOWTO Get rid of LNK4078
From: ADX Dev (dpw_at_newsgroups.nospam)
Date: 04/14/04
- Previous message: Vincent Finn: "Re: cannot save file .."
- Next in thread: ADX Dev: "RE: HOWTO Get rid of LNK4078"
- Maybe reply: ADX Dev: "RE: HOWTO Get rid of LNK4078"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 08:51:03 -0700
I don't seem to be able to get rid of this warning when building on Win32 Release Mode.
I have about 15 of this:
LINK : warning LNK4078: multiple ".rdata" sections found with different attributes (C0000040)
I tried what the online document said:
---------------------------------------------------------------------------------------------------------------------------------------------
multiple "section" sections found with different attributes
LINK found two or more sections that have the same name but different attributes. Probably an import library or exports file was created by a previous version of LINK or LIB. Recreate the file and relink.
---------------------------------------------------------------------------------------------------------------------------------------------
I even deleted all files created by Visual Studio:
.aps *.apx *.bsc *.clw *.ilk *.ncb *.pch *.pdb *.res *.sbr *.vcp
This is my development environment:
Visual Studio 6.0 SP6
IE6 SP1 Headers & Libraries
WIN32 SDK Headers & Libraries
MSXML 4.0 SP2
XP OS
I also have Visual Studio .NET 2003 installed
Let me know if you need additional information.
Thanks,
ADX Dev
- Previous message: Vincent Finn: "Re: cannot save file .."
- Next in thread: ADX Dev: "RE: HOWTO Get rid of LNK4078"
- Maybe reply: ADX Dev: "RE: HOWTO Get rid of LNK4078"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|