IPC message port not working

Discuss OpenGL® programming with the GL Galore plugin here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

IPC message port not working

Post by lazi »

It seems that OnUserMessage eventhandler is not working with GLGalore (OS4).
The port is opened because the other program's SendMessage() function gives no error, but the event function not called.
When @REQUIRE "glgalore" is commented out, the messageport ot commands correctly.

Can it be resolved somehow, or is it a limitation of the plugin?

(ARexx port operations are working fine with GLGalore.)
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: IPC message port not working

Post by airsoftsoftwair »

Code: Select all

- Fix [Amiga/SDK]: Messages sent through SendMessage() weren't correctly handled by plugins replacing
  Hollywood's inbuilt display adapter, e.g. GL Galore and Plananarama
Post Reply