Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Installation on BCB 5
Installation on BCB 5
Posted: 2000/09/14 08:39
 
Hi, i got the same kind of problem that Jim has.

When trying to install the NCOCI8 package on C++ Builder 5, it stops, saying :
"[Pascal Erreur fatale] NCOciReg.pas(20): Fichier non trouvé : 'DsgnIntf.dcu'"

This file (DsgnIntf.dcu) doesn't exist on my system, even though there is a 'DsgnIntf.hpp' file there.
I guess 'DsgnIntf.dcu' is a Delphi specific file, so if anybody could send it to me... I don't wanna buy & install Delphi in the only purpose of installing NCOCI8 under BCB 5 !

Thank you for your attention

Guy Poizat
RE: Installation on BCB 5
Posted: 2000/09/18 10:30
 
I found the answer in the help files of BC5:

"Compilation des paquets avec DsgnIntf

La version compilée de l'unité interface de conception, DsgnIntf.dcu, n'est plus incluse dans C++Builder (ni dans Delphi). Pour compiler les paquets de conception en utilisant cette unité, vous devez inclure l'option PFLAGS –LUvcl50 dans les options de projet de ces paquets. Dans le menu principal de l'EDI, sélectionnez Projet|Modifier le fichier d'options pour modifier les options du projet. Dans l'entrée PFLAGS, ajoutez l'option –LUvcl50. Par exemple :

<PFLAGS value="-$YD -$W -$O- -v -JPHNE –M –LUvcl50"/>

La distribution de DsgnIntf.dcu est en contradiction avec l'accord de licence, le fichier n'est donc plus livré avec C++Builder."

Sorry this is french. Quick translation :

dsgnintf.dcu file is no longer distributed with Borland C++ Builder or Delphi, because this is not allowed by the license terms. You should add "–LUvcl50" in the PFLAGS section of the project option file of NCOCI8 package to make it install under BCB5.