Looking for some feedback with Comeau compiler with Borland c++builder as backend.
- VCL Stuff ??
- use with Cmake ??
- ....
Looking for some feedback with Comeau compiler with Borland c++builder as backend.
I've used Comeau with the (at least at one time) freely downloadable BC 5.5 as the back-end. While it does work, it's not what I'd call a particularly good choice. All you're using the Borland compiler for is a code generator -- but code generation has always been one of the weakest points of the Borland compilers. Offhand, I don't remember whether it was with VCL, but at one point I tried to use one of Borland's frameworks with Comeau, and it didn't work out -- it seemed to depend on at least a few compiler extensions that Comeau didn't include (though it was long enough ago that I don't remember the details).