Hello,
In all my projects, at what ever #include <> i get an error. It worked fine till I installed WDK (DDK) for the drivers, after that it started. I tried new projects, no results; a few examples:
Code:#include <windows.h> gives these errors: string.h(46): error C2144: syntax error : 'void' should be preceded by ';' string.h(46): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int >>>string.h(216): fatal error C1003: error count exceeds 100; stopping compilation// quite hoplessAlso more then 100....Code:#include <iostream> gives these errors: yvals.h(860): warning C4159: #pragma pack(pop,...) : has popped previously pushed identifier '_CRT_PACKING' math.h(88): error C2144: syntax error : 'double' should be preceded by ';'
Someone knows something?
Thanks,


Reply With Quote
Bookmarks