Where can I find documentation about using ROSDK with C++ Builder?

http://wiki.remobjects.com/wiki/Using_RemObjects_SDK_with_C%2B%2BBuilder
The link is broken…

Hi,

that article said how to recompile ROD packages with included “Generate all C++ Builder files” option. this is not actual because ROD/DAD installer in full version already creates C++Builder compatible packages

Thank you. Any other material available on ROSDK/C++ Builder?

I am just curious whether a RO server built in C++ Builder is any faster than Delphi, given C ++ Builder is now based on Clang

Hi,

I think that it will be the same because C++Builder will use Remoting SDK code that is written on Delphi and uses Delphi logic, however some system things like allocation of memory etc can be differently, but it shouldn’t give some significant changes