Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

dnsapi.dll/.lib for Qt5, Win CE, Armv4i

$
0
0
I need to resolve a few remaining link errors in my project build, and dnsapi.dll/.lib seems to be missing. Where should I expect to find it? Background: My project is including Qt 5.0.2 source directly, so that I can guarantee all build settings match. (OK, a little OCD, but that’s fine.) Instead of Qt Creator, the IDE is Visual Studio 2008, because that is what other devs in the company started with, and fragmenting our approaches is not worth the risk. FWIW, I really like Qt Creator. The SDK is custom, created in-house, and I have a copy but no details regarding how it was created. I have found dnsapi.dll (or lib) in my MS dev folder hierarchy, but none specific to the Armv4i platform needed. I don’t actually need any networking at this point, and tried defining QT_NO_NETWORKINTERFACE, but that exploded into a plethora of other errors, clearly not the path to take, even temporarily. Any enlightenment about this dns lib would be most welcome!

Viewing all articles
Browse latest Browse all 13965

Trending Articles