Hi
Damn! this was fixed in CVS, but overwritten by other change.
Oh, well, too late to change in 1.13, since is already released.
Apologizes, hope 1.14 would not suffer again from same.
This would only affect Borland compilers... besides BCB4 died
hard in my tests with an "internal compiler error", so this was the
reason I didn't detected the bug.
Regards,
Marti.
----- Original Message -----
From: "Auke Nauta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 11:03 AM
Subject: [Lcms-user] lcms 1.13 (and 1.12) error
Hi Marti and others,
Thanks for yet another wonderful release of the lcms library.
Today I tried the 1.13 release version.
Unfortunately, there was in error during runtime, 'log domain atan2' or
something like that.
(Using BCB 6, Windows 2000).
The same happened with 1.12, at which time I reported the same error...
I found the error to occur in 'cmspcs.c' in the function 'cmsLab2LCh' on
the following line:
LCh -> h = atan2(Lab -> b, Lab -> a);
I fixed it by replacing this with the 1.11 code:
if (Lab -> a == 0)
LCh -> h = 0;
else
LCh -> h = atan2(Lab -> b, Lab -> a);
I hope this information is of some use to you!
Greetings,
Auke Nauta
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user