| View previous topic :: View next topic |
| Author |
Message |
gary Guest
|
Posted: Tue Apr 12, 2005 8:01 am Post subject: dbreg not found |
|
|
I am converting a delphi 7 component to cbuilder 5. I get an error regarding
dbreg.dcu when linking. If I comment out the DBReg line in the uses section
it compiles fine, but surely this file is required? Is there a PFLAG (-LU?)
parameter or a library I have to add to the requires section to fix the
problem?
TIA
Gary
|
|
| Back to top |
|
 |
gary Guest
|
Posted: Tue Apr 12, 2005 7:03 pm Post subject: Re: dbreg not found |
|
|
adding vclx50.bpi to the packages solves the problem
|
|
| Back to top |
|
 |
gary Guest
|
Posted: Wed Apr 13, 2005 7:37 am Post subject: Re: dbreg not found |
|
|
and you may have to add the following to the MAK file
<PFLAGS value="..... -LUdcldb50"/>
|
|
| Back to top |
|
 |
|