| View previous topic :: View next topic |
| Author |
Message |
Alan Guest
|
Posted: Thu Apr 05, 2007 2:23 am Post subject: Delphi2007\RadStudioBoldComponents |
|
|
I ahve a Delhi 7 app with Rad-Studio Bold components I am wanting to
recompile in Delphi 2007. I was attempting to recompile the Rad-Studio
components but not having much luck. I thought I could recompile the
packages but when I start with rs50d7_core.bpl I get an error that
'Number of elements (3 differs from declaration(40).' It is in the
const declaration
const
DefaultAccessors: array[TFieldType] of TvpValueAccessorClass = (...
If I try to compile the rs20d7_bold40.bpl I get a dad file format
errorinrs50d7_core.bpl.
Does anyone have any information on how to approach this?
TIA |
|
| Back to top |
|
 |
Definey Guest
|
Posted: Wed Apr 11, 2007 5:34 pm Post subject: Re: Delphi2007\RadStudioBoldComponents |
|
|
Alan wrote:
I thought I could recompile the
| Quote: | packages but when I start with rs50d7_core.bpl I get an error that
'Number of elements (3 differs from declaration(40).' It is in the
const declaration
const
DefaultAccessors: array[TFieldType] of TvpValueAccessorClass = (...
|
You will need to find out the type TFieldType of your new environment.
Apparently, they have added some new elements to them, but don't panic,
you can easily find out how to fill this gap. As regard to your second
error, it's a dependency error, you must compile your first package first.
Good luck. |
|
| Back to top |
|
 |
Alan Guest
|
Posted: Fri Apr 13, 2007 12:51 am Post subject: Re: Delphi2007\RadStudioBoldComponents |
|
|
Definey:
I added the FieldTypes and have these 2 packages compiling. Still have
no luck when trying to install them. I get the error dialog that ask me
if I want to send a copy of the report to MS.
Thanks
Definey wrote:
| Quote: | Alan wrote:
I thought I could recompile the
packages but when I start with rs50d7_core.bpl I get an error that
'Number of elements (3 differs from declaration(40).' It is in the
const declaration
const
DefaultAccessors: array[TFieldType] of TvpValueAccessorClass = (...
You will need to find out the type TFieldType of your new environment.
Apparently, they have added some new elements to them, but don't panic,
you can easily find out how to fill this gap. As regard to your second
error, it's a dependency error, you must compile your first package first.
Good luck. |
|
|
| Back to top |
|
 |
Peter Morris Guest
|
Posted: Sun Apr 15, 2007 4:40 pm Post subject: Re: Delphi2007\RadStudioBoldComponents |
|
|
I have a warning for you. If you are using the Interbase DBX drivers from
InterXpress then stick with D7 for now.
I went straight ahead and upgraded my Bold app to use D2007 (the
"non-breaking" release) and now my app doesn't work. If the new driver
doesn't turn up soon I will have to revert to D2006.
Pete |
|
| Back to top |
|
 |
Alan Guest
|
Posted: Mon Apr 16, 2007 6:31 pm Post subject: Re: Delphi2007\RadStudioBoldComponents |
|
|
Pete:
Did you get Rad Studio Bold Grid Pro and the other components from
Vipper Software, to install in Delphi 2007? The rs50d7_core.bpl and
rs20d7_bold40.bpl compile, but they won' t install. I am trying upgrade
a Delphi 7 app to Delphi 2007.
TIA
Peter Morris wrote:
| Quote: | I have a warning for you. If you are using the Interbase DBX drivers from
InterXpress then stick with D7 for now.
I went straight ahead and upgraded my Bold app to use D2007 (the
"non-breaking" release) and now my app doesn't work. If the new driver
doesn't turn up soon I will have to revert to D2006.
Pete
|
|
|
| Back to top |
|
 |
|