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がアプリケーションで特に使用されている場合は、dllをアプリケーションのインストールパスに含めて、ユーザーがdllがアプリケーションに関連付けられた必要なアイテムであることを認識できるようにします。