RB 9 / D7 + myChkBox.pas missing
I have the RB 7 Standard and just upgraded to RB 9 Standard. Part of
the reasons I upgraded was because the RB 7 did not contain the source
code for the myChkBox.pas file but just the .DCU. Is this an oversight
or it is as designed ?
I currently purchased the Ledger Accounting Source Code and it uses
TppPageStyle(Components[i]).PageSetting := psNone ;
Both it seems that psNone was not defined in the source so I thought
that I added the definition in. The source code compiled but the problem
is that there is a myChkBox.dcu in the \lib directory but not in the \source
directory. But it seems that lacking the myChkBox.pas source code, I
keep getting that the myChkBox file is compiled with a different version of
the other dependencies.
It seems like a chicken and the egg solution and I cannot find a solution
for it.
Is there any way around that ? Thanks.
Edwin
the reasons I upgraded was because the RB 7 did not contain the source
code for the myChkBox.pas file but just the .DCU. Is this an oversight
or it is as designed ?
I currently purchased the Ledger Accounting Source Code and it uses
TppPageStyle(Components[i]).PageSetting := psNone ;
Both it seems that psNone was not defined in the source so I thought
that I added the definition in. The source code compiled but the problem
is that there is a myChkBox.dcu in the \lib directory but not in the \source
directory. But it seems that lacking the myChkBox.pas source code, I
keep getting that the myChkBox file is compiled with a different version of
the other dependencies.
It seems like a chicken and the egg solution and I cannot find a solution
for it.
Is there any way around that ? Thanks.
Edwin
This discussion has been closed.
Comments
check your C:\Program Files\Borland\Delphi7\RBuilder\Demos\6. RCL
directory--I have source there. (has something to do with the history of the
source--use to be a demo but really isn't any more).
Ed Dressel
Team DM
Thanks. Being a RB Standard user, I don't have the 6. RCL directory but
I manage to find it in the 3. instead.
Thanks.
Edwin