Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
cl /nologo /W4 /GX /GR /Zm800 /MD /Zi /O2 /DWIN32 /D_WINDOWS /DNDEBUG /I../../stlport /c /Foobj/vc6/shared/dll_main.o /Fdobj/vc6/shared/stlport.5.1. pdb ../../src/dll_main.cpp dll_main.cpp D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/./win base.h(1576) : error C2733: second C linkage of overloaded function 'Interlocked Increment' not allowed D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Inclu de/./winbase.h(1574) : see declaration of 'InterlockedIncrement' D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/./win base.h(1583) : error C2733: second C linkage of overloaded function 'Interlocked Decrement' not allowed D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Inclu de/./winbase.h(1581) : see declaration of 'InterlockedDecrement' D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/./win base.h(1591) : error C2733: second C linkage of overloaded function 'Interlocked Exchange' not allowed D:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Inclu de/./winbase.h(1588) : see declaration of 'InterlockedExchange' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
/**//* * boris : this setting is here as we cannot detect precense of new Platform SDK automatically * If you are using new PSDK with VC++ 6.0 or lower, * please define this to get correct prototypes for InterlockedXXX functions */ #define _STLP_NEW_PLATFORM_SDK 1