I'm trying to compile my Project's (.dpk and .dpr files), and I getting a
message error like this:
JJWSuperClasses.dpk(29) Fatal: Required package 'rtl' not found
I already have defined the -LE with the delphi 7\bin, Delphi 7\lib and
system32 directories.
Why this error continues?
Thanks...
{$LIBSUFFIX '70'}
get deleted or changed. The requires section tells Dcc32 to link into
RTL but in order to link to RTL70.bpl the above line has to be correct.
requires
rtl,
The error continues.... anothes idea ?
"Dennis Passmore" <dennisp@nospam_dpassmore.com> escreveu na mensagem
news:8ujag217ks6ej092v...@4ax.com...
Did "rtl.dcp" get deleted from your ..\Delphi\lib folder
or Rtl70.bpl get deleted from your \Windows\system32 folder?
Thanks and sorry!
"Dennis Passmore" <dennisp@nospam_dpassmore.com> escreveu na mensagem
news:bmtag29h62nr8v314...@4ax.com...