D2006 & packages = problems?



Hi!

Everytime when Delphi 2006 W32 has to change the package source, it ends
up broken:

package xy;

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

rrequires
vcldb,
rtl,
dbrtl,
vcl;

ocontains
LiberDBEdit in 'LiberDBEdit.pas',
LiberEditController in 'LiberEditController.pas',
LiberDBNavigator in 'LiberDBNavigator.pas',
LiberDBLink in 'LiberDBLink.pas' {LiberDBLink: TFrame},
lc1LiberGrid in 'lc1LiberGrid.pas';

d.

I'm using the german pro version and this package was 'upgraded' from a
D6 CLX project..
BTW: The renaming of unit names (e.g. from 'Qxy' to 'xy') seems to be
somewhat flaky too, but I'm not sure if this is because of the above bug.

Willi
.



Relevant Pages

  • Re: D2006 & packages = problems?
    ... happy to take a look at the QC entry:) ... > Everytime when Delphi 2006 W32 has to change the package source, ... > {$OVERFLOWCHECKS ON} ... > LiberDBLink in 'LiberDBLink.pas' ...
    (borland.public.delphi.non-technical)
  • Re: D2006 & packages = problems?
    ... Willi Krenn a écrit: ... LiberDBLink in 'LiberDBLink.pas', ... I'm using the german pro version and this package was 'upgraded' from a ... D6 CLX project.. ...
    (borland.public.delphi.non-technical)