I did that, but I get <Variable Name> already define in all the C files
even though they are not.

What I did was define them in the first main C file as
TYPE Variable

Then in the other C files that use them and then did
extern TYPE Variable in the other files that use C.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 01, 2000 2:25 AM
To: Palm Developer Forum
Subject: Re: External Variables


Hi,
I think you should define the variable in one of the .H and then in the
other
file write

     extern  varaible_type    varaiable_name.
Bye,
          Raffaella



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

-- 
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