hoehrmann / CutyCapt

A Qt WebKit Web Page Rendering Capture Utility
http://cutycapt.sourceforge.net/
99 stars 49 forks source link

CutyCapt.exe not rendering files in windows machine #10

Open uppalasx opened 10 years ago

uppalasx commented 10 years ago

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

uppalasx commented 10 years ago

hoehrmann, How we can create the CutyCapt.exe file in windows machine?

Please help on this! :-(

hakanai commented 9 years ago

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...

hoehrmann commented 9 years ago

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?