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 installed QT 5.1.0(mingw48_32) in my windows7 machine and able to create the CutyCapt.exe file using below commands. But the generated CutyCapt.exe file not able to rendering my .html page. It is giving the white page.
Note : My html page have the js code+ html content.
But I have downloaded the CutyCapt.exe file from "http://cutycapt.sourceforge.net/" .
The downloaded CutyCapt.exe file able rendering my html file.
I have used the same source code and same html I have used.
Any of the one please help me, how I can generate the exe file. If there any other process is there in windows machine please let me know.
I have used below commands for generate the CutyCapt.exe :
qmake -project
qmake
mingw32-make
The text was updated successfully, but these errors were encountered:
uppalasx
changed the title
Unable create CutyCapt.exe
Generated CutyCapt.exe not rendering .html files
May 13, 2014
uppalasx
changed the title
Generated CutyCapt.exe not rendering .html files
Generated CutyCapt.exe not rendering files
May 13, 2014
You're probably experiencing the issue looking up dependent DLLs, where instead of crashing with useful information it would just silently proceed to do nothing. I had the same issue on OSX and could never figure out what it was looking for.
We ended up giving up on the library resolution and investigated getting a static build...
Sounds to me like you might be using the wrong file://... URI syntax to refer to the local document. Does it work when you capture some http://... address?
I have installed QT 5.1.0(mingw48_32) in my windows7 machine and able to create the CutyCapt.exe file using below commands. But the generated CutyCapt.exe file not able to rendering my .html page. It is giving the white page.
Note : My html page have the js code+ html content.
But I have downloaded the CutyCapt.exe file from "http://cutycapt.sourceforge.net/" .
The downloaded CutyCapt.exe file able rendering my html file.
I have used the same source code and same html I have used.
Any of the one please help me, how I can generate the exe file. If there any other process is there in windows machine please let me know.
I have used below commands for generate the CutyCapt.exe :
qmake -project
qmake
mingw32-make
The text was updated successfully, but these errors were encountered: