我尝试动态加载C++dll,首先我使用“LoadLibrary”函数加载了dll,它正确地获取了它的句柄。之后我尝试使用“GetProcAddress”获取DLL文件函数的函数指针,它返回NULL。请找到我的DLL代码和测试应用程序代码,让我知道代码中哪里出了问题。虚拟2.hnamespacenewer{classdllclass{public:static__declspec(dllexport)intrun(inta,intb);};}虚拟2.cpp#includeusingnamespacestd;#include"dummy2.h"namespacenewer{intdllcl