- 2022.2.18
# 今天还是要解决首要问题,如何使用.def文件来进行导出函数转发
# 不过我们首先要学习如何使用.def文件来编写dll
-
I have now found that the duser.dll written earlier has a problem. I will take it out and run it tonight to have a look...
-
I created a new dll through a .def file myself, but the c file requires function declarations. However, I saw that when compiling with gcc, function declarations in the source file are not needed at all. This is something I cannot figure out.