Guy
User
 Fresh Boarder
| Posts: 3 |   | Karma: 0 |
|
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.
|
|