1>------ Rebuild All started: Project: CORE_jpeg, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: CORE_zlib, Configuration: Debug Win32 ------
1> jaricom.c
2> adler32.c
2> compress.c
2> crc32.c
1> jcapimin.c
2> deflate.c
1> jcapistd.c
2> gzclose.c
1> jcarith.c
2> gzlib.c
1 ...
Search found 4 matches
- 2012-07-17T09:01:18-07:00
- Forum: Magick++
- Topic: Magick++ unhandled exception
- Replies: 8
- Views: 29447
- 2012-07-17T04:05:51-07:00
- Forum: Magick++
- Topic: Magick++ unhandled exception
- Replies: 8
- Views: 29447
Re: Magick++ unhandled exception
VisualDynamicMT.sln projects: All, analyze, CORE_bzlib, CORE_jbig, CORE_jp2, CORE_jpeg, CORE_lcms, CORE_libxml, CORE_magick, CORE_Magick++, CORE_png, CORE_tiff, CORE_ttf, CORE_wand, CORE_wmf, CORE_xlib, CORE_zlib, IM_MOD_aai, IM_MOD_art, IM_MOD_avs, IM_MOD_bgr, IM_MOD_bmp, IM_MOD_braille, IM_MOD ...
- 2012-07-16T08:57:45-07:00
- Forum: Magick++
- Topic: Magick++ unhandled exception
- Replies: 8
- Views: 29447
Re: Magick++ unhandled exception
In my CORE_Magick++ (Configuration Properties -> General ->) Target Name is set to: $(ProjectName), so I changed Output file for: ..\bin\$(ProjectName).dll and I rebuilt VisualDynamicMT.sln. Moreover I don't have CORE_DB_coders_.lib, CORE_RL_coders_.lib, CORE_DB_filters_.lib, CORE_RL_filters_.lib in ...
- 2012-07-16T05:42:28-07:00
- Forum: Magick++
- Topic: Magick++ unhandled exception
- Replies: 8
- Views: 29447
Magick++ unhandled exception
I use Visual Studio C++ Express Edition 2010. I need to use Magick++ library in my project, so I downloaded ImageMagick for windows ftp://ftp.imagemagick.org/pub/ImageMagick/windows/ . Next I ran a wizard(configure.exe) with default options from VisualMagick/configure. Then I built generated ...