Re: winebrowser: Interpret the DDE data as CHAR or WCHAR just like the shell32 dde_connect helper sends it

2008-12-05 Thread Hans Leidekker
On Friday 05 December 2008 14:05:08 Paul Chitescu wrote: Shell32 sends either 8 bit or 16 bit strings in XTYP_EXECUTE depending on the highest bit of operating system version - ASCII based or Unicode based. When the data is used in winebrowser it must be interpreted the same. The impression

Re: winebrowser: Interpret the DDE data as CHAR or WCHAR just like the shell32 dde_connect helper sends it

2008-12-05 Thread Hans Leidekker
On Friday 05 December 2008 15:17:47 Paul Chitescu wrote: The problem is not about the service name or other identifiers but rather the obscure data pushed by the DdeClientTransaction. DDE knows nothing about the format of this data as this is rather a convention between the client

Re: winebrowser: Interpret the DDE data as CHAR or WCHAR just like the shell32 dde_connect helper sends it

2008-12-05 Thread Paul Chitescu
On Friday 05 December 2008 16:33:04 Hans Leidekker wrote: On Friday 05 December 2008 15:17:47 Paul Chitescu wrote: The problem is not about the service name or other identifiers but rather the obscure data pushed by the DdeClientTransaction. DDE knows nothing about the format of this data