This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Loading/Writing of files under Symbian


Loading/Writing of files under Symbian

Postby Marco » Apr 26, 2004 @ 9:24pm

Marco
 


Postby jonasb » Apr 26, 2004 @ 11:19pm

The Symbian way to do it is using the file server for file manipulations. See for example
User avatar
jonasb
pm Member
 
Posts: 27
Joined: Aug 26, 2003 @ 10:08pm
Location: London


Postby Marco » Apr 28, 2004 @ 2:40pm

Marco
 


Postby ruis » Apr 28, 2004 @ 3:10pm

You can also use the standard C way of doing things if you are familiar with these (fread, fwrite etc). Look at for a list of implemented functions in the C/POSIX standard library. Remember to link against estlib.lib and to call CloseSTDLIB() when you don't need the stdlib anymore. Not calling this will result in a memory leak.

//Erik
User avatar
ruis
pm Member
 
Posts: 41
Joined: Nov 3, 2002 @ 5:00pm
Location: Sweden


Return to GapiDraw


Sort


Forum Description

The Cross-platform Graphics SDK for Palms, Pocket PCs, Symbian Devices, and Stationary PCs.

Moderators:

sponge, Johan

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum