Michael Glickman <[EMAIL PROTECTED]> writes: > P.S. Looks like (but hardly believable !) nobody was trying to create > a 'real-life' multisegment app in plain C, otherwise he/she would > inevitably come to the same problem.
I wrote a real-life multisegment app (platinum certified) in plain C. In my project, I even made it easy to shuffle functions into different segments without too much difficulty. It just involved the creative use of the precompiler, plus a small perl script called genproto that generated the function prototypes with the appropriate __attribute__ declarations. It's not hard to do. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! Were these parsnips UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | CORRECTLY MARINATED in TACO Seattle, WA, USA | SAUCE? http://www.rudedog.org/ | -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
