You simply need to segment your application, ensuring the code in each segment is less than 32KB and use the "Small" memory model. You should then find your program gets smaller and runs a little faster.
Check the archives and/or read the documentation for your compiler on how specifically to go from a single segment program to a multiple segment program.
From: "Ralf Krauss" <[EMAIL PROTECTED]> Date: Wed, 9 Jul 2003 16:09:52 +0200
If your application requires more than 64k for its Code, you should place some of its functionality in one or more shared libraries, or create a multiple segments application. Splitting your application into one or more shared libraries ...
<[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hello, > > I am creating an application, that(.prc) is extended above 64KB, > so that i can not compile. How can i overcome this problem. >
Roger Stringer Marietta Systems, Inc. (www.RF-TP.com)
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
