Search found 2 matches
- 2011-01-19T16:04:37-07:00
- Forum: Users
- Topic: Compiling a C++ Library dependent on Magick++ in Windows
- Replies: 1
- Views: 4650
Re: Compiling a C++ Library dependent on Magick++ in Windows
I may be able to get around this problem if I could compile the library using MinGW, not through a POSIX environment (Cygwin/MSSYS). However, I'm not sure how to do so either as there are only instructions on how to compile from source using visual studio (http://www.imagemagick.technocozy.com/www ...
- 2011-01-19T00:26:21-07:00
- Forum: Users
- Topic: Compiling a C++ Library dependent on Magick++ in Windows
- Replies: 1
- Views: 4650
Compiling a C++ Library dependent on Magick++ in Windows
I have written a C++ library which I use for various parts of a project I've been working in on for a while. I am mostly (or almost exclusively) a Linux user but for the sake of others, I'm trying to compile this library on Windows. I've been trying to compile it using the GNU GCC on windows as ...