Sven, thanks,
I did something like this. Luckily both Delphi and fpc have a function
variable VarDispProc doing all the job. So my function calling a name
without parameters look very simple
type
TVarDispInvoke = procedure(Result: PVariant; const Instance: Variant;
CallDesc: PCallDesc
On 21.06.2013 09:01, Max Vlasov wrote:
Hi,
is it possible for fpc to allow using non-english characters for symbols
when COM-automation is used?
An accountant-related application very popular here in Russia mostly
uses Cyrillic symbols for naming methods and properties of their OLE
Object. They