Sorry for the confusion. I support a palm application that different airlines customers use to look up there flight data (an example is www.trvlink.com/download/delta/dlpalm.exe). We wanted one code base that would display build the flights. But we have 30 different customers that want thier applications to look different and of course load different data.
So delta.prc has different defines set to tell the generic innoflights.prc how to display and how to build the flights. The user start the Delta application (Delta.prc). When it loads it dynamically loads innoflights.prc. One piece of the information that it give innoflights.prc is the creator id. This way innoflights.prc can load delta's data (delta.pdb) based off of the creator id. The delta.prc is really just a stub launcher. The problem is getting this to run on the expansion card. I have the first part working. Delta.prc loading the innoflights.prc but it fails loading the data. I really do need to do it by creator id. Does this help Jill -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
