On Mon Jul 29 17:35:31 2024 +0000, Fabian Maurer wrote:
It fails only for 64bit (with a warning that is treated as error. Reason is the return value being casted, but not used by the macro. I'd recommend just using SendMessageA directly and avoiding the macro.
Thanks for the advice. It fixed it!