Page 1 of 1
new to imagemagick need help installing api on windows
Posted: 2011-10-26T06:36:31-07:00
by ulao
I'm following the install-windows.txt and when I get to the part where I run configure.exe and hit finish, it never build a thing. I do see a flash of a small screen that could possibly say "warning" but it quickly is gone. Either way no files are created? This is a 64 bit win7 os, is that matters.
Re: new to imagemagick need help install on windows
Posted: 2011-10-26T07:03:14-07:00
by Bonzo
Why not use the
.exe file?
Re: new to imagemagick need help install on windows
Posted: 2011-10-26T07:08:08-07:00
by ulao
I'm after the api so I can use this in c++, would I be wrong in thinking that is for the command line only? Sorry I should have specified. ( added to topic title )
Re: new to imagemagick need help installing api on windows
Posted: 2011-10-26T07:11:04-07:00
by Bonzo
I am not sure - I know it will work for the command line and using a localhost but I do not use C++
Re: new to imagemagick need help installing api on windows
Posted: 2011-10-26T07:31:25-07:00
by ulao
I decided to try again but put the files at c:\imagemagick instead of my program files. Now it runs, I see the progress bar moving but no files are created where I specified them to be? The progress bar takes about 5 seconds to complete.
::update:: building the visualDynamicMT project gave me the command line exe's so I tried again and made sure to use the build all demos check box ( assuming this would make my magic+++ builds ). The magick++ folder under the VisualMagick folder looks to be un compiled. How do I make the headers and libs for me project?
If I try to build the CORE_Magick++_mt_dll.sln it compiles only a dll.
.
Re: new to imagemagick need help installing api on windows
Posted: 2011-10-26T12:09:55-07:00
by ulao
ok , I re did it all and its working. not sure what the issue was?