> i have the problem some others had before me: fl_filename_list() will > count the number of files correctly but does not return > pointers to the > actual filenames, i get random data instead. this is with > fltk 1.1.10 on > mac osx SL (current xcode 3 tools). there have been some vague hints > about some compiler flags one must use to compile fltk and the app > itself but i did not understand the issue. got a cure?
For SL, Apple dropped a lot of the API's that fltk-1.1.x was using, so it doesn't always work right; Manolo would know the "truth" of that. That's (at least partly) what drove the move away from the Carbon API's for the fltk-1.3 port (again, see Manolo). So it's probably that which the "compiler flags" you mention are to address. I'd really advocate using 1.3 if you need to run on SL or later. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

