You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have success use cmake create these three files , qmdnsengine.dll,qmdnsengine.exp,qmdnsengine.lib , but i dont get qmdnsengine.h .
so when i use code below , errors occour , it said QMdnsEngine is not a class or namespace name .
i have success use cmake create these three files , qmdnsengine.dll,qmdnsengine.exp,qmdnsengine.lib , but i dont get qmdnsengine.h .
so when i use code below , errors occour , it said QMdnsEngine is not a class or namespace name .
code below :
QMdnsEngine::Server server;
QMdnsEngine::Cache cache;
QMdnsEngine::Browser browser(&server, "_http._tcp.local.", &cache);
The text was updated successfully, but these errors were encountered: