I have a large array of strings like:

Dtc dtc[] = {
    { "String 1" },
    { "String 2" }
};

A shared library cannot contain global data. How then can I include my large
table into a shared library? The table is <64k segment.

Ideally I want 10 shared libraries each with a large string lookup table.
Any ideas on how to accomplish this?

I could dynamically create the storage using MemPtrNew(), however the array
definition is the problem.





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