API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? :cool: :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: (wave) :ok: (nod)
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Re: API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Post by Patrick » 27.10.2010 21:05:16

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?

API: DEX_SETSWITCHINGEXCEPTION and 64-bit Windows

Post by CircleDock » 27.10.2010 10:21:57

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

Top