LoadLibrary与__declspec(dllexport)
今天我通过LoadLibrary去找一个符号(函数),找不到。
然后用Depends工具查看,果然没有看到该符号。加上__declspec(dllexport),就有了。