> **** Internal Builder is used for build **** > g++ -LC:/PROGRA~1/MSYS/local/lib -mwindows -shared -olibtest3.dll > src\main.o -lfltk -lglu32 -lopengl32 -lfltk_gl -lole32 -luuid - > lcomctl32 -lwsock32 -lsupc++
Dude, as I think I have said before, link order is important... You MUST link -lfltk_gl BEFORE you link -lfltk OK? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

