如何在VB 6.0中制作DLL
如何在 VB 6.0 中创建 DLL?
How would I make a DLL in VB 6.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 VB 6.0 中创建 DLL?
How would I make a DLL in VB 6.0?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我假设您指的是 ActiveX DLL(在这种情况下,这个问题是重复)。
只需完成 VB6 用户指南中的分步指南即可 创建 ActiveX DLL。非常好。它介绍了创建项目、构建 DLL 和创建客户端项目的过程,然后解释了一些基本概念和陷阱。
如果您指的是标准 DLL,请查看免费工具 vbAdvance。
I assume you mean an ActiveX DLL (in which case this question is a duplicate).
Just work through the step-by-step guide from the VB6 user guide Creating An ActiveX DLL. It's pretty good. It goes through creating the project, building the DLL, and making a client project, and then it explains some underlying concepts and gotchas.
If you mean a standard DLL check out the free tool vbAdvance.
在 Google 上快速搜索后发现这些指示
A quick search on google revealed these instructions
以下是我几年前就该主题撰写的常见问题解答:http://www. tek-tips.com/faqs.cfm?fid=5940
@ John Sible:我不认为 OP 正在寻找如何创建标准(非 COM)DLL,但当然我可能是错的。毕竟,OP 相当模糊。 :)
Here's an FAQ I wrote on the subject a few years ago: http://www.tek-tips.com/faqs.cfm?fid=5940
@ John Sibly: I don't think the OP was looking for how to create a standard (non-COM) DLL, but of course I could be wrong. The OP was pretty vague, after all. :)