View Single Post
Shadows In Rain
Senior Member
Join Date: Apr 2010
Location: Russia::Siberia
Old 02-10-2012 , 13:17   Re: Problem during compiling amxmodx
Reply With Quote #11

You should try this method:

Quote:
MSVS
Project propertries
Configuration: All Configurations
Configuration propertries
C/C++
Advanced
Disable Specific Warnings = 4335;
Or add this before including any Metamod headers:
Code:
#pragma warning (disable : 4335)
It must help, so you don't even need to make changes to SDKs. At least it works fine for me (I'm creating Metamod plugin). In addition, I disabled 4005, but can't remember why.
__________________
I'm using Google translator, yarrr. |.◕‿‿◕.|
Shadows In Rain is offline
Send a message via ICQ to Shadows In Rain