At 11:25 AM 11/18/2004, you wrote:
Can I move any of these files out of segment 1?

I thought I read that you have to have some (or all)
of these in the first segment or it'll crash your Palm
when you try to install the program.

- Palm OS Runtime.mcp - POL Lib.mcp

The .mcp files don't contribute code to the segment, so they can be anywhere.

- PalmOS Runtime_21_A5.lib
- MSL_C++_PalmOS_2i_DbA4A5.lib
- POLD1.lib

You may be able to move the C++ library file to another segment, but the runtime and POLD1 libraries have to be in the first segment.

- Starter.cpp
- StarterApp.cpp

These need to be in segment 1, as they hold code that's called in every launch code. However, you may have code in these files that you can split into other source files and move to other segments.

-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Fourm Archives:   http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to