Why does it only work in QT Creator?
-
wrote on 21 Dec 2012, 08:27 last edited by
Hi
Why does it only work in QT Creator?
It is compiled correctly and works correctly.
Runs Exe file in Windows, correctly. But it does not work correctly. And generated this error "Parser not initilize".
please check it.
thank. -
wrote on 21 Dec 2012, 08:40 last edited by
The information is a bit sketchy and the link you are providing is starting with a language I cannot read.
However, if your program works correctly in Qt creator and not if you are starting it from outside of creator it is most likely that the proper dlls are missing. -
wrote on 21 Dec 2012, 15:48 last edited by
This is new link.
http://www.4shared.com/rar/ynHVGqFC/RAT.htmlDo you know what the DLL requires?
thank -
wrote on 21 Dec 2012, 16:42 last edited by
Considering that you are asking on a Qt forum: Most likely Qt and/or its plugins...
Use dependency walker, that should show which dlls are missing. The plugins tend to be a bit more tricky to figure out. A filesystem monitor helps a lot there.
1/4