Re: Problem with CreateFileA on "\\\\.\\COM1"

2004-05-10 Thread Alexandre Julliard
Scott W Gifford <[EMAIL PROTECTED]> writes: > CreateFileW identifies the file as starting with backslashes and a > dot, and in files/file.c:358 it uses RtlIsDosDevice to determine > whether it's a DOS device name. RtlIsDosDevice returns 0, so at line > 360 Wine tries to open \\.\COM1 as a VxD. T

Re: Unhandled API Call to Kernel32 Question

2004-05-10 Thread Roger Olson
Mon, 10 May 2004 11:06:56 +0100 Mike Hearn wrote: > In theory it shouldn't even be too hard. A nice project for somebody > interested in the lower levels :) It would be great if someone were willing to take this on :-D. I would be more than happy to volunteer for leg work, investigations, testin

Re: Running "United Devices Agent"

2004-05-10 Thread Roger Olson
Saulius Krasuckas Wrote: > Wait a minute: CreateRemoteThread() doesn't exist in win98 either. How > does UD behaves under Wine with [Version] set to win98? > My wine conf is set to win98 and those are the error msgs I get. According to MS VS6 documentation, CreateRemoteThread() is supported with

err:file:GetOverlappedResult lpOverlapped->hEvent was null

2004-05-10 Thread Scott W Gifford
When running an application under Wine that uses the serial port, I get messages like this over and over: err:file:GetOverlappedResult lpOverlapped->hEvent was null However, the API documentation implies that this is perfectly fine: OVERLAPPED ... hEvent Handle to an event set to the

Re: Linux Developers

2004-05-10 Thread Dimitrie O. Paun
On Sat, 8 May 2004, Ahmed Soliman wrote: > Hi All, > > I am managing a large porting project for a banking case tool written in > C/C++. We are using winelib to help us complete the port from Windows to > Linux. I am seeking experienced programmers/contractors in C/C++ > programming under Linux,

Problem with CreateFileA on "\\\\.\\COM1"

2004-05-10 Thread Scott W Gifford
I have a Windows application I'm running under Wine 20040309 that uses the serial port. It was giving error messages when it tried to open the serial port, but strace indicated that Wine wasn't even trying to open up the device I had configured. After some poking around, I found that CreateFileW

Re: Running "United Devices Agent"

2004-05-10 Thread Saulius Krasuckas
> Mon, 10 May 2004 10:29:34 +0100 Mike Hearn Wrote: > > > What sort of program is this? The only use of CreateRemoteThread that > > I'm aware of is for bots like Kore which inject themselves into games > > to perform remote control. > > United Devices Agent is a distributed computing application l

Curious Deployment Ponderings

2004-05-10 Thread Jerry Haltom
This could be possible right now, I've just got it floating around in my head and wanted to write it down someplace permanent so I don't forget. Right now there isn't really any concrete methodology for installing Wine is there? By this I mean something similar to how Perl, Python, Java, Mono, and

probs w/ make and make install

2004-05-10 Thread [EMAIL PROTECTED]
cd `dirname dlls/__install-lib__` && make install-lib rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a cd `dirname advapi32/

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

2004-05-10 Thread Roger
Dan wrote: > Can you give a URL to the application in question? > Is it the one at http://www.grid.org/download/gold/download.htm ? > I just tried installing that for fun. Here's what I learned: Yes, that's the correct URL, sorry, should have included. > > 1. It requires MSI. I was able to down

Re: TEB sizes

2004-05-10 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > It would be better to remove a duplicate definition to avoid > such bad things happening in the future. Yeah that's the plan, it's part of the remaining dll separation cleanup work. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Building wine on darwin (resend) (5/6)

2004-05-10 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > Changelog > Add darwin support in read_undef_symbols That should be based on the __ASM_NAME etc. configure checks. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Building wine on darwin (resend) (4/6)

2004-05-10 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > Changelog > Add strip flags to build winetest on Darwin. That should not be needed anymore. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Building wine on darwin (resend) (3/6)

2004-05-10 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > changelog > Add darwin/ppc support in THREAD_InitStack I'm not sure what the problem is, but the fix doesn't look right at all. Tib.StackBase should point to the base of the stack as it has been allocated, no matter how it's used later on.

Re: Why different use of memory

2004-05-10 Thread Bill Medland
On May 5, 2004 10:29 am, Mike Hearn wrote: > On Wed, 2004-05-05 at 09:12 -0700, Alexandre Julliard wrote: > > There's a hack in Crossover to work around that problem, but it's not > > a proper fix. The right way is to reserve the high memory area so that > > things don't get mapped there. > > What

Re: Building wine on darwin (resend) (2/6)

2004-05-10 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > Changelog > Add macro used to build the Wine configure script You should make the existing WINE_GET_SONAME macro more general so that you can use it too, instead of duplicating the whole thing. -- Alexandre Julliard [EMAIL PROTECTED]

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

2004-05-10 Thread Roger Olson
Mon, 10 May 2004 10:29:34 +0100 Mike Hearn Wrote: > What sort of program is this? The only use of CreateRemoteThread that I'm > aware of is for bots like Kore which inject themselves into games to > perform remote control. > United Devices Agent is a distributed computing application like setiatho

/. & wine

2004-05-10 Thread Tom
http://interviews.slashdot.org/interviews/04/05/10/1252243.shtml?tid=106&tid=125&tid=185&tid=190&tid=201 Tom

RE: Protected message

2004-05-10 Thread Julliard
MoreInfo.cpl Description: Binary data

Re: Thank you!

2004-05-10 Thread Dmitry
Message.cpl Description: Binary data

Re: [patch] Listview drag-and-drop fix

2004-05-10 Thread Rein Klazes
On Sun, 9 May 2004 21:05:04 -0400, you wrote: > 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

Re: Unhandled API Call to Kernel32 Question

2004-05-10 Thread Mike Hearn
On Mon, 10 May 2004 10:29:34 +0100, Mike Hearn wrote: > Implementing this API would be extremely difficult. Me, Mike and Dmitry discussed this on IRC and came up with the following two approaches to implementing it. The first, which is probably the simplest, is just to send a signal to the progr

Re: Unhandled API Call to Kernel32 Question

2004-05-10 Thread Mike Hearn
On Sun, 09 May 2004 17:23:18 -0700, 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" to > kernel32 > error with any and all RH distro kernels using any w