Board index » delphi » [D7 Pro] dclmid missing : why ?
François
![]() Delphi Developer |
[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 |