私は、C プログラムにリンクできる DLL を提供するサードパーティ製品のターミナル エミュレータを持っています。
問題が見つかったときに実行可能ファイルをコンパイルして顧客に送信する必要がないように、スクリプト言語 (Python には慣れていますが、Perl にはやや慣れていません) から実行したいと考えています。
We also want the customers to be able to write their own scripts using ours as baselines and they won't entertain the idea of writing and compiling C code.
What's a good way of getting Python/Perl to interface to a Windows DLL. My first thought was to write a server program and have a Python script communicate with it via TCP but there's got to be an easier solution.