On Thu, 24 Feb 2005 19:59:54 -0000, Jonathan King <[EMAIL PROTECTED]> wrote: > Thats allright Brandon. You gave some interesting insight. ;)
hehe. > So if I understand it correctly, it really doesn't matter what kind of > project the lib is. If its functions are called from 68k code, it will be > compiled as 68k code. If it is called from arm code, it will be compiled as > arm code. If I call some funcs from 68k and some from arm code, I assume this > would work too. I guess I'll try it myself. Thanks. the static library is a precompiled binary, isn't it? if you've compiled it as ARM code, you can link it with the rest of the object code in a PNO project. To link it with 68k code, you'd have to recompile a 68k version of the library (making whatever changes were needed for it to run that way) Or am I misunderstanding something? I've been known to do that... from time to time. :/ Brandon -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
