如何使用 Tcl 和 TclApp 编写 Win32 的 COM EXE?
我认为可以使用 TclApp 创建一个可用作 COM 服务器 EXE 的 Win32 EXE。
有没有人尝试过这个,或者这个想法太可怕了,值得认真考虑吗?
基本上,我想在 Tcl 中做我已经可以使用 PerlCtrl 做的事情。
I would like to think it possible to use TclApp to create a Win32 EXE that could be used as COM server EXE.
Has anyone tried this, or is it too horrible an idea to seriously consider?
Basically, I want to do in Tcl what I can already do using PerlCtrl.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,我向 tcom 扩展添加了使用 Tcl 实现 COM 服务器的功能。不幸的是,我能写的唯一文档是
http://www.vex.net/~cthuang/tcom/server.html
Yes, I added to the tcom extension the ability to implement a COM server with Tcl. Unfortunately, the only documentation for it I got around to writing is
http://www.vex.net/~cthuang/tcom/server.html