"Khurram" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I want to know how i can declare Global variable in Starter.c and then > access it from ULDatabase.sqc
Assuming "ULDatabase.sqc" is a C source file (????). Just declare an external reference to it in ULDatabase.sqc. (OR more correctly, in Startup.h, and include Startup.h in ULDatabase.sqc) Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
