Author Topic: {$ALIGN 8} option need delphi 6 or higher.  (Read 2581 times)

Offline nomas

  • Imaging User
  • *
  • Posts: 18
    • View Profile
{$ALIGN 8} option need delphi 6 or higher.
« 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.


Offline Galfar

  • Administrator
  • Imaging User
  • *****
  • Posts: 312
    • View Profile
    • Galfar's Homepage
Re: {$ALIGN 8} option need delphi 6 or higher.
« Reply #1 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).

Offline nomas

  • Imaging User
  • *
  • Posts: 18
    • View Profile
Re: {$ALIGN 8} option need delphi 6 or higher.
« Reply #2 on: 27 June 2007, 09:12:52 »
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.  ???