windows dll windows动态链接库
To compile and create a dynamic link library (DLL), you need the Windows cl.exe compiler.
要编译和创建动态链接库(DLL),您需要使用Windows cl . exe编译器。
Because this requires access to Microsoft Windows DLL files that are normally not directly available for VBA macros, you will need some additional code.
因为这需要访问Microsoft Windows DLL文件,但是这些文件尚不能从vba宏处直接获得,所以您需要添加额外的代码。
This leads to exactly the sort of combinatorial complexity Microsoft Windows administrators know as "DLL hell."
这恰好导致了Microsoft Windows管理员们称之为“DLL地狱”的一类组合式复杂性。
应用推荐