DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2271 Version: 2.0-current I took the latest fltk-1.3.x (SVN r7575) and compiled it in VS 2008, but I had to use ide/VisualC6/fltk.dsw to get it to build the libs properly, as the /visualc/ file failed to build fltk.dll and therefore couldn't get very far. Again, sorry I can't answer to the 2.0 build issue.. 1.x and 2.x are handled by different teams, and the 2.x team is deficient of developers ATM. So I would focus on 1.3.x if you need UTF8. Even The "VisualC6/fltk.dsw" built the libs OK, but failed to build a few of the test programs, giving these errors: * * * ------ Build started: Project: mandelbrot, Configuration: Release Win32 ------ Linking... mandelbrot.obj : error LNK2019: unresolved external symbol "public: void __thiscall Drawing_Window::make_window(void)" (?make_win...@drawing_window@@QAEXXZ) referenced in function _main ../../test/mandelbrot.exe : fatal error LNK1120: 1 unresolved externals Build log was saved at "file://\\meade\net\tmp\fltktest\ide\VisualC6\Release\BuildLog.htm" mandelbrot - 2 error(s), 0 warning(s) ------ Build started: Project: keyboard, Configuration: Release Win32 ------ Linking... keyboard.obj : error LNK2019: unresolved external symbol "class Fl_Dial * roller_y" (?roller_y@@3PAVFl_Dial@@A) referenced in function "private: virtual int __thiscall MyWindow::handle(int)" (?han...@mywindow@@ea...@z) keyboard.obj : error LNK2019: unresolved external symbol "class Fl_Dial * roller_x" (?roller_x@@3PAVFl_Dial@@A) referenced in function "private: virtual int __thiscall MyWindow::handle(int)" (?han...@mywindow@@ea...@z) keyboard.obj : error LNK2019: unresolved external symbol "class Fl_Output * text_output" (?text_output@@3PAVFl_Output@@A) referenced in function _main keyboard.obj : error LNK2019: unresolved external symbol "class Fl_Output * key_output" (?key_output@@3PAVFl_Output@@A) referenced in function _main keyboard.obj : error LNK2019: unresolved external symbol "class MyWindow * __cdecl make_window(void)" (?make_window@@YAPAVMyWindow@@XZ) referenced in function _main ../../test/keyboard.exe : fatal error LNK1120: 5 unresolved externals Build log was saved at "file://\\meade\net\tmp\fltktest\ide\VisualC6\Release\BuildLog.htm" keyboard - 6 error(s), 0 warning(s) ------ Build started: Project: CubeView, Configuration: Release Win32 ------ Linking... CubeMain.obj : error LNK2019: unresolved external symbol "public: void __thiscall CubeViewUI::show(int,char * *)" (?s...@cubeviewui@@qaexhpa...@z) referenced in function _main CubeMain.obj : error LNK2019: unresolved external symbol "public: __thiscall CubeViewUI::CubeViewUI(void)" (??0CubeViewUI@@q...@xz) referenced in function _main ../../test/CubeView.exe : fatal error LNK1120: 2 unresolved externals Build log was saved at "file://\\meade\net\tmp\fltktest\ide\VisualC6\Release\BuildLog.htm" CubeView - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 3 failed, 80 up-to-date, 0 skipped ========== * * * ..looks like some simple dependencies have been missed in those project. Upping the priority to '4' to hold up 1.3.x's release, as we should not release 1.3 without 100% build in VS2008. Link: http://www.fltk.org/str.php?L2271 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
