![]() |
|
User loginWho's onlineThere are currently 0 users and 6 guests online.
Syndicate |
Using ini files to store application's settingsSubmitted by symbiancoder on Sunday, February 19, 2006 - 23:56 Most applications need some way to store persistent data. In most cases, the use of ini files is the easiest way to achieve this. Here's a simple setting class providing both loading and storing methods.
#ifndef SETTINGS_H #include // CBase class CApaApplication; class CSettings : public CBase Starting an exe on bootSubmitted by symbiancoder on Saturday, February 4, 2006 - 00:26 This snippet shows how to start an exe on boot, using the Startup List Management API. List running processes and threadsSubmitted by symbiancoder on Sunday, January 29, 2006 - 06:56 To get a list of running processes, use TFindProcess instead.
LOCAL_C void ListThreadsL() TFindThread find; while (find.Next(name) == KErrNone) Thread death notifierSubmitted by symbiancoder on Friday, January 27, 2006 - 07:44 This snippet shows how to implement a thread death notifier class. Simple EXE programSubmitted by symbiancoder on Friday, January 27, 2006 - 04:40 This snippet shows a basic console program. Differences with respect to previous Developer Platforms can be seen in the MMP and PKG files. Build instructions: bldmake bldfiles |
NewLC |
© 2006 SymbianCoder.com |