Hi!
I have tried to get the FLTK 1.1.9 to work, but it just won´t. And I don´t find any .lib files!
Can someone help me to get it to work.
Best regards Andreas
You need to be more specific about what happened.
How was FLTK installed? Did you get compile errors or what?
It was installed from a zip file as a normal program in a dedicated mapp on the c drive.
Errors, yes. I get "No such file or directory".
I use this simple code:
int main() { FI_Window window(200,200,"FLTK"); FI_Box box(0,0,200,200,"Hello World!"); window.show(); return FI::run(); }
Is a path to the the FL directory indicated in the /I statements in the compile?
Post the compile log if you don't know how to check it. They should be added as a search path in the project options.
Log in to post a comment.
Hi!
I have tried to get the FLTK 1.1.9 to work, but it just won´t. And I don´t
find any .lib files!
Can someone help me to get it to work.
Best regards
Andreas
You need to be more specific about what happened.
How was FLTK installed? Did you get compile errors or what?
It was installed from a zip file as a normal program in a dedicated mapp on
the c drive.
Errors, yes. I get "No such file or directory".
I use this simple code:
include <FL FI.h="">
include <FL FI_Box.h="">
include <FL FI_Window.h="">
int main()
{
FI_Window window(200,200,"FLTK");
FI_Box box(0,0,200,200,"Hello World!");
window.show();
return FI::run();
}
Is a path to the the FL directory indicated in the /I statements in the
compile?
Post the compile log if you don't know how to check it. They should be added
as a search path in the project options.