netcon.h not found with mingw?
Posted
by
cftmon
on Stack Overflow
See other posts from Stack Overflow
or by cftmon
Published on 2011-02-08T15:23:53Z
Indexed on
2011/02/08
15:25 UTC
Read the original article
Hit count: 305
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 microsoft sdk produces lots of errors.Or is there some other library to alows me to reset an adapter, or i had to visual C++ completely to solve this problem?
© Stack Overflow or respective owner