Menu

FLTK 1.1.9

Andreas
2011-08-20
2012-09-26
  • Andreas

    Andreas - 2011-08-20

    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

     
  • Jim Pattee

    Jim Pattee - 2011-08-21

    You need to be more specific about what happened.

    How was FLTK installed? Did you get compile errors or what?

     
  • Andreas

    Andreas - 2011-08-21

    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();
    }

     
  • Jim Pattee

    Jim Pattee - 2011-08-21

    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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.