i am using imagemagick with vs2010 reading pdf file.
but in readimages() function line ,send the memory error in Debug version.
i had tried the same code in Release version and in same configure,there are no any exception or error.
could you help me to correct the problem in Debug version?
Search found 3 matches
- 2015-09-17T06:21:51-07:00
- Forum: Bugs
- Topic: Unhandled exception magick::ErrorBlob at memory location
- Replies: 0
- Views: 6055
- 2015-09-17T06:09:29-07:00
- Forum: Developers
- Topic: pdf to jpeg conversion usin imagick
- Replies: 2
- Views: 6172
Re: pdf to jpeg conversion usin imagick
maybe it is helpfull for you. #include <Magick++.h> #include <string> #include <iostream> #include <sstream> using namespace std; using namespace Magick; int main(int argc,char **argv) { vector<Image> imageList; readImages( &imageList, "doc1.PDF" ); // //for (int i = 0; i < imageList.size(); i ...
- 2015-09-16T13:26:25-07:00
- Forum: Developers
- Topic: imagemagick with vs2010 setting problem
- Replies: 0
- Views: 7140
imagemagick with vs2010 setting problem
i want to build imagemagick with 2010 on windowsxp. i had done the operation as the instruction in the imagemagick website. but my machine always sent the error and could`nt build successed all of the projets in VisualStaticMTD solution. can you help me ? 1>------ Build started: Project: CORE_ffi ...