Re: [fpc-pascal] importtl and ignored [out, retval] parameters

2017-05-05 Thread LacaK
Hi, probably related also to https://bugs.freepascal.org/view.php?id=30764 (but this my report is mostly about pointer parameters where NO DIRECTION is specified) -Laco. Hello, I wanted to import the UIAutomationClient type library. Thus I compiled the UIAutomationClient.idl to .tlb and then

[fpc-pascal] importtl and ignored [out, retval] parameters

2017-05-04 Thread Lubos Pintes
Hello, I wanted to import the UIAutomationClient type library. Thus I compiled the UIAutomationClient.idl to .tlb and then used importtl to convert it to pascal. Importtl converted this incorrectly, it ignored [out, retval] parameters on many places. For example, two examples from