Re: [fpc-pascal] Non-Latin (non-English) identifiers for COM automation

2013-06-22 Thread Max Vlasov
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

Re: [fpc-pascal] Non-Latin (non-English) identifiers for COM automation

2013-06-21 Thread Sven Barth
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

[fpc-pascal] Non-Latin (non-English) identifiers for COM automation

2013-06-21 Thread Max Vlasov
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 probably have English counterparts, but t