请问朋友们:如何把现有的exe 文件转换成dll文件 然后如何在vc中调用dll组件 问题点数:0、回复次数:1Top
#include "dll.h" 在“工程属性|连接”属性页里,添加“dll.lib”Top