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.
but the compiler says:
C:\Dokumente und Einstellungen\userbane\Eigene Dateien\c.devel\scaleimage\main.cpp|15|undefined reference to `Magick::InitializeMagick(char const*)'|
....
i asked allready the guys in the codeblocks forum, but the say ask the guys from imagemagick... so i hope somebody can help me.
The most time i develop under linux, and there i have no problems but windows... only trouble with it.
Go to c:/Program Files/ImageMagick-6.6.2-0/Magick++_demos and click on the button project. Now build and execute. Most likely it will run without complaint. Now use this project as a model for your own Magick++ custom code.
The button project has a Visual C++ workspace. Its a sanity check to ensure ImageMagick is installed properly and can link and execute Magick++ code. We just tried it on our system and it worked as expected suggesting the ImageMagick Windows distribution is sound.
Code::Blocks permits you to import Visual C++ workspaces. Perhaps additional manual configuration is required.
i thought this was a nice e-z lib .... theres no need for another incomprehensive undocumented hard to use and huge image library. (we have sdl xD)
this topic is hmmm important because maybe it shows a bug in magick++ (tho i dont kno)
and the
Go to c:/Program Files/ImageMagick-6.6.2-0/Magick++_demos and click on the button project. Now build and execute. Most likely it will run without complaint. Now use this project as a model for your own Magick++ custom code.
makes me think that there is NO support whatsoever just bots replying predefined unhelpful stuff.
i dont like libraries and communities like that and its a pity i have a program that uses magick++, changing it to not use it would be harder then writing from scratch, and i cant use vc++ .
if u made a lib that doesnt work and u have no intention whatsoever to repair it why release it. i would recommend ctrl+a shift+delete enter and windowslogo+r shutdown -s -t 00 or just plainly go to /dev/null
if you are offendend then reread this topic trying to put urself in the position of the OriginalPoster and think again
and if u did all that then tell me why doesnt it work if i have all includes/libraries imported ?
if u say that its ok that means u desing code NOT to work. and what good is that ?
undefined reference to `Magick::InitializeMagick(char const*)'
undefined reference to `Magick::Image::~Image()'|
undefined reference to `Magick::Image::~Image()'|
...
Below the procedure I have followed for the installation :
[*]Download and execute binary file from http://www.imagemagick.org/script/binar ... hp#windows
[*]Compiler debbug settings : Add to Linker Settigns -> C:\Program Files (x86)\ImageMagick-6.7.8-Q16\lib\CORE_RL_magick_.lib
[*]Compiler debbug settings : Add to Linker Settigns -> C:\Program Files (x86)\ImageMagick-6.7.8-Q16\lib\CORE_RL_Magick++_.lib
[*]Compiler debbug settings : Add to Linker Settigns -> C:\Program Files (x86)\ImageMagick-6.7.8-Q16\lib\CORE_RL_wand_.lib
[*]Compiler debbug settings : Add to Searchdirectories>Compiler -> C:\Program Files (x86)\ImageMagick-6.7.8-Q16\include
[*]Compiler debbug settings : Add to Searchdirectories>Linker -> C:\Program Files (x86)\ImageMagick-6.7.8-Q16\lib
I have to do something else? Did I did something wrong?