c# - How to Load DirectSound into a 64bit Application -
i getting badimageformatexception when trying load directsound 64-bit application. after doing research, due fact directsound dll 32-bit while application 64-bit. cannot change 64-bit application 32-bit. options load directsound library? have looked using com ipc object, not sure how worked. there 64bit dll available?
microsoft doesn't support managed directx anymore. xna won't run 64-bit. i've used slimdx once in past directx, , worked me. that's 1 option consider. here's link slimdx directsound documentation: https://slimdx.org/docs/html/n_slimdx_directsound.htm
Comments
Post a Comment