Delphi 7 Enterprise - JVCL and JCL Errors
#1

Hello,
I just started working on a project in Delphi 7 and i need JVCL and JCL installed to continue.
Can someone help me out please?...when i try to install JCL using "install.bat" it gives me these errors:
Quote:

C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(241) Error: Undeclared identifier: 'eate'
C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(251) Error: EXCEPT or FINALLY expected
C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(253) Error: Statement expected but 'FUNCTION' found

And these are the lines:

Quote:

241- if ExcDlgWizard(AParams) and (AParams.Language <> bpUnknown) then
242- CreateExceptionDialog(AParams);
243- finally
244- AParams.Free;
245- end;
246- end;
247-
248- function TJclExcDlgCBuilderExpert.IsVisible(
249- const Personality: TJclBorPersonality): Boolean;
250- begin
251- Result := Personality = bpBCBuilder32;
252- end;
253-
254- initialization
255- {$IFDEF UNITVERSIONING}
256- RegisterUnitVersion(HInstance, UnitVersioning);
257- {$ENDIF UNITVERSIONING}

I know this is the wrong place to ask this but noone answers my question anywhere
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)