PixInsight Forum (historical)

Software Development => PCL and PJSR Development => Topic started by: ffaure on 2010 May 07 02:00:35

Title: Missing lcms-pxi.lib in PCL lib directory
Post by: ffaure on 2010 May 07 02:00:35
Hello all,

It seems that 'lcms-pxi.lib' is missing in the PCL delivery: for example ImageCalibration module needs to be linked with this lib but cannot be built because of the missing lib. I have the same issue with my module that uses also ICC profile PCL class. Is it possible to provide this lib so that I can compile my module?

Thank you,

Fabrice FAURE
Title: Re: Missing lcms-pxi.lib in PCL lib directory
Post by: Juan Conejero on 2010 May 07 02:24:10
Hi Fabrice,

Welcome to PixInsight Forum!

You're right; I forgot to include some .lib files in the last PCL release for Windows. See my next post on the Bug Reports board, where you'll find these libraries as an attachment.
Title: Re: Missing lcms-pxi.lib in PCL lib directory
Post by: ffaure on 2010 May 17 08:19:16
Hello Juan,

I confirm that with these librairies I can now successfully build my module!

Thank you very much,

Fabrice