Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-07 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > I'm not sure where, exactly. Things misbehave (sometimes) with this DLL > present. You get Unicode data sent to ANSI functions and other strange > stuff. > > The thing about this DLL is that it is very easy to implement in Wine > (so things will n

Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-07 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: I'm having trouble with my unicows.dll implementation. I can trace this problem down to forwarding entries not working, but I can't understand why. Why do you need to add unicows.dll to Wine? That dll is not supposed to

Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-07 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > I'm having trouble with my unicows.dll implementation. I can trace this > problem down to forwarding entries not working, but I can't understand why. Why do you need to add unicows.dll to Wine? That dll is not supposed to be a part of Windows, it's j

Re: Help with forwarding .spec and DLL overrides for a new DLL

2003-11-06 Thread Shachar Shemesh
One more point. You can download the Windows program used to check this (source+exec) from http://shemesh.biz/wine. Shachar Shemesh wrote: The second had to do with the forwarding call. I generated (using a small perl script) the spec file for the DLL. It forwards all Unicode calls to the releva

Help with forwarding .spec and DLL overrides for a new DLL

2003-11-06 Thread Shachar Shemesh
Hi list, I'm having trouble with my unicows.dll implementation. I can trace this problem down to forwarding entries not working, but I can't understand why. I am attaching the diffs for my current unicows patch (not working though it is). I'm trying to run it with a program I wrote. This program i

Help with forwarding .spec and DLL overrides for a new DLL

2003-11-06 Thread Shachar Shemesh
Hi list, I'm having trouble with my unicows.dll implementation. I can trace this problem down to forwarding entries not working, but I can't understand why. I am attaching the diffs for my current unicows patch (not working though it is). I'm trying to run it with a program I wrote. This progra