Hi there. This is my very first day using Pelles C so I hesitate to call this a "bug report", but here goes:
If you #include <iphlpapi.h>, that attempts to pull in iprtrmib.h, which is not present. (Actually none of my compilers and associated SDKs have this file either.)
This is for both 5.0 and 6.0 straight out-of-the-box. I haven't started monkeying with downloading new SDKs and such as I'm not sure that would be the wisest thing to do at this point being brand new to the compiler and not knowing anything about it.
I can understand certain APIs not being there in the first place, sure. But if a header is right there in the fresh install should I not be able to #include it?
This is the 32 bit version of Pelles C, and I've got it installed on an XP box if it matters.
The code and project I'm trying to compile was a completed app from a year or so ago, so obviously it worked for the programmer that was here before me, and it must have been version 5.0.
What would be the recommended (non-kludgey) way to get this working?
Thanks!
-core