F
Felix
Hello,
Using someting like #define WINVER 0x0500 in a header file works
perfect, i.e. the preprocessor sees the definition. But I would like to set
WINVER in the IDE (Properties -> C/C++ -> Preprocessor -> Preprocessor
Definitions).
Doing this the symbol seems not to get defined and the preprocessor sets
WINVER to a default value of 0x0501.
Defining a symbol MY_TEST in the IDE shows the same problem: it's
simply not seen as defined by the preprocessor.
Any idea what's wrong ?
Many thanks Felix
PS: Im am using Visual Studio .NET 2003
Using someting like #define WINVER 0x0500 in a header file works
perfect, i.e. the preprocessor sees the definition. But I would like to set
WINVER in the IDE (Properties -> C/C++ -> Preprocessor -> Preprocessor
Definitions).
Doing this the symbol seems not to get defined and the preprocessor sets
WINVER to a default value of 0x0501.
Defining a symbol MY_TEST in the IDE shows the same problem: it's
simply not seen as defined by the preprocessor.
Any idea what's wrong ?
Many thanks Felix
PS: Im am using Visual Studio .NET 2003