[Resolved] Qt, Windows... many problems...
General and Desktop
6
Posts
2
Posters
2.2k
Views
1
Watching
-
Well...
I try compile the application on Windows.
When I click on "Run" on QtCreator, the application works fine, very fine...
But when I try to run the "Application.exe" I got some error, asking for some .dll files. So I put all missing .dll files in the same folder as my "Application.exe" is, but I'm got another error:Google translate:
@
Could not locate the procedure entry point _ZN31QNonContinuousByteDeviceFactory6createEP11RingBuffer in the dynamic link library QtCored4.dll
@In portuguese:
@
Não foi possível localizar o ponto de entrada do procedimento _ZN31QNonContinuousByteDeviceFactory6createEP11RingBuffer na biblioteca de vínculo dinâmico QtCored4.dll
@What's that means? I have no idea how to solve my problem!!!