hi
i want to click on the image to get to points
x and y but i can not do it or even start with
can i find anyone help me?

#include <fltk/run.h>
 #include <fltk/Window.h>
 #include <fltk/SharedImage.h>
int main() {
   fltk::register_images();
   fltk::Window win(720,486);
    win.border(0); // borderless window
    win.image(*fltk::SharedImage::get("/image/show.jpg"));
   win.end();
     win.show();
    return(fltk::run());
 }


also i copied this code of image from this site but it gave

me an error "e:\robot_project_all\testfltk\sample.cpp(2) : fatal error C1083: 
Cannot open include file: 'fltk/run.h': No such file or directory
"

when i checked FLTK program in the SCR i didnt find this class run.h

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to