开发者

Anyone knows which networking package contains winlive.h?

I am dealing with a c++ small game solution which contains references to winlive.h header. I'm su开发者_如何转开发re it is part of a networking package, but haven't been able to track it down. It is not in windows sdk or platform sdk. Anyone may have have seen this before and can point me in the right direction? thanks


If you just comment out the #include for the missing header file (winlive.h), what function calls does the compiler complain about? That will likely give you a hint. It's even possible the header is not needed (and removing it will result in your code being able to compile).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜