在exe中正常,exe代码如下: <img width="661" height="411" alt="Image" src="https://github.com/user-attachments/assets/439f3baf-e97e-4870-8796-bf35d2260d8b" /> 在dll中导出一个函数,在exe中调用这个函数,日志没有输出.dll中函数如下: <img width="572" height="289" alt="Image" src="https://github.com/user-attachments/assets/69580712-183f-4903-b79b-17eb7cfb05ce" /> exe代码如下: <img width="303" height="158" alt="Image" src="https://github.com/user-attachments/assets/6f320ef5-4630-484b-bb1c-407bbc8d1ae8" />
在exe中正常,exe代码如下:
在dll中导出一个函数,在exe中调用这个函数,日志没有输出.dll中函数如下: