SA-MP Forums Archive
Delphi 7 Enterprise - JVCL and JCL Errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Delphi 7 Enterprise - JVCL and JCL Errors (/showthread.php?tid=295721)



Delphi 7 Enterprise - JVCL and JCL Errors - SkizzoTrick - 07.11.2011

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