On Oct 27, 2007, at 2:38 PM, Yuri D'Elia wrote: > In article <[EMAIL PROTECTED]>, > Jean-Yves Avenard > <[EMAIL PROTECTED]> 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 >> >> I need to install xcode 2.3 in Leopard, and see if I still have the >> same >> problem... >> >> Jean-Yves > > Did you try to build 1.1.x (from svn) and run it on Leopard? > It includes some workaround code that does not require a resource > fork.
I just recompiled FLTK 1.1.svn5953 from scratch on 10.5 and everything works as expected. No crashes, no resource fork issues. We did update some resource fork handling a while ago and managed to get a missing resource fork treated nicely by OS X. I have not tested a 10.5 app on 10.4 since I am lacking a 10.4 machine since my upgrade yesterday... ;-) Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

