netcon.h not found with mingw?
- by cftmon
I am using the mingw(4.4.0) compiler that is included with QT4 and my IDE is netbeans 6.9.
i noticed that i can't find netcon.h when i try to include it.I need netcon.h because i need some kind of API to bring up/down a network adapter,and after some googling i found that netcon.h is most commonly used.
Linking netcon.h directly from the…