PtSendEventToWidget() problems on SH4

hi,

after a few days i’m only frustrated :frowning:

i have a photon-app where a widget (event-delegator) sends events to other
widgets, so i’m using PtSendEventToWidget() as it’s written in docs. the
app works properly on x86, but on sh4 there must be some tricky problem:
the event is delivered by the event-delegator and mostly the appropriate
widget receives the event, but the event-structure and associated
event-data are some pointer to useless memory. so the behaviour of the app
is very strange and unpredictable

what could be different on sh4 so that PtSendEventToWidget() cause such
results?

thanks!