0

I am using MS Visual Studio Professional (2013). I have compiled the fltk 1.3 successfully and followed all the instructions given at this link

but i am still getting the error, that it cannot find the files

error

What do i need to change to make it work. I followed this link and did the same but it doesn't work either.

Community
  • 1
  • 1
Ali Haider
  • 11
  • 2
  • Did you do this step **Now copy (don’t move) the following from your fltk-1.3.3 folder: The complete FL directory to VC\include** – cup May 19 '16 at 07:57

1 Answers1

1

What the error says is that the compiler can not find the FLTK include files. You can solve it by going to project properties (right click on the project) then Configuration Properties --> C/C++.
Then add the path to the FLTK directory to list of "Additional Include Directories"

David Lopez
  • 353
  • 4
  • 13
  • thank you though. took me a log of time to complie the FLTK and then like do 100 different things to run it. – Ali Haider Jun 25 '16 at 06:08