new dll linking

2000-11-13 Thread juergen . schmied
Hi! Can we handle imports by ordinal? Think the mapping from eg. comctl32.234 to a name like DPA_Something is not jet possible, is it? Ciao Juergen

Re: Random Solaris 7 x86 issues

2000-11-13 Thread e. boasson
(I hope this doesn't get me into trouble with the wine-devel mailing list... My Netscape doesn't seem to understand it.) To whomever is interested, A couple of minutes hacking at my Solaris 8 (Sparc) machine during the lunch break yields the attached code that seems to emulate Linux'

RE: Random Solaris 7 x86 issues

2000-11-13 Thread Patrik Stridvall
(I hope this doesn't get me into trouble with the wine-devel mailing list... My Netscape doesn't seem to understand it.) My Microsoft Outlook understands it perfectly. To whomever is interested, I am. :-) A couple of minutes hacking at my Solaris 8 (Sparc) machine during the lunch

Re: Current CVS doesn't work

2000-11-13 Thread gerard patel
At 07:33 PM 11/13/00 +0800, you wrote: As my favorite test application of this days - notepad.exe - anymore doesn't work, I tried to find culprit, but failed: ... trace:win32:_CreateSysLevel (0x406ac258, 2): handle is 0 trace:driver:DRIVER_FindDriver : DISPLAY trace:win32:_EnterSysLevel

How to get Battlecom Server to run under Linux

2000-11-13 Thread Leon Versteegen
Hello, I want to run a Battlecom standalone server under Linux (more information about Battlecom can be found here: http://www.shadowfactor.com ; it's a speech tool that can be used to talk to friends over the Internet (using microphone and speakers); it features great sound quality). The

Re: Current CVS doesn't work

2000-11-13 Thread Gerald Pfeifer
On Mon, 13 Nov 2000, gerard patel wrote: I think that's the relay debugging that is causing this particular problem. The true problem is not here. I expect that if you don't use +relay, it will fail on a timed out critical section. I can confirm that. (Seen with notepad.exe on FreeBSD 4.1 for

Re: new dll linking

2000-11-13 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: Can we handle imports by ordinal? Think the mapping from eg. comctl32.234 to a name like DPA_Something is not jet possible, is it? No this is not supported yet. -- Alexandre Julliard [EMAIL PROTECTED]

typo?

2000-11-13 Thread Dimitrie O. Paun
Log message: Export the CallFrom16xxx functions from kernel32. Renamed them __wine_call_from_16 to follow the naming convention. ... +@ varargs __wine_call_from_16_word() __wine_call_from_16_word +@ varargs __wine_call_from_16_long() __wine_call_from_16_word +@ varargs

Re: wine/ dlls/kernel/comm.c include/server.h sche ...

2000-11-13 Thread Taral
Quoting Alexandre Julliard [EMAIL PROTECTED]: Mike McCormack [EMAIL PROTECTED] - created server object for handling async i/o - implemented WaitCommEvent with the EV_RXCHAR flag - implemented GetOverlappedResult Speaking of I/O, I noticed that I/O-intensive

Re: Even More Wine on Cygwin

2000-11-13 Thread Eric Pouech
Andrew Lynch wrote: Good news and Bad news. I made the changes to configure manually as suggested by Francois Gouget and Alexandre Julliard in previous messages. The good news is that the build of Wine progress much further than before. The bad news is that the build broke down later

Re: Re: wine/ dlls/kernel/comm.c include/server.h sche ...

2000-11-13 Thread Mike McCormack
Perhaps it would be possible to have some kind of unix handle cache in each process where the unix fd would only be fetched once using FILE_GetUnixHandle and kept around for subsequent reads and writes then closed When CloseHandle is called. Mike Speaking of I/O, I noticed that I/O-intensive

Test version of an RPM

2000-11-13 Thread Jeremy White
I have uploaded a test version of a 'CodeWeavers Wine' packaged RPM to: ftp://ftp.codeweavers.com/pub/codeweavers-wine-20001106-1.i386.rpm The source RPM is at ftp://ftp.codeweavers.com/pub/codeweavers-wine-20001106-1.src.rpm I would appreciate folks testing and giving me feedback. I

Drunkard's last round

2000-11-13 Thread Zygo Blaxell
Well, it's been fun, but I'm afraid I can no longer sustain the Drunkard automatic Wine builds on my site. Some of the more radical anti-Microsoft factions that influence content on hungrycats.org have decided that there are better ways to use ~3% of that machine. Effective immediately I'm

Re: How to get Battlecom Server to run under Linux

2000-11-13 Thread Andreas Mohr
On Mon, Nov 13, 2000 at 04:58:19PM +0100, Leon Versteegen wrote: Hello, I want to run a Battlecom standalone server under Linux (more information about Battlecom can be found here: http://www.shadowfactor.com ; it's a speech tool that can be used to talk to friends over the Internet