C++Builder compatibility problem
MaxTerentiev opened this issue · 2 comments
MaxTerentiev commented
UniConv can't be used in C++Builder because TUniConvContext is of type 'object' - it's cannot be translated to c++ .hpp file.
Please can you change them from Object to Record or Class to make it compatible with c++builder ?
d-mozulyov commented
It looks like to implement compatibility in C++ Buuilder, we should use the $HPPEMIT directive and mark the TUniConvContext type as a class. I would be grateful if you fix this problem and send me a pull request.
d-mozulyov commented
Fixed