Eric Snider wrote:
> I followed the advice in the FAQ. When I change the Code Model to
> Smart instead of Small I can build the project. But when I try to
> install the app on the emulator or on my Palm V things go horribly.

Your code segment is over 64K.  Click here for details:

    http://www.egroups.com/group/palm-dev-forum/17263.html

> I'd still like to get the "Smart" Code Model stuff working though.
> It should work for the Palm, right?

Consider switching back to Small model with multiple code segments. 
Using multiple code segments is easy and gives you basically unlimited
code space to work with, if you plan to keep growing the application. 
Using Smart model with a single code segment buys you some space but
could eventually hit the 64K segment ceiling again.

-slj-

Reply via email to