Thema: Delphi rtl Package

Einzelnen Beitrag anzeigen

Benutzerbild von Störtebeker
Störtebeker

Registriert seit: 9. Jul 2007
398 Beiträge
 
#14

Re: rtl Package

  Alt 6. Aug 2007, 19:47
es gibt ne rtl.dcp und ne vcl.dcp

und wenn ich vcl60 und rtl60 im Sourcetext austausche,

Delphi-Quellcode:

package ALProg;

{$R *.res} 
{$R 'ALProgressBar.dcr'} 
{$ALIGN 8} 
{$ASSERTIONS ON} 
{$BOOLEVAL OFF} 
{$DEBUGINFO ON} 
{$EXTENDEDSYNTAX ON} 
{$IMPORTEDDATA ON} 
{$IOCHECKS ON} 
{$LOCALSYMBOLS ON} 
{$LONGSTRINGS ON} 
{$OPENSTRINGS ON} 
{$OPTIMIZATION ON} 
{$OVERFLOWCHECKS OFF} 
{$RANGECHECKS OFF} 
{$REFERENCEINFO ON} 
{$SAFEDIVIDE OFF} 
{$STACKFRAMES OFF} 
{$TYPEDADDRESS OFF} 
{$VARSTRINGCHECKS ON} 
{$WRITEABLECONST OFF} 
{$MINENUMSIZE 1} 
{$IMAGEBASE $400000} 
{$IMPLICITBUILD OFF} 

requires
  vcl60,
  rtl60;

contains
  ALProgressBar in 'ALProgressBar.pas';

end.
meckert Delphi:

[Fatal Error] ALProg.dpk(29): Required package 'vcl60' not found, auch ohne das 60.
"And he piled upon the whale´s white hump - a sum of all the rage and hate felt by his whole race.
If his chest had been a cannon, he would have shot his heart upon it."
  Mit Zitat antworten Zitat