如何制作空的mfc dll项目?
我有现有 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需创建一个空的 C++ 项目并设置项目设置即可编译为 DLL。
Just create an empty C++ project and set the project settings to compile to a DLL.