Tag: Automation
In the last article, I showed how we can invoke C# methods from LispWorks Enterprise Edition, through the COM/Automation interface. That approach relied on invoking the Automation methods dynamically, without depending on the Type library (*.tlb). In this article, I will discuss the other approach, which uses the Type library. According to LispWorks documentation, this […]
Recent Comments