Re: HL metamod bot SDK not working... -
08-05-2008
The main problem is that some warnings are treated as errors, just turn off this option somewhere in the "C++" options category.
The other that I see is "../metamod\dllapi.h : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format", just open this file with Visual Studio itself for example and resave it. The other warnings are for "unsafe" function (only MS think that), you can safely disable this warnings.
|