Search found 2 matches

by Leak
2011-08-15T08:53:49-07:00
Forum: Developers
Topic: Moving from Visual C++ 6.0 to Visual Studio 2010
Replies: 2
Views: 6378

Re: Moving from Visual C++ 6.0 to Visual Studio 2010

Thanks, I have now compiled the libraries, but receive these link errors:

error LNK2019: unresolved external symbol "public: struct MagickLib::_PixelPacket * __thiscall
error LNK2001: unresolved external symbol "public: struct MagickLib::_PixelPacket * __thiscall
error LNK2019: unresolved ...
by Leak
2011-08-15T02:30:56-07:00
Forum: Developers
Topic: Moving from Visual C++ 6.0 to Visual Studio 2010
Replies: 2
Views: 6378

Moving from Visual C++ 6.0 to Visual Studio 2010

I am currently converting an application from Visual C++ 6 for Windows XP and moving to Visual Studio 2010 for Windows 7.

The original code used the following libraries:
IM_MOD_DB_wmf_.lib
IM_MOD_DB_yuv_.lib
IM_MOD_DB_wbmp.lib
IM_MOD_DB_tiff_.lib
IM_MOD_DB_png_.lib
IM_MOD_DB_pcx_.lib
IM_MOD_DB_jp2 ...