Discussion Board
-
passing data to another application.
2002-11-27, 07:31
#1
Registered User
Hi All,
Can we pass data from one application to another which is invoked from the first application? If yes please suggest how that can be done.
-
RE: passing data to another application.
2002-11-27, 13:15
#2
Registered User
There are several ways of doing this.
1. Application views (see the 'Utilizing External Application Views' document available from the Nokia Forum).
2. Client/Server mechanism - there's example code for this in the SDK.
3. Shared memory (RChunk::CreateGlobal()). Remember to mutex accesses.
Client/Server is the most elegant and useful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules