D2006 & packages = problems?
- From: Willi Krenn <Willibald.Krenn@xxxxxx>
- Date: Tue, 20 Dec 2005 18:08:19 +0100
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
.
- Follow-Ups:
- Re: D2006 & packages = problems?
- From: Stephane Wierzbicki
- Re: D2006 & packages = problems?
- From: Willi Krenn
- Re: D2006 & packages = problems?
- From: Stephane Wierzbicki
- Re: D2006 & packages = problems?
- From: Adam Markowitz [Borland]
- Re: D2006 & packages = problems?
- From: Leonel
- Re: D2006 & packages = problems?
- Prev by Date: Re: Time for a new laptop?
- Next by Date: Re: D2006 & packages = problems?
- Previous by thread: Camtasia tutorial
- Next by thread: Re: D2006 & packages = problems?
- Index(es):
Relevant Pages
|