> Thanks so much for the help! I just tried what the second link you gave me > said, and my program compiled! I would be all cheery, and this is great, I > can finally start coding, BUT I still can't get Code::Blocks to build my > projects (which would save me a LOT of time, instead of using MSYS). > > Where is my link line, and how can I put my lib before my project? Sorry I'm > new to this and am asking all these questions! (surely you have better things > to do hehe). I really appreciate the help everyone here has given me :). It's > a really nice community (that I'm going to become a part of, when I get this > darn thing working... :)). > > :) >
If you are using Code::Blocks have you used the project wizard to setup an FLTK project? it will ask you to define location of FLTK, so you put the path in there to the fltk1.10 folder or whatever and then continue in the wizard, the fltk folder needs to be complete with the lib and include directories in their default paths as supplied. Also you can save as a user template once you have a working FLTK project, then each time you choose new > 'from user template' and selcet the FLTK tmeplate you saved In any case to link the libraries you need to use the project options and add the paths to the libraries in the linker tab under build options _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

