> je suis nouveau utilisateur de fltk; je veux l'utiliser sur > code::blocks. > j'ai télecatger la librairie de www.fltk.org, le problème > c'est quand je veux faire un projet fltk, il me demande le > chemin de la lib. en lui donnant le chemin, il se bloque et > me dis qu'il ne peut pas trouver le 'include file' dans le directory. > j'ai copier le contenu du fichier fl dans un nouveau fichier > include. j'ai résolu le pb mais un autre problème est apparu > : il ne peut pas trouver fltk file !!! > vous pouvez m'aider ? > j'utilise c::b sur un OS windows vista professionnel.
I've neevr really been a fan of code:blocks, but if I understand correctly it is a wrapper for the mingw port of gcc (at least on Windows machines...) For Windows development, I usually just use mingw and the Msys shell directly, I find that much simpler and more reliable. There's a howto here: http://www.fltk.org/articles.php?L598 That describes setting up fltk-1.1.7 but the process is the same for other variants. Perhaps if you build the fltk libs in that way, you will then be able to point code:blocks at them and have things work. SELEX Galileo Ltd 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

