我有 2 个 dll:A 和 B。
从 dll A 中的代码,我动态加载 dll B(在 Unix 上使用 dlopen,在 Windows 上使用 LoadLibrary)。是否保证B会在A之前被卸载?
Unix 和 Windows 的行为有什么区别吗?
我有 2 个 dll:A 和 B。
从 dll A 中的代码,我动态加载 dll B(在 Unix 上使用 dlopen,在 Windows 上使用 LoadLibrary)。是否保证B会在A之前被卸载?
Unix 和 Windows 的行为有什么区别吗?