I try to use dynamic libraries with mingw compiler with fltk-1.3.x-r6671
(the only configure option i used was --enable-shared )

My LD_FLAGS = -mwindows -mno-cygwin -Wl,--enable-auto-import -Wl,\
              -enable-runtime-pseudo-reloc -lfltk_images -lfltk_png \
              -lfltk_jpeg -lfltk -lole32 -luuid -lcomctl32

My CXX_FLAGS = -Wall -O2 -shared -mwindows -DWIN32 -DUSE_OPENGL32 \
               -mno-cygwin -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE

Static linking works perfect, but whet i load several ddl with fltk windows in 
each i get only one working.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to