hi
i try to use FLTK in DEV-C++ and when i used this source GCC compiler send an 
error.

Source:
 int Fl_Window::handle(int e)
     {
       switch(e)
         {
             case FL_PUSH:
                exit(1);
             break;
             }
     exit(1)        ;
     }

AND ERROR:
C:/Dev-Cpp/lib/libfltk.a(Fl.o)(.text+0x1310):Fl.cxx: multiple definition of 
`Fl_Window::handle(int)'
Untitled1.o(.text+0x0):Untitled1.cpp: first defined here
collect2: ld returned 1 exit status

make.exe: *** [Project1.exe] Error 1

Execution terminated

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

Reply via email to