Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想调用一个DLL。但是,我不知道 DLL 的正确字符集是什么。
所以,我不知道我的 LoadLibrary 应该使用 unicode 还是 ANSI 代码。有什么方法可以知道 dll 是在哪种模式下构建的?