On 31.05.2011 20:20, Chao Han wrote:

> I downloaded FLTK-1.3.0rc6, built on VS2008 Professional version, and got the 
> following messages:
>
> 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>../../test/fltkdll.dll : fatal error LNK1120: 32 unresolved externals

Sorry, the fix didn't make it into RC6, but it will be in RC7.

You have these options:
  - wait for RC7 (planned for tonight, but maybe later...)
  - wait for the next snapshot on Friday
  - ignore the errors, if you don't need the dll build, everything
    else ought to work
  - fix it yourself:
    - right click on the fltkdll project
    - select "Project Dependencies..."
    - mark "jpeg" and "libpng"
    - build solution

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

Reply via email to