Board index » delphi » [D7 Pro] dclmid missing : why ?

[D7 Pro] dclmid missing : why ?


2003-10-02 09:34:30 PM
delphi216
Hello ng !
(I beg your pardon for my poor english, french follow)
I have a problem with a datamodule containing ClientDataSet.
With Delphi 7, these components (ClientDataSet, DataSetProvider ...) are in
the Pro version of Delphi.
When the datamodule is a unit of the application, no problem at compilation
time.
When the datamodule is in a package, it can not compile, Fatal Error dclmid
missing.
In fact, dclmid70.bpl exists in delphi7\bin but dclmid.dcp doesn't exist in
delphi7\Lib.
Is it normal ?
François
en français
J'ai un problème avec un datamodule qui contient des clientDataSet.
Avec Delphi7 ces composants (ClientDataSet, DataSetProvider ...) sont
fournis dans la version Pro.
Quand le datamodule est une unit?de l'application, pas de problème ?la
compilation.
Quand le datamodule est dans un paquet, pas de compilation possible. Il
demande d'abord d'ajouter le paquet dclmid dans la clause require, puis
ensuite dit qu'il ne le trouve pas.
[Erreur fatale] x : Paquet requis 'dclmid' non trouv?
Or, dclmid70.bpl existe dans delphi7\bin mais dclmid.dcp n'existe pas dans
delphi7\Lib.
Est-ce normal ?
François
 
 

Re:[D7 Pro] dclmid missing : why ?

When you place a unit into a package, make sure you add any dependant units
to the Requires part of the package, if it does not automatically add it. If
it cannot find your file because of where it is placed then add the path to
the Options of the package.
"François" <XXXX@XXXXX.COM>writes
Quote
Hello ng !

(I beg your pardon for my poor english, french follow)

I have a problem with a datamodule containing ClientDataSet.
With Delphi 7, these components (ClientDataSet, DataSetProvider ...) are
in
the Pro version of Delphi.
When the datamodule is a unit of the application, no problem at
compilation
time.
When the datamodule is in a package, it can not compile, Fatal Error dclmid
missing.
In fact, dclmid70.bpl exists in delphi7\bin but dclmid.dcp doesn't exist
in
delphi7\Lib.
Is it normal ?

François

en français
J'ai un problème avec un datamodule qui contient des clientDataSet.
Avec Delphi7 ces composants (ClientDataSet, DataSetProvider ...) sont
fournis dans la version Pro.
Quand le datamodule est une unit?de l'application, pas de problème ?la
compilation.
Quand le datamodule est dans un paquet, pas de compilation possible. Il
demande d'abord d'ajouter le paquet dclmid dans la clause require, puis
ensuite dit qu'il ne le trouve pas.
[Erreur fatale] x : Paquet requis 'dclmid' non trouv?
Or, dclmid70.bpl existe dans delphi7\bin mais dclmid.dcp n'existe pas dans
delphi7\Lib.
Est-ce normal ?

François




 

Re:[D7 Pro] dclmid missing : why ?

Thank you for the answer !
But it doesn't adress exactly the question :
the packet " dclmid.dcp " is not part of delphi 7. I searched the whole
Delphi hierarchy whithout finding it !
Any hint ?
"ramesh yadav" <XXXX@XXXXX.COM>a écrit dans le message de
Quote
When you place a unit into a package, make sure you add any dependant
units
to the Requires part of the package, if it does not automatically add it.
If
it cannot find your file because of where it is placed then add the path
to
the Options of the package.

"François" <XXXX@XXXXX.COM>writes
news:XXXX@XXXXX.COM...
>Hello ng !
>
>(I beg your pardon for my poor english, french follow)
>
>I have a problem with a datamodule containing ClientDataSet.
>With Delphi 7, these components (ClientDataSet, DataSetProvider ...) are
in
>the Pro version of Delphi.
>When the datamodule is a unit of the application, no problem at
compilation
>time.
>When the datamodule is in a package, it can not compile, Fatal Error
dclmid
>missing.
>In fact, dclmid70.bpl exists in delphi7\bin but dclmid.dcp doesn't exist
in
>delphi7\Lib.
>Is it normal ?
>
>François
>
>en français
>J'ai un problème avec un datamodule qui contient des clientDataSet.
>Avec Delphi7 ces composants (ClientDataSet, DataSetProvider ...) sont
>fournis dans la version Pro.
>Quand le datamodule est une unit?de l'application, pas de problème ?la
>compilation.
>Quand le datamodule est dans un paquet, pas de compilation possible. Il
>demande d'abord d'ajouter le paquet dclmid dans la clause require, puis
>ensuite dit qu'il ne le trouve pas.
>[Erreur fatale] x : Paquet requis 'dclmid' non trouv?
>Or, dclmid70.bpl existe dans delphi7\bin mais dclmid.dcp n'existe pas
dans
>delphi7\Lib.
>Est-ce normal ?
>
>François
>
>
>
>