Hi,
I have developed an application that can view images from its current drive. I used Qt creator on windows XP.
The app is running on Symbian Emulator, but when I put the app in the device the app starts but doesn't display the images. I believe the images are not there in the location.
Normally while using Carbide C++ I set the image path in the pkg file as
"..\data\50x50\Actors\1.jpg" -"C:\system\200340EC\Hungama\BollywoodRingtones\50x50\Actors\1.jpg"
and fetch the file from the app.
Now in Qt creator i got two pkg files
pictureflow_installer.pkg & pictureflow_template.pkg. where do I add the path of the file and what would be the syntax of the code.
I tried doing this way in pictureflow_installer.pkg
Here is the code
But did not work.Code:"C:/Qt/workspace/Example/pictureflow-0.1.0/pictureflow-qt/pictureflow.sis" - "c:\private\2002CCCE\import\pictureflow.sis" "C:/Qt/workspace/Example/pictureflow-0.1.0/pictureflow-build-simulator/AajaNachle_wp03.jpg" - "c:\private\2002CCCE\import\AajaNachle_wp03.jpg" "C:/Qt/workspace/Example/pictureflow-0.1.0/pictureflow-build-simulator/BuntyAurBabli_wp04.jpg" - "c:\private\2002CCCE\import\BuntyAurBabli_wp04.jpg" "C:/Qt/workspace/Example/pictureflow-0.1.0/pictureflow-build-simulator/Dhoom2_wp07.jpg" - "c:\private\2002CCCE\import\Dhoom2_wp07.jpg" @"C:/NokiaQtSDK/Symbian/SDK/smartinstaller.sis",(0x2002CCCD)
Please suggest me




