Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   General Discussions (http://forums.winamp.com/forumdisplay.php?f=1)
-   -   Advice in Visual C++ 6.0 linker... (http://forums.winamp.com/showthread.php?t=201311)

Joel 6th December 2004 15:14

Advice in Visual C++ 6.0 linker...
 
I'm using this to reduce my executable size (release):
PHP Code:

#pragma comment(linker,"/merge:.rdata=.data")
#pragma comment(linker,"/merge:.text=.data")
#pragma comment(linker,"/merge:.reloc=.data") 

but I get this warnings:
Quote:

LINK : warning LNK4078: multiple ".data" sections found with different attributes (40000040)
LINK : warning LNK4078: multiple ".data" sections found with different attributes (60000020)
How can I fix it?


All times are GMT. The time now is 11:12.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.