PDA

View Full Version : Not enaught space to run WebKit example.



menel
15th October 2009, 16:08
Hello, I'm trying to run examples\webkit\previewer on my Windows Mobile 5.0 (device and emulator). I compiled Qt with this flags:

configure -platform win32-msvc2008 -xplatform wincewm50pocket-msvc2008 -webkit

When I tried to run this example on Emulator (on \Program Files\previewer) I got this message:
Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\previewer\QtGuid4.dll'. Error 0x80070070: There is not enough space on the disk.

Then I have created folder on my disk, and I set this folder as shared memory on Emulator, and I got message that
device's security settings are to restrictive, but I'm able to run other examples like webbrowser.

Next I tried to run this on real device, on common memory (\Program Files\previewer) and storage card (256 MB). In both cases I got message
Not enough storage is available to complete this operation

How much memory I need to run WebKit? Or maybe I doing something wrong?