The following pre-processor command does not work using MS SDK #include files from Visual Studio 2008 Pro.
The following was in string.h probably the most used include file next to stdarg.h
Code:
#if _MSC_VER > 1000

this will crash the A7 engine compiler on load.

That will cause all commands such as:
Code:
#if __STDC_WANT_SECURE_LIB__ && !defined (__midl)

to fail. Specifically the !defined which is also in string.h

As a result I am finding it impossible to use header files from the windows sdk.


Last edited by ATOMIX; 08/03/08 18:23.

ATOMIX Productions
ATOMIX Group LLC
http://theatomizer.com
A7 Pro 7.50