Discussion: erreur JVCL
Afficher un message
Vieux 10/10/2007, 17h42   #10
Flo
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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}
  Réponse avec citation
 
Page generated in 0,04250 seconds with 9 queries