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 attribute
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 *.vc
This is my development environment
Visual Studio 6.0 SP
IE6 SP1 Headers & Librarie
WIN32 SDK Headers & Librarie
MSXML 4.0 SP
XP O
I also have Visual Studio .NET 2003 installe
Let me know if you need additional information
Thanks
ADX De
Gary Chang - 15 Apr 2004 09:23 GMT
Hi,
I have posted a reply to this priblem in the
microsoft.public.vc.ide_general group, would please check it there?
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------