如何制作空的mfc dll项目?

发布于 2024-12-31 22:10:35 字数 136 浏览 3 评论 0原文

我有现有 mfc dll 的源代码。 我想创建空的 dll ptroject,以便我可以包含其中的所有源代码并修改现有的 dll。 每当我尝试创建 mfc dll 项目时,它都会包含一些我不想要的 .h .def 等文件。 我是制作dll的新手,请提供指导。

I have source code for existing mfc dll.
I want to create empty dll ptroject so that i can include all the source code there and modify existing dll.
Whenever i try to create mfc dll project it include few .h .def etc file it self which i don't want.
I am new in making dll please provide direction.

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

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

发布评论

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

评论(1

情场扛把子 2025-01-07 22:10:35

只需创建一个空的 C++ 项目并设置项目设置即可编译为 DLL。

Just create an empty C++ project and set the project settings to compile to a DLL.

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