Re: load library problem

2003-09-13 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 $W

Re: Using Winelib

2003-09-13 Thread Kevin Atkinson
On Sun, 14 Sep 2003, Dimitrie O. Paun wrote: > 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 c

Re: wineproc: a new wine utility

2003-09-13 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 th

Re: Using Winelib

2003-09-13 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

Re: Using Winelib

2003-09-13 Thread Eric Pouech
Yes, you can use glibc, but this stdout/err problem maybe related to something else. Eric is the expert in that area... the attached patch should fix it A+ -- Eric Pouech Index: scheduler/process.c === RCS file: /home/cvs/cvsroot/wine/

Re: FAQ: Update the ports section

2003-09-13 Thread Francois Gouget
On Sat, 13 Sep 2003, Ivan Leo Murray-Smith wrote: > >On Thu, 11 Sep 2003, Ivan Leo Murray-Smith wrote: > > > >> The original sentence that started this is > >> >The following list are the x86 operating systems supported by > >[...] > >> "The list is current as of XX/XX/" is a solution that sh

Re: Using Winelib

2003-09-13 Thread Kevin Atkinson
On Sat, 13 Sep 2003, Dimitrie O. Paun wrote: > On September 13, 2003 04:03 am, Kevin Atkinson wrote: > > > OK I figured out how to get it to compile. I manually created > > libavisynth_c.def, it is attached. I know that wasn't the best thing to > > do but it worked. Why is this necessary? Can

Re: load library problem

2003-09-13 Thread Dimitrie O. Paun
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 $WINEDLLPATH /usr/local/

Re: Using Winelib

2003-09-13 Thread Dimitrie O. Paun
On September 13, 2003 04:03 am, Kevin Atkinson wrote: > OK I figured out how to get it to compile. I manually created > libavisynth_c.def, it is attached. I know that wasn't the best thing to > do but it worked. Why is this necessary? Can't it use the .lib file? > Failing that is there a scrip

Kernel pipe test segfaults?

2003-09-13 Thread Rolf Kalbermatter
Mike Hearn <[EMAIL PROTECTED]> wrote: >Maybe this is a known issue, I haven't really followed the test case >work up until now, but does the kernel32 pipe test segfault for anybody >else? I have problems, too. It used to crash somewhere in kernel32 with processes and now with pipes, where the tes

Re: Really slow named pipes

2003-09-13 Thread Eric Pouech
Notice that the number of bytes available in each Peek corresponds exactly with the number that were written in each individual write. What should be happening of course is that the total number of bytes should have been reported in the first peek. I made some further tests and basically FIONREA

RE: [ros-general] Taskmanger Relicense: Was Unable to cimpile wineproc

2003-09-13 Thread Steven Edwards
Hey Brian, Its fine all contributors to WINE retain there copyright. So I guess we are a go? I dont think anyone else has done major work on taskmanager or if they have not changes that would violate a relicense. 99% of taskmanager was done by you other then a few minor mods to convert parts from C

Re: FAQ: Update the ports section

2003-09-13 Thread Ivan Leo Murray-Smith
>On Thu, 11 Sep 2003, Ivan Leo Murray-Smith wrote: > >> The original sentence that started this is >> >The following list are the x86 operating systems supported by >[...] >> "The list is current as of XX/XX/" is a solution that should make everybody >> happy. > >Not really because as the abov

Re: Really slow named pipes

2003-09-13 Thread Uwe Bonnes
> "Eric" == Eric Pouech <[EMAIL PROTECTED]> writes: >> Nope ;) I think there was a problem when you tried to attach that :-) Eric> oops (took the file from the wrong dir...) Sorry for not coming back earlier. I was drouned in work... No, the patch doesn't help :-( Project navigator

Re: kernel32.GetProcessIoCounters basic implementation

2003-09-13 Thread Eric Pouech
Eric Pouech wrote: TSIA A+ oops, wrong file... use this one instead :-( A+ -- Eric Pouech Name: iocnt ChangeLog: Implemented GetIoProcessCounters License: X11 GenDate: 2003/09/13 12:50:39 UTC ModifiedFiles: dlls/kernel/kernel32.spec dlls/kernel/process.c ===

How do I find out what a program uses to identify a screen mode

2003-09-13 Thread hatky
I am trying to get some code contributes to wine but after trying 2 w->a converts and then getting the response of "Thats to complicated, leave it to me" I decided to more on I have a few games that are failing logically identifying a screen mode (one actually fails at detecting a 3d card) I s

Re: FAQ: Update the ports section

2003-09-13 Thread Francois Gouget
On Thu, 11 Sep 2003, Ivan Leo Murray-Smith wrote: > The original sentence that started this is > >The following list are the x86 operating systems supported by [...] > "The list is current as of XX/XX/" is a solution that should make everybody > happy. Not really because as the above clearly

Re: Word-splitting in the FAQ

2003-09-13 Thread Francois Gouget
On Thu, 11 Sep 2003, Dan Kegel wrote: [...] > One of them > was contributed by Francois and has already > been run on the Wine tree, I think... Yep. I run it regularly on the Wine sources and on the WineHQ web site (and most everything Wine related that I get my hands on and has a CVS repository).

Using Winelib

2003-09-13 Thread Kevin Atkinson
On Fri, 12 Sep 2003, Kevin Atkinson wrote: > Here is what I got: > avs2yuv4mpeg.cpp - the main program > avisynth_c.h - header for DLL I need to link with > avisynth_c.lib - lib "" " > > And I want to compile this into an executable avs2yuv4mpeg OK I figured out how to