Re: [Lcms-user] Problem with LCMS and mingw32

2005-07-29 Thread Alastair M. Robinson
Hi Marti, Marti wrote: Just compile the shared object using the standard way ./configure make make install And then use that DLL instead of the DLL I provide in the site. This works to me. Odd - I downloaded the provided DLL /because/ of this problem, and the MSVC DLL works OK in another p

Re: [Lcms-user] Problem with LCMS and mingw32

2005-07-29 Thread Marti
It runs fine if compiled with vc7.1 I bet that crash is because you are mixing DLL compiled with MSVC and using StdCall convention with mingw port, which expects cdecl convention. Solution: Just compile the shared object using the standard way ./configure make make install And then use