compilation src 5.01
Posted: Fri 31 May 2013 12:25
Hi,
i try to compil src 5.0.1 with delphi 2007 and with unicode( i uncomment {$DEFINE UNICODE_BUILD} in dac.inc)
when i build dcldac105.dpk i have 2 errors:
1°) function {$IFDEF CRUNICODE}GetValueW{$ELSE}GetValue{$ENDIF}: string; override;
(error message DADesign.pas(97):E2037 Declaration of 'GetValueW' differs from previous declaration)
2°) ShellApi, DacVcl, HelpUtils;
(download.pas(55):F2063 Could not compile used unit '..\Design\helputils.pas'
regards,
i try to compil src 5.0.1 with delphi 2007 and with unicode( i uncomment {$DEFINE UNICODE_BUILD} in dac.inc)
when i build dcldac105.dpk i have 2 errors:
1°) function {$IFDEF CRUNICODE}GetValueW{$ELSE}GetValue{$ENDIF}: string; override;
(error message DADesign.pas(97):E2037 Declaration of 'GetValueW' differs from previous declaration)
2°) ShellApi, DacVcl, HelpUtils;
(download.pas(55):F2063 Could not compile used unit '..\Design\helputils.pas'
regards,