Hey all-
I'm a real newbie when it comes to C (most of my experience is from basic-ish languages). First, good job and thanks for Pelles C - so far, it seems great! Now to my actual question...
I'm trying to write a ping utility. I was able to create the import library by using POLIB. But no header file exists - is there any way to create it from the library, does one already exist somewhere, or what's the proper syntax for defining the functions I need? (IcmpCreateFile, IcmpCloseHandle, & IcmpSendEcho)
-Thad