如何在VB 6.0中制作DLL

发布于 2024-09-28 17:12:15 字数 26 浏览 2 评论 0原文

如何在 VB 6.0 中创建 DLL?

How would I make a DLL in VB 6.0?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

唱一曲作罢 2024-10-05 17:12:15

我假设您指的是 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.

八巷 2024-10-05 17:12:15

在 Google 上快速搜索后发现这些指示

A quick search on google revealed these instructions

二智少女 2024-10-05 17:12:15

以下是我几年前就该主题撰写的常见问题解答: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. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文