Please, help me with this problem.. Still, I misunderstand why doesn't it 
working, when I'm trying to use this.. (And sorry for my bad eng ^^)

Trying to do this:

  fl_register_images();
  Fl_PNG_Image * png = new Fl_PNG_Image("c:/asd.png");

Have this:

  1>classes.obj : error LNK2019: unresolved external symbol "public: __thiscall 
Fl_PNG_Image::Fl_PNG_Image(char const *)" (??0Fl_PNG_Image@@q...@pbd@Z) 
referenced in function "public: __thiscall CStart_Window::CStart_Window(void)" 
(??0CStart_Window@@q...@xz)
  1>classes.obj : error LNK2019: unresolved external symbol "void __cdecl 
fl_register_images(void)" (?fl_register_images@@YAXXZ) referenced in function 
"public: __thiscall CStart_Window::CStart_Window(void)" 
(??0CStart_Window@@q...@xz)

Included libraries:
fltkd.lib wsock32.lib comctl32.lib fltkpngd.lib

I'm new in fltk, and do not know it well.. So, can't understand, why this 
happens =) Have tried to find an answer in docs, but not succesful..
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to