Board index » cppbuilder » How to open a bpr file?
Carlos
![]() CBuilder Developer |
Carlos
![]() CBuilder Developer |
How to open a bpr file?2004-04-21 03:39:34 AM cppbuilder100 I just bougth then C++ Builder X and I cannot open the bpr files... what is the problem? thanks. |
Yu-Chen Hsueh
![]() CBuilder Developer |
2004-04-21 03:44:01 AM
Re:How to open a bpr file?
Carlos,
C++BuilderX doesn't use .BPR files. You need to create the project file - a .CBX file - anew in C++BuilderX. -- YH -- |
Carlos
![]() CBuilder Developer |
2004-04-21 03:55:03 AM
Re:How to open a bpr file?
Thank you,
But I just bougth it to open a bpr projrct that I have... How can I convert it...? "Yu-Chen Hsueh" < XXXX@XXXXX.COM >wrote in message QuoteCarlos, {smallsort} |
Yu-Chen Hsueh
![]() CBuilder Developer |
2004-04-21 04:03:10 AM
Re:How to open a bpr file?
Carlos,
You can't convert it. If you open a .BPR file and a .CBX file in Notepad, you'll see that their contents are very different. I'm afraid they can't be automatically converted. What version of C++Builder was your project created in? Does it use the VCL? -- YH -- |
Carlos
![]() CBuilder Developer |
2004-04-21 04:08:01 AM
Re:How to open a bpr file?
I think it was 5 or 6 version, No VCL. I just wanted to compile a C Dll,
thta includes some BC packages also...I am not sure if these packages have VCL inside... This is some strange, because I searched in the Borland site and there is no place saing that there is no suport for these files. How can someone guess? What should I have to open this file? ( what is the name of product ?) What happens to the money I spent ? Thanks "Yu-Chen Hsueh" < XXXX@XXXXX.COM >wrote in message QuoteCarlos, |
Adam Versteegen
![]() CBuilder Developer |
2004-04-21 04:18:39 AM
Re:How to open a bpr file?
Carlos wrote:
QuoteI just bougth then C++ Builder X and I cannot open the bpr files... line. Its not. At this stage your bpr's are quite useless with BCBX. -- Vesty. |
Yu-Chen Hsueh
![]() CBuilder Developer |
2004-04-21 04:20:19 AM
Re:How to open a bpr file?
Carlos,
C++Builder 6 and any version of C++Builder before that can open .BPR files. For the greatest compatibility, of course, the version should closely match the version that the project was created in. C++BuilderX doesn't use .BPR files. The analogous project file in C++BuilderX has a .CBX extension. However, this doesn't necessarily mean that you can't build your DLL in C++BuilderX. You can try recreating the project in C++BuilderX (thus generating a .CBX file), then adding your source units to it. Without knowing anything else, I would say that if it doesn't use the VCL, then there's a good chance it will build. If you are unhappy with the product, Borland's Customer Service department (www.borland.com/company/contact/index.html) can help you with exchanges and/or refunds. -- YH -- |
Yu-Chen Hsueh
![]() CBuilder Developer |
2004-04-21 04:23:07 AM
Re:How to open a bpr file?
Carlos,
Sorry about that, my other post contained an outdated link to Customer Service. Here is the direct, up-to-date link: support.borland.com/customer_service/default.asp -- YH -- |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-04-21 04:26:34 AM
Re:How to open a bpr file?
"Carlos" < XXXX@XXXXX.COM >wrote in message
QuoteI just wanted to compile a C Dll, thta includes some packages anyway. You are going to have to create a new DLL project and migrate your existing source code over to it. You would have to do that even when upgrading from one BCB version to another as well. QuoteWhat should I have to open this file? Gambit |
john blackburn
![]() CBuilder Developer |
2004-04-21 06:51:09 PM
Re:How to open a bpr file?
Remy Lebeau (TeamB) wrote:
Quote
John |
OBones
![]() CBuilder Developer |
2004-04-21 07:37:24 PM
Re:How to open a bpr file?
john blackburn wrote:
QuoteAs a matter of interest, does Borland have a plan to look after existing BCB |
Andrue Cope
![]() CBuilder Developer |
2004-04-21 08:26:33 PM
Re:How to open a bpr file?
On Wed, 21 Apr 2004 11:51:09 +0100, john blackburn wrote:
QuoteAs a matter of interest, does Borland have a plan to look after existing BCB To answer your question though no-one really knows. Or if they do know they aren't saying. Right now BCB+VCL users are in the dark. We haven't even been given all the information we were told (by Borland) that we would be given. Dropping a product is one thing but saying you'd provide upgrade/transition information then failing to do so is another. It's been well over six months since the end of BCB was announced (and about the same since they promised us another letter specifically for VCL developers) and we have still not been told anything concrete about the future of C++ VCL development. -- Andrue Cope [Bicester UK] |
Liz Albin
![]() CBuilder Developer |
2004-04-21 08:39:13 PM
Re:How to open a bpr file?
On Wed, 21 Apr 2004 13:26:33 +0100, Andrue Cope wrote:
Quoteand we have still not been told anything concrete about the future of liz |