Hard to say at this point. We need more code context and you need more study on pointers.
Segmentation can be a problem because inter-segment jump tables are stored in globals. Some launch methods do not create globals for your app, and without globals you cannot access code in other segments. If it's a C++ app, you may need globals even for a single segment. No more guessing, though. Study up on pointers and if you have more questions include more of your code and explain the execution context. On Jan 8, 2008 12:04 AM, Geetha Arasu <[EMAIL PROTECTED]> wrote: > > > Thanks for your suggestions… > > Yes I am using the multiple code segments.. Is that causing this problem? > *.* > -- [Jeff Loucks, Gig Harbor, WA, USA] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
