> It seems that in fltk 1.1.8, using Fl_File_Chooser::MULTI is
> not possible. The list always contains one element. It is
> working with fltk 1.1.7.
> Or maybe there is something different between the 2 versions
> that I didn't understand...
Yup - that looks like an honest to goodness regression to me, at least
on this winXP box.
When the file_chooser returns, with multiple items selected,
count = fc->count();
Returns count == 1, (I was expecting 5...)
And, whilst I was trying this out, I got this error too:
$ fltk-config --use-images --compile file_chooser.cxx
g++ -I/usr/local/include -I/usr/local/include/FL/images -mwindows
-DWIN32 -mno-cygwin -o file_chooser file_chooser.cxx -mwindows
-mno-cygwin /usr/local/lib/libfltk_images.a -lfltk_png -lfltk_z
-lfltk_jpeg /usr/local/lib/libfltk.a -lole32 -luuid -lcomctl32 -lwsock32
d:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe:
cannot find -lfltk_png
collect2: ld returned 1 exit status
Hmmm, there's no "-L /usr/local/lib" in the parameters, so the
references to "-lfltk_png" et al go unresolved.
Indeed, it seems to me they should maybe be
"/usr/local/lib/libfltk_png.a" anyway.
Which is odd, because I thought this *was* working.
Testing with current svn (1.1.8) on Msys/mingw on winXP.
--
Ian
SELEX Sensors and Airborne Systems Limited
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