Author Topic: Trying to setup FLTK  (Read 3859 times)

rjm172

  • Guest
Trying to setup FLTK
« on: December 29, 2013, 11:08:09 pm »
Okay I am new to code::blocks and programming with C++. But i am here to learn

I'm not sure if its me or just the files that FLTK provides. I try to create a new project with FLTK but it gets to the point where it will ask for the lib folder and include folder.
I downloaded FLTK from the original site and the latest files. When I unzip the folder i notice that there is not an "include" folder in the FLTK directory.
What am i suppose to do with out that folder? or is it stored somewhere else in the directory cause i cant seem to find it.

Using the latest code::block on a windos 7 computer.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Trying to setup FLTK
« Reply #1 on: December 30, 2013, 08:29:21 am »
Using the latest code::block on a windos 7 computer.
You need a readily compiled FLTK library for your platform (and compiler). I guess you've just downloaded the sources. So - the best way is to look for a "DevPak" of FLTK and use just this.
See here:
http://devpaks.org/
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

cb55555

  • Guest