> Dear Valeri,
> Thanks for your answer, but could you be more explicit ? Where
> do I have
> to enter
>
> -DWIN32 -DVISUAL_CPLUSPLUS ?
I did send yesterday an example fo makefile.
What about DevStudio "follow me" and "select":
1. Developer Studio
2. "Project"
3. Setting (Alt-F7)
4. C/C++
5. Category: Preprocessor
6. Preprocessor definitions: WIN32,VISUAL_CPLUSPLUS
Watch "Project options". There you should see among other
parameters: /D "WIN32" /D "VISUAL_CPLUSPLUS"
Try re-build your project and let me know.
Valery