Re: Using Winelib

2003-09-14 Thread Dimitrie O. Paun
On September 13, 2003 08:32 pm, Kevin Atkinson wrote: Furthermore it is still using windows I/O. Hmm, can you post the Makefile you used to build the thing? Attached is to files. One is for building the application via a cross compiler, the other is with Winelib. OK, I took a look,

Re: wineproc: a new wine utility

2003-09-14 Thread Dimitrie O. Paun
On September 3, 2003 03:53 pm, Eric Pouech wrote: any comment welcomed!! Sorry for the late reply -- I just got a chance to look into it. It looks good, I hope to see (some version of) it in the tree soon. One thing that bug me were the refreshes -- too much flicker, loss of selection etc. I

Re: Using Winelib

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 02:52 am, Kevin Atkinson wrote: OK maybe there not. It was just that stderr was going to stdout. So can I safely write binary data to stdout are do I need to somehow turn stdout into binary mode to avoid EOL conversion. Yes, there's no binary mode to enable, things

Re: load library problem

2003-09-14 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 12, 2003 06:47 am, Vincent BĂ©ron wrote: Try setting WINEDLLPATH=/usr/local/lib/wine:`pwd` and see if it goes further. No, I got the same problem: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo

Re: load library problem

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 02:50 am, Eric Pouech wrote: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo $WINEDLLPATH /usr/local/lib/wine:/home/dimi/dev/wine/wxWindows/samples/calendar [EMAIL PROTECTED] calendar]$ wine calendar.exe.so

Re: load library problem

2003-09-14 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 14, 2003 02:50 am, Eric Pouech wrote: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo $WINEDLLPATH /usr/local/lib/wine:/home/dimi/dev/wine/wxWindows/samples/calendar [EMAIL PROTECTED] calendar]$ wine

Re: load library problem

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 03:07 am, Eric Pouech wrote: Another issue could be the (.so) dependencies on wine-calendar.dll.so which cannot be resolved. I think you mean calendar-wrap.dll.so. Hmm, that would be very odd. Do you see any problem with these: [EMAIL PROTECTED] calendar]$ ldd

Re: scheduler related complete breakage on FreeBSD

2003-09-14 Thread Gerald Pfeifer
On Fri, 12 Sep 2003, Gerald Pfeifer wrote: On FreeBSD 4.8 (using -lc_r instead of -lc to get pthreads) Wine crashes upon startup: I now could work around this (which probably was not scheduler related in the end), but upon startup Wine now goes into an infinite loop; the following is a

openbsd supports MAP_FIXED too

2003-09-14 Thread Ted Unangst
sorry no patch. i'm not sure what the status of wine on openbsd is, although i came across a notice that wine was capable of using MAP_FIXED. i committed what amounted to todd's (netbsd) patch to openbsd shortly after it went into netbsd. don't know if this helps / who cares, but fyi. patch

Re: Regedit

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 10:26 am, Ivan Leo Murray-Smith wrote: Now I'm not sure if I should base the italian translation of the wine registry on the english version of the registry(I suppose it would be more consistent with other translations), or if I should translate it as m$ has done(What I

PeekNamedPipe

2003-09-14 Thread Marcelo Bezerra
Hello, I've been trying to run Valve's Steam under winex and has not achieved success. Aparently it depends on PeekNamedPipe, wich is only a stub and is a kernel32 function, so no native dll would help. I would like some help in implementing this function, google sugested using recvfrom with