Re: need advise with new open-source project

2006-03-13 Thread Jim White
Please note: http://en.wikipedia.org/wiki/IANAL Nuno Lopes wrote: I'm currently trying to start a new open-source project that will do the same as WINE did with the windows API, but for a Sony framework, named OPEN-R. ... I would love if you could answer my questions, so that I can make the pro

Re: Fwd: Hi

2006-03-13 Thread Segin
The letter seems to check out as valid from what I can find. at any rate, there is a little-known solution that Microsoft has produced themselves that barely anyone ever used. Not many Microsoft employees still remember it cause it was a back-burner feature for 95/98: QuickView. You coul right-c

need advise with new open-source project

2006-03-13 Thread Nuno Lopes
Hi, I'm currently trying to start a new open-source project that will do the same as WINE did with the windows API, but for a Sony framework, named OPEN-R. This framework allows users to write programs for Sony's robots (namely the dog AIBO). But Sony has discontinued the robotics division and the

wine and rpath

2006-03-13 Thread Ivars Strazdins
Hello all, recently introduced rpath sets rpath to $ORIGIN I wonder if $ORIGIN/../lib would not be more appropriate? Or is this something my build-system specific? $ORIGIN just does not work to me, I really need $ORIGIN/../lib, if --prefix is set to non-default, non /usr value. Thank you, Ivar

Re: May be a bad idea to have Winetools in the next SUSE release

2006-03-13 Thread Jan Z.
Thank you, Andreas Jaeger for the clarification regarding the inclusion of Winetools in SUSE. On Thu, Mar 09, 2006 at 02:27:23PM +0100, Joachim von Thadden wrote: > Am Thu, Mar 09, 2006 at 01:41:06PM +0100 schrieb Jan Zerebecki: > > Winetools is only sporadically updated for new versions of Wine

Re: OLEAUT32: bug 4502 - request for comment before trying to fix

2006-03-13 Thread Alex Villací­s Lasso
Alex Villací­s Lasso wrote: I would like to draw attention to bug 4502. This bug can cause any VB application to crash when the DatePicker control is used, and an attempt is made to assign a date value in VB code. Even though I found this bug while testing an application I wrote, this might not

Re: wglMakeCurrent

2006-03-13 Thread Jesse Allen
On 3/13/06, Wino Rojo <[EMAIL PROTECTED]> wrote: > Hi > > I'm pretty new to wine, and this is my first post to the wine-devel > listI hope this is the correct place to send my question > > I'm having problems with wglMakeCurrent. I wrote a small OpenGL test > program, but it's not working under

Fwd: Hi

2006-03-13 Thread Hans Leidekker
Hi list, I'm forwarding a question from someone at Microsoft(!). I could recommend grep, winedump and Linux of course but I was wondering if anyone on this list has a good suggestion for this guy? Don't believe it? I didn't either, but look at the headers, this mail was accepted from a mailserve

Re: wglMakeCurrent

2006-03-13 Thread Victor Pelt
Hey Wino i think it might be helpfull to at least include the code you wrote. furthermore, my understanding (and someone please correct me if i'm wrong) of wine-devel is to discuss solutions and the like, not for filing bug reports regards Victor Pelt On Mon, 2006-03-13 at 13:00 -0500, Wino Rojo

Re: x11drv: One more fix for "stuck" ctrl, shift & alt.

2006-03-13 Thread Kuba Ober
On Saturday 11 March 2006 14:03, Tomas Carnecky wrote: > Vitaliy Margolen wrote: > > Anything wrong with this patch? It does fix the "stuck alt" problem for > > games I use alt+tab on. > > I can confirm that this fixes the bug. This patch is very important for > me as I don't have to switch back an

OLEAUT32: bug 4502 - request for comment before trying to fix

2006-03-13 Thread Alex Villací­s Lasso
I would like to draw attention to bug 4502. This bug can cause any VB application to crash when the DatePicker control is used, and an attempt is made to assign a date value in VB code. Even though I found this bug while testing an application I wrote, this might not be specific to this applica

Re: wglMakeCurrent

2006-03-13 Thread Christoph Frick
On Mon, Mar 13, 2006 at 01:00:08PM -0500, Wino Rojo wrote: > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 144 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) > Serial number of failed request: 120 > Current serial number

wglMakeCurrent

2006-03-13 Thread Wino Rojo
Hi I'm pretty new to wine, and this is my first post to the wine-devel listI hope this is the correct place to send my question I'm having problems with wglMakeCurrent. I wrote a small OpenGL test program, but it's not working under wine (it works perfectly on Windows). When I call wglMa

Re: dlls: Move the call to MODULE_DllThreadAttach from kernel32 code to NTDLL code

2006-03-13 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > ChangeLog: > Move the call to MODULE_DllThreadAttach from kernel32 code to NTDLL code. The problem with this is that the call is no longer inside the exception handler, so it would prevent debugging crashes that happen during thread attach. -- Alexa