Page 1 of 1

Wave Audio support for BDS2006

PostPosted: June 20th, 2006, 4:25 pm
by Skystalker
will it give an update for the wave audio package in near future to work (installable) in BDS2006

or has anybody a workaround (tutorial) to make it by myself

regards
steve

PostPosted: June 21st, 2006, 6:13 pm
by Kambiz
Maybe adding the following lines to DELPHIAREA.INC file fixes the incompatibility problem.

Code: Select all
{$IFDEF VER180}
  {$DEFINE DELPHI10}
  {$DEFINE DELPHI10_UP}
  {$DEFINE DELPHI9_UP}
  {$DEFINE DELPHI7_UP}
  {$DEFINE DELPHI6_UP}
  {$DEFINE DELPHI5_UP}
  {$DEFINE DELPHI4_UP}
  {$DEFINE DELPHI3_UP}
  {$DEFINE DELPHI2_UP}
  {$DEFINE DELPHI1_UP}
{$ENDIF}


I don't have BDS 2006 to check it out.

PostPosted: June 22nd, 2006, 8:25 am
by Skystalker
i will check it for U :wink:

thanks alot