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.
我在 Windows 应用程序中使用 GLib。我在哪里放置 GLib DLL?这里“接受”的做法是什么?我是使用 C:\Windows\System32 之类的共享位置,还是应该在我的应用程序文件夹中保留一个本地副本?
如果 dll 专门用于您的应用程序,请将其包含在您的应用程序的安装路径中,以便用户知道它是您的应用程序所需的关联项。