View Single Post
Re: HL metamod bot SDK not working...
Old
  (#2)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,620
Join Date: Jul 2004
Location: Bulgaria
Default 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.
  
Reply With Quote