Vampyre Imaging Library Forum

Imaging Category => Bugs And Other Insects => Topic started by: nomas on 26 June 2007, 04:30:49

Title: {$ALIGN 8} option need delphi 6 or higher.
Post by: nomas on 26 June 2007, 04:30:49
{$ALIGN 8} option need delphi 6 or higher.

It cause error in delphi 5 or lower.

{$A+} = {$A4} in delphi 5 , {$A+} = {$A8} in delphi 2006(10), {$A-} = {$A1} in both delphi version.

It help you.

Title: Re: {$ALIGN 8} option need delphi 6 or higher.
Post by: Galfar on 26 June 2007, 06:15:50
I have changed it to {$ALIGN ON} and uploaded it to SVN.
Please let me know if it is ok (as I don't have Delphi 5 or older).
Title: Re: {$ALIGN 8} option need delphi 6 or higher.
Post by: nomas on 27 June 2007, 09:12:52
Quote from: Galfar on 26 June 2007, 06:15:50
I have changed it to {$ALIGN ON} and uploaded it to SVN.
Please let me know if it is ok (as I don't have Delphi 5 or older).


Sorry, I'm mistake.

libtiffdelphi is not support delphi 5.  ???