"SCMIT Info" <[EMAIL PROTECTED]> writes:


> I am developing two different programs (with different creator ID) which
> interact between them. How may I create a common variable so this two
> different programs could use it? If it is not possible, how can I store a
> common value and then call it?

Use the feature manager:

  FtrSet(creatorid, featureNum, value);

   ...

  FtrGet(creatorid, featureNum, &value);

Just make sure both programs use the same creatorid and featureNum in
their calls.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! TONY RANDALL!  Is YOUR life
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | a PATIO of FUN??
Seattle, WA, USA                            | 
http://www.rudedog.org/                     | 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to