how can i single-step track into the MagickCore's Function

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
tpmengtt
Posts: 2
Joined: 2012-04-24T20:25:17-07:00
Authentication code: 13

how can i single-step track into the MagickCore's Function

Post by tpmengtt »

I install imagemagick from source in windows step by step fllow http://www.imagemagick.org/script/insta ... hp#windows
Configure.exe run well.
The project "VisualDynamicMT" is alos compiled right.
I use the VS2005 in win 7.

Then I build a sample demo to test it.
Add CORE_DB_magick_.lib as a additional dependencise
The project can be compiled right.
But when I run it , it have a error message "The program does not start, the computer is lost "CORE_DB_magick_. Dll".


I want know how can i single-step track into the MagickCore's Function in my project.
Post Reply