First of all, thanks for your reply! I feared something like this, as I looked through the project. I created a 68K PNO project based on the "simple expample" and somewhere hidden, is a "PNO main"-C file, which I didn't notice before.
Actually I want the framework to work on older devices, too - so going the segmentation approach seems to be a must. Unfortunately I don't fully understand the PRC documentation, because I do not see where to apply the suggested changes in the makefile(s?). I'm currently compiling release versions of the application, because the debug version already revealed the "coderes full" error a couple of days ago during development. So I guess I have to apply the changes to the release version's makefile... But even if I could manage these changes, I'm still concerned about implementing the segementation in my object-oriented code. Will I have to transfer the class definitions (*.h) to separate segments, or does this only apply to the method implementations (*.cpp)? Thomas -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
