Jean-Yves Avenard wrote: >> Great, glad /that/ worked. >> >> I think Apple warned us all about using bundles for future apps >> instead of resource forks. Sounds like they may have fired a >> warning shot with Leopard. > > Well, resource forks are ugly anyhow as you can't safely store them on a > non-aware resources file system. > > > Well, still one more problem > > Compiled on 10.4, the application will run Leopard just fine. > However, compiled with 10.5 with xcode 3.0 ; the application will give me a > bus-error when ran in 10.4
You need to select the 10.4 SDK as your target - if you build with the default 10.5 SDK you program will only work with 10.5 and higher. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

