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.
2 つの質問があります。
プロジェクトにライブラリ .dll を含める方法。コンパイル後に exe で整合性が保たれます (exe と dll は別々ではありません)。可能ですか?
x64 および x86 用のライブラリ 2 バージョンが 1 つあります。このライブラリ (2 つのバージョン) を含める方法と、各アーキテクチャの適切なバージョンの「使用」: 64 ビットの場合は x64、32 ビットの場合は x86。
両方の質問に対する答えは、実行時にアセンブリをロードすることです。