调用DLL中是否还需要使用DLL中的头文件呀???!!!!!!!!!!!!!!!!!!!! [解决办法]
C/C++ code?12345678910111213//没这段代码编译不过啊,下面也使用了LoadLibrary 为什么????#pragma onceclass CExportTest{public: CExportTest(void); virtual ~CExportTest(void);public: virtual int ExportIn……