"Jeff Latimer" lats@yless4u.com.au wrote:
Passing raw DDE messages should be out of interest, it's the application's problem.
DDE and DDEML are supposed to interchangeable. A DDE client can talk to a DDEML server and turnabout.
DDEML is just a wrapper around raw DDE messages, and raw DDE messages don't have a translation layer in the user32 messaging system.
Is there a bug you are trying to fix, or is that a hypothetical problem?
I was fixing a problem in winebrowser that was brought about by incorrect Unicode translation. I could not fix it on the client side because it broke DDE tests.
Is there a test that exactly replicates the problem? Or how to run winebrowser to reproduce it?