Compile with Magick
Tran Minh Son <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear all, I just download the source code of Magick, and try to create my first application with Magick. I compiled Magick as static library, and then try to link it to my project (console). All the time I got the error unresolved external symbol... as if I do not link the static library of Magick. But I did link it. What do I miss for linking Magick to my application Thank you