I began by installing ImageMagick-6.3.4-4-Q16-windows-dll.exe, and requesting the C++ build environment and PerlMagick to be installed, although I don't have an immediate need for the latter, although I have and regularly use Perl, and program in Perl.
Project piddle reported as follows in its output window.
Code: Select all
Compiling...
piddle.cpp
Magick lib DLL import interface
Magick module DLL export interface
MagickWand lib DLL import interface
MagickWand module DLL export interface
Magick++ lib DLL import
Linking...
piddle.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: struct std::list >::_Node * __thiscall std::list >::_Buynode(struct std::list >::_Node *,struct std::list >::_Node *)" (__imp_?_Buynode@?$list@VDrawable@Magick@@V?$allocator@VDrawable@Magick@@@std@@@std@@IAEPAU_Node@12@PAU312@0@Z)
piddle.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
piddle.exe - 2 error(s), 0 warning(s)
Code: Select all
Compiling...
shapes.cpp
Magick lib DLL import interface
Magick module DLL export interface
MagickWand lib DLL import interface
MagickWand module DLL export interface
Magick++ lib DLL import
Linking...
shapes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: struct std::list >::_Node * __thiscall std::list >::_Buynode(struct std::list >::_Node *,struct std::list >::_Node *)" (__imp_?_Buynode@?$list@VDrawable@Magick@@V?$allocator@VDrawable@Magick@@@std@@@std@@IAEPAU_Node@12@PAU312@0@Z)
shapes.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: struct std::list >::_Node * __thiscall std::list >::_Buynode(struct std::list >::_Node *,struct std::list >::_Node *)" (__imp_?_Buynode@?$list@VCoordinate@Magick@@V?$allocator@VCoordinate@Magick@@@std@@@std@@IAEPAU_Node@12@PAU312@0@Z)
shapes.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
shapes.exe - 3 error(s), 0 warning(s)
I look forward to your constructive suggestions.
Respectfully,