I have downloaded the source for 6.3.4. I used VisualMagick to generate project files for VisualStaticMT and VisualStaticMTDLL. After compiling I got all the CORE_..._.lib files. Then I wrote a C++ program (in VS2k5) and linked against these libs. The errors I am getting are listed bellow. I am linking against these libs so I am not sure what is going on. Maybe different calling conventions? But before I used the stubs (+dlls) and that worked just fine.
Thanks error LNK2019: unresolved external symbol __imp__DestroyImage referenced in function ... : error LNK2001: unresolved external symbol __imp__DestroyImage error LNK2019: unresolved external symbol __imp__DispatchImage referenced in function ... error LNK2019: unresolved external symbol __imp__CatchException referenced ... : error LNK2001: unresolved external symbol __imp__CatchException error LNK2019: unresolved external symbol __imp__GetImageType referenced in function ... error LNK2019: unresolved external symbol __imp__ReadImage referenced in function ... error LNK2019: unresolved external symbol __imp__CloneImageInfo referenced in function ... : error LNK2001: unresolved external symbol __imp__CloneImageInfo error LNK2019: unresolved external symbol __imp__GetExceptionInfo referenced in function ... : error LNK2001: unresolved external symbol __imp__GetExceptionInfo error LNK2019: unresolved external symbol __imp__InitializeMagick referenced in function ... : error LNK2001: unresolved external symbol __imp__InitializeMagick : error LNK2019: unresolved external symbol __imp__DestroyMagick referenced in function __catch$_main$0 : error LNK2019: unresolved external symbol __imp__DestroyConstitute referenced in function __catch$_main$0 : error LNK2019: unresolved external symbol __imp__DestroyExceptionInfo referenced in function __catch$_main$0 : error LNK2019: unresolved external symbol __imp__DestroyImageInfo referenced in function __catch$_main$0 : error LNK2019: unresolved external symbol __imp__WriteImage referenced in function __catch$_main$0 : error LNK2019: unresolved external symbol __imp__ConstituteImage referenced in function __catch$_main$0 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
