You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
found a fix: in invokeCall.inc function TPSExec.InnerfuseCall, result type variant is not implemented. adding the following code after line 188 fixed the issue:
btVariant:
begin
PVariant(res.dta)^ := Invoke(Address,Args,SysCalConv,TypeInfo(Variant),False,IsConstr).AsVariant;
end;
property like:
RegisterProperty('Rec', 'Variant string', TPSPropType.iptRW);
compiled in XE7 working fine but compiled in 10.4 gives "Could not call proc"
The text was updated successfully, but these errors were encountered: