When I build a program (C++ Builder 10.2) with the libraries built into the executable and 'REST Client' components I get an 'Abnormal program termination' message on closing of the program.
I have set the 'Link with runtime packages' field to 'false' and the 'Link with Dynamic RTL' field to 'false'.
If I don't use the 'REST Client' components or I don't build the libraries into the executable I don't have this issue.
If I close the program within the compiler I get the following exception:
“class EbingingScopeFactoryError with message 'Scope class TBindSourceAdapterCustomScope not registered'”.
Is there anything else I need to configure to remove this error?
Thank you for reading this question.