LoginSignup
2
2

More than 5 years have passed since last update.

64ビットモードで32ビットDLLを呼び出せない

Posted at

64 ビット プロセスは 32 ビット DLL を読み込めず、32 ビット プロセスは 64 ビット DLL を読み込めません。

いまのところプロセス間通信をすることで解決しようとしているのでメモ。

この辺りの記事が参考になった。
[MSDN]ゲーム開発者のための 64 ビット プログラミング
https://msdn.microsoft.com/ja-jp/library/ee418798(v=vs.85).aspx

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2