Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Errors compiling EDBManager in Delphi2009
Wed, Feb 11 2009 4:21 AMPermanent Link

Dan
I use Delphi 2009. I included {$DEFINE EDB_UNICODE} in edbcompile.inc, I installed the
components provided in edbutilcomps.pas in a package named "Package1". When I open the
EDBManager unicode project an try to open sqlfrm.pas I receive the error:

Cannot load package edb202s2009run. It contains unit 'edbcommon' which is also contained
in package 'Package1'

What to do please?
Wed, Feb 11 2009 5:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Dan,

<< I use Delphi 2009. I included {$DEFINE EDB_UNICODE} in edbcompile.inc, I
installed the components provided in edbutilcomps.pas in a package named
"Package1". When I open the EDBManager unicode project an try to open
sqlfrm.pas I receive the error:

Cannot load package edb202s2009run. It contains unit 'edbcommon' which is
also contained in package 'Package1' >>

Package1 must be set up as a design-time only package with the
edbutilcomps.pas unit in the Contains section and the edb202s2009run runtime
package in the Requires section (the package editor will simply ask you to
point to the edb202s2009run.dcp file when adding it).   What you're doing
now is resulting in the edbcommon unit (and other EDB runtime units) being
compiled directly into the Package1 package, thus causing the error.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Feb 13 2009 8:56 AMPermanent Link

Dan
Thanks, it's all right now.
Image