Qt 6.11 is out! See what's new in the release
blog
Error uses QNetworkInterface::allInterfaces()
General and Desktop
11
Posts
3
Posters
4.2k
Views
1
Watching
-
Hi,
If you double click the exe the same rules applies as in the "deployment documentation":http://qt-project.org/doc/qt-4.8/deployment-windows.html
-
Did you check each point of the deployment doc ?
Also verify that you have all dependencies with Dependency Walker.
-
[quote author="phamvanan" date="1375260031"]Hi,
I copied dll files (such as: QtNetworkd.dll, QtCore4.dll, QtGui4.dll) which i link library in project into directory same with exe file but also crashed.[/quote]you used QtNetworkd.dll or is it just a typo? QtNetworkd.dll is for debug builds.
-
Do you mean it also crashes when started from QtCreator in release mode ?
-
Then again, did you check that you have all dependencies/plugins in the exe folder ?