I had only been programming using only a language and had never used a library 
before. So, I am a newbie in this matter.

I'm developing on windows. Here what I do for hours to no avail getting FLTK to 
work for me.

1. Installed MinGW (C:\MinGW), msys(C:\MinGW\msys), msysDK
2. downloaded FLTK
3. unzipped it into C:\MinGW\msys\1.0\home\"my username"
4. open the shell and cd fltk-1.3.0
5. following the readme, so: autoconf -> ./configure -> make -> make install
6. I could run the fluid.exe under the msys, but couldn't on windows and get a 
.dll file is missing
7. I copied the all files C:\MinGW\msys\1.0\local\ into C:\MinGW\ corresponding 
folder bin to bin, lib to lib, and include to include
8. I could run the fluid.exe now.
9. I thought that means I can use FLTK now, but no.
10. using gcc -o on a file gave me undefined reference
11. I stopped because there because I don't have any knowledge about linking.
12. Another question: how do I integrate FLTK to Code::Blocks?

Please help me to setup FLTK on windows. Seeing from the tutorial, FLTK is the 
easiest to code GUI library. I really want to use it =)



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to