Hello Pelle.
I used version 9.0 for 3 years. Now install 11.0 I try to recompile the programs, everywhere I write messages by type
PellesC\Include\Win\basetsd.h(178): warning #2208: No support for '__ptr64'.
lines
return ((void *POINTER_64)(__int64) (LONG_PTR)h);
errors
warning #2280: Unrecognized runtime function: '_enable'.
warning #2280: Unrecognized runtime function: '_disable'.
why is that? And what does it mean?
Are you using my fSDK?
[code]PellesC\Include\Win\basetsd.h(178): warning #2208: No support for '__ptr64'.
This is a typical spurious warning (requires fSDK upgrade), but not harmful anyway. You can simply ignore it (It tries to define __ptr64 also in 32bits projects that isn't supported by PellesC).
The new version 11 have a lot of more definitions, and is upgraded to win10 SDK, so before to make a huge work to modify my fSDK I want to be sure it is worth the effort. Try to compile without fSDK your sources, if no definition is missing maybe you don't need fSDK anymore... (or at least for now
).
I don't know the _enable/_disable warning from where came.