Running "United Devices Agent" (was: Re: Unhandled API Call to Kernel32 Question)

2004-05-09 Thread Dan Kegel
Roger wrote: I am attempting to run a native windows VB6 app (United Devices) in wine, fake windows, but I continue to encounter an unimplemented/unhandled API call "CreateRemoteThread" ... Any advice where I go from here as I want to dump win, get more hd space but I need this app? Unless you'r

Re: TEB sizes

2004-05-09 Thread Dimitrie O. Paun
On Mon, 10 May 2004, Dmitry Timoshkov wrote: > It would be better to remove a duplicate definition to avoid > such bad things happening in the future. By all means, I didn't look at the problem, it just seemed that we must have some checks and bounds to avoid it. Now that you mention it, IIRC the

Re: TEB sizes

2004-05-09 Thread Dmitry Timoshkov
"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > winternl.h and thread.h definitions of structure TEB didn't have the > > same size. Sync them up. > > A test would be good to avoid them diverging in the future... It would be better to remove a duplicate definition to avoid such bad things happ

[patch] Listview drag-and-drop fix

2004-05-09 Thread Paul Rupe
Xnews was treating all mouseclicks as drag-and-drop operations in the newsgroup listview. The problem was that LISTVIEW_TrackMouse was losing the WM_LBUTTONUP message. This patch adds the missing call to DispatchMessage. License: X11, LGPL Changelog: <[EMAIL PROTECTED]> Dispatch the last

Unhandled API Call to Kernel32 Question

2004-05-09 Thread Roger
Hi All,   I am attempting to run a native windows VB6 app (United Devices) in wine, fake windows, but I continue to encounter an unimplemented/unhandled API call "CreateRemoteThread"  to kernel32 error with any and all RH distro kernels using any wine version.  I was simply wondering if any

Re: TEB sizes

2004-05-09 Thread Dimitrie O. Paun
On Sun, 9 May 2004, Eric Pouech wrote: > winternl.h and thread.h definitions of structure TEB didn't have the > same size. Sync them up. A test would be good to avoid them diverging in the future... -- Dimi.