0
如何從Visual Studio 2003 C++ .NET中排除特定的.dll?
在發佈版本期間,我收到以下警告。
任何幫助表示讚賞。如何從Visual Studio 2003 C++ .NET中排除特定的.dll?
Generating Code...
Linking...
LINK : warning LNK4089: all references to 'ADVAPI32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHELL32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHLWAPI.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'comdlg32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'ole32.dll' discarded by /OPT:REF
謝謝。
這些警告沒有任何傷害。你不能忽略他們嗎? – SteelBytes 2010-03-24 06:11:43