Hello, I downloaded FLTK-1.3.0rc6, built on VS2008 Professional version, and got the following messages:
2>Build log was saved at "file://c:\temppp\fltk-1.3.0rc6\ide\VisualC2008\x64\Release\BuildLog.htm" 2>navigation - 0 error(s), 1 warning(s) 1> Creating library ../../test/fltkdll.lib and object ../../test/fltkdll.exp 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_read_scanlines referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_start_decompress referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_calc_output_dimensions referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_read_header referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_stdio_src referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_CreateDecompress referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_destroy_decompress referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_finish_decompress referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_std_error referenced in function "public: __cdecl Fl_JPEG_Image::Fl_JPEG_Image(char const *)" (??0Fl_JPEG_Image@@QEAA@PEBD@Z) 1>Fl_JPEG_Image.obj : error LNK2019: unresolved external symbol jpeg_resync_to_restart referenced in function "void __cdecl jpeg_mem_src(struct jpeg_decompress_struct *,unsigned char const *)" (?jpeg_mem_src@@YAXPEAUjpeg_decompress_struct@@PEBE@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_read_end referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_read_rows referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_interlace_handling referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_tRNS_to_alpha referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_valid referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_strip_16 referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_packing referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_bit_depth referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_image_height referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_image_width referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_tRNS referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_expand referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_color_type referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_read_info referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_init_io referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_read_fn referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_set_longjmp_fn referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_destroy_read_struct referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_create_info_struct referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_create_read_struct referenced in function "private: void __cdecl Fl_PNG_Image::load_png_(char const *,unsigned char const *,int)" (?load_png_@Fl_PNG_Image@@AEAAXPEBDPEBEH@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_error referenced in function "void __cdecl png_read_data_from_mem(struct png_struct_def *,unsigned char *,unsigned __int64)" (?png_read_data_from_mem@@YAXPEAUpng_struct_def@@PEAE_K@Z) 1>Fl_PNG_Image.obj : error LNK2019: unresolved external symbol png_get_io_ptr referenced in function "void __cdecl png_read_data_from_mem(struct png_struct_def *,unsigned char *,unsigned __int64)" (?png_read_data_from_mem@@YAXPEAUpng_struct_def@@PEAE_K@Z) 1>../../test/fltkdll.dll : fatal error LNK1120: 32 unresolved externals Thank you for your attention. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

