Page 1 of 1

API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Posted: 27.10.2010 10:21:57
by CircleDock
This API call works fine if the operating environment is 32-bit but doesn't work if included in a 64-bit plug-in. I have tested the following form:

Code: Select all

SendNotifyMessage(DexpotHWnd, DEX_SETSWITCHINGEXCEPTION, MyHWnd, DEX_EXCEPTION_STICKY)





Mark

Re: API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Posted: 27.10.2010 21:05:16
by Patrick
I just tried this call in a 64-bit build of the SevenDex plugin and it worked as expected. Can you send me your plugin for testing?