AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.07.06 10:18 "question of understanding / D7 and Var-Types", by Matthias Lach
2005.07.21 03:16 "Re: question of understanding / D7 and Var-Types", by Joris Van Damme
2005.07.21 14:09 "Re: question of understanding / D7 and Var-Types", by Frank Warmerdam
2005.07.21 14:21 "Re: question of understanding / D7 and Var-Types", by Chris Losinger
2005.07.21 16:13 "Re: question of understanding / D7 and Var-Types", by Joris Van Damme
2005.07.21 16:38 "Re: question of understanding / D7 and Var-Types", by Chris Losinger
2005.07.21 16:47 "Re: question of understanding / D7 and Var-Types", by Frank Warmerdam

2005.07.21 14:09 "Re: question of understanding / D7 and Var-Types", by Frank Warmerdam

On 7/20/05, Joris <joris.at.lebbeke@skynet.be> wrote:
> Matthias his problem got solved when we remembered
> 
> http://www.asmail.be/msg0055048683.html
> 
> ...we would appreciate more insight.

Joris, 

This is a pecularity of C.  When floating point (single) values are passed to 
a function that lacks a prototype (or uses varargs "..." as in this case) 
they are automatically promoted to double.  So internally libtiff has
to pull a double off the stack instead of a float even though it considers
the field to be float.  Because it considers the field to be a float, when you
request the value you have to pass a float*, not a double*.  

Developers in C don't see this issue since the compiler converts the type
automatically.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent