RE: [GD-Windows] DDE Event not showing up
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2001-10-12 17:55:50
|
My old question: > It seems weird if DDE is fundamentally broken; it's used by a lot of apps > and has been around forever... but that doesn't mean much these days :-/ DDE isn't fundamentally broken, the code I was working with was :-) The solution was to remove PM_NOYIELD from the call to PeekMessage(), as the ONLY use for this flag these days is to not cause WaitForInputIdle() to return, and DDE uses precisely that to determine when to send the app its message. D'oh! Cheers, / h+ |