Most of the errors are linker errors related to the fltk.lib file, except for 
one that that is related to the glpuzzle.cxx. Here they are:

COMAND LINES:

Creating temporary file "c:\Users\Simon\Desktop\Robot 
Project\FLTK\fltk-1.1.7\visualc\Release\RSP00010E44361728.rsp" with contents
[
/OUT:"../test/demo.exe" /INCREMENTAL:NO /LIBPATH:"..\lib" /MANIFEST 
/MANIFESTFILE:".\Release\demo.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" 
/PDB:".\Release/demo.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 wsock32.lib 
comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib "..\lib\fltkz.lib" "..\lib\fltkpng.lib" "..\lib\fltkjpeg.lib" 
"..\lib\fltkforms.lib" "..\test\fltkdll.lib" "..\lib\fltk.lib"

".\Release\demo.obj"
]
Creating command line "link.exe @"c:\Users\Simon\Desktop\Robot 
Project\FLTK\fltk-1.1.7\visualc\Release\RSP00010E44361728.rsp" /NOLOGO 
/ERRORREPORT:PROMPT"


OUTPUT WINDOW:

Linking...
fltk.lib(Fl_arg.obj) : error LNK2005: "public: static int __cdecl 
Fl::arg(int,char * *,int &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_arg.obj) : error LNK2005: "public: static int __cdecl 
Fl::args(int,char * *,int &,int (__cdecl*)(int,char * *,int &))" ([EMAIL 
PROTECTED]@@[EMAIL PROTECTED]@Z) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_arg.obj) : error LNK2005: "public: void __thiscall 
Fl_Window::show(int,char * *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "public: static int __cdecl Fl::run(void)" 
([EMAIL PROTECTED]@@SAHXZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "public: static int __cdecl Fl::wait(void)" 
([EMAIL PROTECTED]@@SAHXZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "public: static int __cdecl Fl::check(void)" 
([EMAIL PROTECTED]@@SAHXZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "public: static int __cdecl Fl::h(void)" 
([EMAIL PROTECTED]@@SAHXZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "public: static int __cdecl Fl::w(void)" 
([EMAIL PROTECTED]@@SAHXZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl.obj) : error LNK2005: "char const * __cdecl fl_filename_name(char 
const *)" (?fl_filename_name@@[EMAIL PROTECTED]) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Tooltip.obj) : error LNK2005: "public: void __thiscall 
Fl_Widget::tooltip(char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 
already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: static class Fl_Widget * 
__cdecl Fl::readqueue(void)" ([EMAIL PROTECTED]@@SAPAVFl_Widget@@XZ) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "protected: __thiscall 
Fl_Widget::Fl_Widget(int,int,int,int,char const *)" (??0Fl_Widget@@[EMAIL 
PROTECTED]@Z) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: virtual void __thiscall 
Fl_Widget::resize(int,int,int,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 
already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: virtual __thiscall 
Fl_Widget::~Fl_Widget(void)" (??1Fl_Widget@@[EMAIL PROTECTED]) already defined 
in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: void __thiscall 
Fl_Widget::show(void)" ([EMAIL PROTECTED]@@QAEXXZ) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: void __thiscall 
Fl_Widget::hide(void)" ([EMAIL PROTECTED]@@QAEXXZ) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Widget.obj) : error LNK2005: "public: void __thiscall 
Fl_Widget::label(char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Group.obj) : error LNK2005: "public: class Fl_Widget * const * 
__thiscall Fl_Group::array(void)const " ([EMAIL 
PROTECTED]@@QBEPBQAVFl_Widget@@XZ) already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Group.obj) : error LNK2005: "public: void __thiscall 
Fl_Group::end(void)" ([EMAIL PROTECTED]@@QAEXXZ) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Group.obj) : error LNK2005: "public: static class Fl_Group * 
__cdecl Fl_Group::current(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Window.obj) : error LNK2005: "public: __thiscall 
Fl_Window::Fl_Window(int,int,char const *)" (??0Fl_Window@@[EMAIL PROTECTED]@Z) 
already defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Window.obj) : error LNK2005: "public: class Fl_Window * __thiscall 
Fl_Widget::window(void)const " ([EMAIL PROTECTED]@@QBEPAVFl_Window@@XZ) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Window.obj) : error LNK2005: "public: void __thiscall 
Fl_Window::label(char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(fl_labeltype.obj) : error LNK2005: "protected: void __thiscall 
Fl_Widget::draw_label(void)const " ([EMAIL PROTECTED]@@IBEXXZ) already defined 
in fltkdll.lib(fltkdll.dll)
fltk.lib(fl_boxtype.obj) : error LNK2005: "protected: void __thiscall 
Fl_Widget::draw_box(void)const " ([EMAIL PROTECTED]@@IBEXXZ) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Return_Button.obj) : error LNK2005: "protected: virtual void 
__thiscall Fl_Return_Button::draw(void)" ([EMAIL PROTECTED]@@MAEXXZ) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Return_Button.obj) : error LNK2005: "public: virtual int __thiscall 
Fl_Return_Button::handle(int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already 
defined in fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Button.obj) : error LNK2005: "protected: virtual void __thiscall 
Fl_Button::draw(void)" ([EMAIL PROTECTED]@@MAEXXZ) already defined in 
fltkdll.lib(fltkdll.dll)
fltk.lib(Fl_Button.obj) : error LNK2005: "public: __thiscall 
Fl_Button::Fl_Button(int,int,int,int,char const *)" (??0Fl_Button@@[EMAIL 
PROTECTED]@Z) already defined in fltkdll.lib(fltkdll.dll)
./test/demo.exe : fatal error LNK1169: one or more multiply defined symbols 
found


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

Reply via email to