Luc Le Blanc wrote:
I need to store a table of geodesic datum conversion factors (about 300 
doubles.) If I put it in my code as a const struct, does it eat up my heap? Or 
should I instead put the data into an auxiliary PDB I can read only when I need 
to access the specific data I need?


Luc Le Blanc

You could alsow save the data as a resource in you app prc. I believe there is also a 'integer array' resource type. Just lock the resource when the app starts, and unlock when it quits. Then you only need a single global pointer and can keep bith code & data segemnst smaller.

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to