as explain in PellesC doc#include <windows.h>
But when i compile the file, i get this error : can't find include file windows.h
I changed <windows.h> with this (PellesC path)
Code: Select all
#include "C:\\Program Files\\PellesC\\Include\\Win\\windows.h"C:\\Program Files\\PellesC\\Include\\Win\\windows.h(10): fatal error : can't find include file sdkddkver.h
In line 10 of windows.h, there is
Code: Select all
#include <sdkddkver.h>Both windows.h and sdkddkver.h are in the same folder ( C:\\Program Files\\PellesC\\Include\\Win\\)
How to avoid this Porc error ?




