 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Martin Kaul Guest
|
Posted: Tue Apr 11, 2006 3:03 pm Post subject: Sourcefiles used in BCB6 and BDS2006 |
|
|
Hi,
is it possible to use the same sourcefiles of a Form in a BCB6 project
and in a BDS2006 project.
I checked it and find out, that BDS2006 inserts sometimes the following
properties to the *.dfm file of the Form.
ExplicitLeft
ExplicitTop
ExplicitRight
ExplicitBottom
When I then open/use the sourcefile of the Form in BCB6 the IDE produces
errors about the unknown properties.
Is it possible to break BDS2006 of this habit - to avoid insert of this
properties by BDS2006?
best regards
Martin |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Apr 11, 2006 7:03 pm Post subject: Re: Sourcefiles used in BCB6 and BDS2006 |
|
|
"Martin Kaul" <mkaul (AT) leuze (DOT) de> wrote in message
news:443bb77b (AT) newsgroups (DOT) borland.com...
| Quote: | is it possible to use the same sourcefiles of a Form
in a BCB6 project and in a BDS2006 project.
|
Code files, yes.
DFMs, no.
| Quote: | I checked it and find out, that BDS2006 inserts sometimes the
following properties to the *.dfm file of the Form.
|
Exactly, which means that BDS DFMs cannot be shared with older versions.
That has always been the case in every version of BCB - each new version of
the VCL adds new properties to DFMs, and cannot be shared with previous
versions.
| Quote: | Is it possible to break BDS2006 of this habit
|
No, no more than it was possible in previous versions of BCB, either. If
you must share the DFMs across multiple versions (which I do not recommend),
then you will just have to copy with clicking the "ignore" option on the
"unknown proopery" dialogs that popup every time you load a newer DFM into
an older version.
Gambit |
|
| Back to top |
|
 |
Martin Kaul Guest
|
Posted: Wed Apr 12, 2006 9:03 am Post subject: Re: Sourcefiles used in BCB6 and BDS2006 |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | "Martin Kaul" <mkaul (AT) leuze (DOT) de> wrote in message
Is it possible to break BDS2006 of this habit
No, no more than it was possible in previous versions of BCB, either. If
you must share the DFMs across multiple versions (which I do not recommend),
For a transition period (not all developers currently uses BDS2006) we |
must share the sourcefiles. It is not critical cause we use BCB6 &
BDS2006 only for development of proprietary help-tools used by the
embedded SW developers.
| Quote: | then you will just have to copy with clicking the "ignore" option on the
"unknown proopery" dialogs that popup every time you load a newer DFM into
an older version.
What a bummer  |
Well, my current way is to setting the readonly flag of the DFMs - then
BDS2006 do not change anything and accept the DFMs without errors.
Change of the Forms layout must be made with BCB6.
thanks and best regards
Martin |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|