Posted: 2006-10-16T09:54:53-07:00
The linker error you are getting is pretty common and has to do with Borland rather than ImageMagick. There is plenty of advice to be read with Google. One fellow says
I have not tried this myself, but your problem is exactly what the compiler is reporting. The libraries shipped with Pro*C are Microsoft Visual C++-compatible. They are in COFF format. Borland's libraries are in OMF format. You need to use Borland's IMPLIB utility to generate your own Borland-compatible import library.