FILE Path

Login to reply to this topic.
Fri, 2007-07-27 07:39
Joined: 2007-05-02
Forum posts: 32

Hi All,
How to place the file in the specified path

Z:\\resource\\apps\\AnimExample\\GuitarPlayer.gif;
when i copy the file GuitarPlayer.gif and place in

\epoc32\RELEASE\WINSCW\UDEB\Z\Resource\Apps\AnimExample\GuitarPlayer.gif

and try to open the file it returns -1

can any one please tell me how to copy the file ?


Fri, 2007-07-27 08:52
Joined: 2006-01-31
Forum posts: 14
Re: FILE Path

1. Which is "open" functions used?
2. Z - ROM storage on a device. it means read-only in common case.

Fri, 2007-07-27 11:07
Joined: 2007-05-02
Forum posts: 32
Re: FILE Path

Hi,
I have used RFile Class open function..
i want to dispaly a gif file on the screen
for that i am saving the gif file in that path
and giving that path
to SetFileL function of CICLAnimationDataProvider class
but it is throwing system error -1

Fri, 2007-08-03 11:45
Joined: 2005-01-18
Forum posts: 26
Re: FILE Path

error is -1 means Unable to find the specified object..so please check it first..

Regards,
Parag

Fri, 2007-08-03 12:59
Joined: 2003-09-22
Forum posts: 27
Re: FILE Path

yes - z is read only - try copying to C:\\. You can find this in your SDK under Epoc32\winscw\c\..

Fri, 2007-08-03 13:11
Joined: 2007-05-02
Forum posts: 32
Re: FILE Path

I am sorry I am Bit Late
yes all of u r right it should be copied
in C:
it is working fine
Thankx
Can any one know how to scale the animated gif (i.e i want my gif image to occupy the 40% of my screen
at present it is occupy 60% of screen size)
Thanks All
Gopal

  • Login to reply to this topic.