Ravil
Ravil
I ve got some problem when compiling with Opessl. I dont want to locate the problem, just tell me how to disable connections to opensll? ~/far2l$ apt install libssl-dev ```...
On Delphi 11/12 DynArraySetLength as the last parameter accepts PNativeInt so please change the local vars in the function TdwsRTTIInvoker.ValueFromIInfo to: var LLen: NativeInt; Index: NativeInt; On Linux its critical...
``` TB = class end; TA = class published function GetB:TB; end; var A: TA; B: TB; ... function TA.GetB:TB; begin Result:=B; end; ``` TA and TB are exposed classes....
@maximmasiutin Thank you for mentioning me as a contributor though I haven't done anything (almost) yet. So now its time to help to make it work properly. First tests: 1)...