| View previous topic :: View next topic |
| Author |
Message |
Kathleen Guest
|
Posted: Fri May 18, 2007 9:36 pm Post subject: Codebase library and BDS2006 problem resolved |
|
|
Because I made so much noise and everybody was so helpful, I wanted to
let you know I finally have Codebase (Sequiter) working in my BDS2006
environment.
The library _did_ have to be rebuilt in BDS2006 (I don't remember which
of you suggested that, but you were spot on).
The best way to rebuild it is NOT to use the batch file that runs the
command line compiler, but to use a copy of the *.bpr files in the
...\codebase\build\BorB5 directory. Open it with BDS2006 and let it
upgrade to version 10.
You will probably need to fix the path on the pre-compiled headers page
to point to $(BDS)\lib\vcl100.csm.
Thank you all for your help. I so appreciate it, and I learned a lot.
Kathleen |
|
| Back to top |
|
 |
Antonio Felix Guest
|
Posted: Fri May 18, 2007 10:23 pm Post subject: Re: Codebase library and BDS2006 problem resolved |
|
|
Kathleen <KathleenDELETEb (AT) askDELETEcnet (DOT) org> wrote:
| Quote: | Because I made so much noise and everybody was so helpful, I wanted to
let you know I finally have Codebase (Sequiter) working in my BDS2006
environment.
|
Glad you solved it.
BR
Antonio |
|
| Back to top |
|
 |
David Dean [CodeGear] Guest
|
Posted: Sat May 19, 2007 1:25 am Post subject: Re: Codebase library and BDS2006 problem resolved |
|
|
In article <464dd62d$1 (AT) newsgroups (DOT) borland.com>,
Kathleen <KathleenDELETEb (AT) askDELETEcnet (DOT) org> wrote:
| Quote: | You will probably need to fix the path on the pre-compiled headers page
to point to $(BDS)\lib\vcl100.csm.
|
That's a bad idea... Each projects should ideally use their own PCH
file.
--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/> |
|
| Back to top |
|
 |
Kathleen Guest
|
Posted: Tue May 22, 2007 2:46 am Post subject: PCH file (Was: Codebase library and BDS2006 problem resolved |
|
|
David Dean [CodeGear] wrote:
| Quote: | In article <464dd62d$1 (AT) newsgroups (DOT) borland.com>,
Kathleen <KathleenDELETEb (AT) askDELETEcnet (DOT) org> wrote:
You will probably need to fix the path on the pre-compiled headers page
to point to $(BDS)\lib\vcl100.csm.
That's a bad idea... Each projects should ideally use their own PCH
file.
|
I don't understand... should I have cleared the field on the
pre-compiled headers page? It was pointing to a drive that doesn't exist
on my system (and was also pointing to the BCB6 csm file).
Thanks,
Kathleen |
|
| Back to top |
|
 |
David Dean [CodeGear] Guest
|
Posted: Tue May 22, 2007 8:10 am Post subject: Re: PCH file (Was: Codebase library and BDS2006 problem reso |
|
|
In article <46521343$1 (AT) newsgroups (DOT) borland.com>,
Kathleen <KathleenDELETEb (AT) askDELETEcnet (DOT) org> wrote:
| Quote: | That's a bad idea... Each projects should ideally use their own PCH
file.
I don't understand... should I have cleared the field on the
pre-compiled headers page? It was pointing to a drive that doesn't exist
on my system (and was also pointing to the BCB6 csm file).
|
You could have cleared the field, but I like to put in a name like
<PROJECTNAME>.csm
--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/> |
|
| Back to top |
|
 |
|