Re: erreur JVCL
Boubou a écrit :
> Pas de soluce alors ? :-(((
arf tu as l'air de tomber dans le problème qui a été corrigé dans la
révision 2168 de la JCL.
A priori il faut ajouter au début de
jcl/source/windows/JclHookExcept.pas ce code:
unit JclHookExcept;
interface
{$I jcl.inc}
{$IFDEF COMPILER5}
{ The Delphi 5 compiler crashes with the internal compiler error L1496
if the Y+
option is missing for this file. Without this Y+ line the compiler
can BUILD the
JCL package but cannot MAKE it without failing with an internal error.
Furthermore the JVCL Installer cannot be compiled without the
compiler internal
error L1496. }
{$Y+}
{$ENDIF COMPILER5}
|