I have just updated to version 1617 of RO-SDK and when compiling I get the following error for the generated _Invk files:
[bcc32 Error] TS4_Invk.cpp(45): E2015 Ambiguity between ‘Uroopensslapi::TStringArray’ and ‘Uroclasses::TStringArray’
This happens in this line of every Invoke_ method:
TStringArray ltemp = GetDefaultServiceRoles();
The error is easily fixed, just adding the namespace to the type: Uroclasses::TStringArray - but being this an automatically generated file in principle every time the project is compiled, it’s complicated.