Todd Mars
2009-05-22 19:51:17 UTC
Is this a unicode problem? I'm having problem with link, trying to
include and use the jpg image handler
Thanks
Todd.
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_resync_to_restart referenced in function "void
__cdecl wx_jpeg_io_src(struct jpeg_decompress_struct *,class
wxInputStream &)" (?
wx_jpeg_io_src@@YAXPAUjpeg_decompress_struct@@AAVwxInputStream@@@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_read_scanlines referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_finish_decompress referenced in function
"public: virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage
*,class wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_start_decompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_read_header referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_CreateDecompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_destroy_decompress referenced in function
"public: virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage
*,class wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_std_error referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_finish_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_write_scanlines referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_start_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_set_quality referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_set_defaults referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_CreateCompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_destroy_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>..\..\Target\Debug\Imacor/AnICMPDCService.exe : fatal error LNK1120:
15 unresolved externals
include and use the jpg image handler
Thanks
Todd.
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_resync_to_restart referenced in function "void
__cdecl wx_jpeg_io_src(struct jpeg_decompress_struct *,class
wxInputStream &)" (?
wx_jpeg_io_src@@YAXPAUjpeg_decompress_struct@@AAVwxInputStream@@@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_read_scanlines referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_finish_decompress referenced in function
"public: virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage
*,class wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_start_decompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_read_header referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_CreateDecompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_destroy_decompress referenced in function
"public: virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage
*,class wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_std_error referenced in function "public:
virtual bool __thiscall wxJPEGHandler::LoadFile(class wxImage *,class
wxInputStream &,bool,int)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxInputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_finish_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_write_scanlines referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_start_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_set_quality referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_set_defaults referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_CreateCompress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>wxmsw28ud_core.lib(imagjpeg.obj) : error LNK2019: unresolved
external symbol _jpeg_destroy_compress referenced in function "public:
virtual bool __thiscall wxJPEGHandler::SaveFile(class wxImage *,class
wxOutputStream &,bool)" (?
***@wxJPEGHandler@@UAE_NPAVwxImage@@AAVwxOutputStream@@***@Z)
1>..\..\Target\Debug\Imacor/AnICMPDCService.exe : fatal error LNK1120:
15 unresolved externals