C++ Builder 2006 support??

Harlinn

Member
Now that you support the Delphi 2006 version, wouldn't it be natural to add support for the C++ builder 2006 personality too?

If I've understood anything about the new version - it should be possible to even use the same bpl for both the C++ and Delphi personalities.

Anyway - looking foreward to using DOA with C++ builder too!

Regards
Espen Harlinn
 
Any timeframe? We're currently investigating a move to BCB2006. Prerequisite is the availability of all 3rdParty components including DOA.
 
Hi Marco,

What's the compatibility issues you are having problems with?

Depending on what kind of problems you have I might attempt to solve them for you.

Regards
Espen Harlinn
 
Espen and all,
I have a workaround until an 'official release', if you open the package project file under delphi, go to the linker options and check "Generate all C++Builder files", then rebuild the package you'll get a version that's usable with C++Builder. I've had to edit my Builder projects XML file directly and add the lib file to the sparelibs and libraries list to get things to link. Everything seems to work fine, and I get to take advantage of much faster compile times.
John
 
Back
Top