my trouble

2005-02-01 Thread pyd
hello all: I download one Game http://www.qf.com.cn/software/qfweiqi.exe run in WINE but It show me like this. [EMAIL PROTECTED]:~/.wine/drive_c/qf> wine GoStoneClient.exe fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception (thread 002c)

x11drv regression?

2005-02-01 Thread Oliver Stieber
Hi, I've just synced with CVS and the following code and I can no longer get an x11 window ID using (Window)GetPropA(HWND,"__wine_x11_client_window" ); I've had a look at X11DRV and there have been a few changes reciently, should I be using something else?

Re: x11drv regression?

2005-02-01 Thread Mike McCormack
Oliver Stieber wrote: I've just synced with CVS and the following code and I can no longer get an x11 window ID using There is no longer any X11 window ID associated with child windows. Wine has been re-architected so that only top level windows have an associated X11 window. Mike

Re: NPTL and Wine threads

2005-02-01 Thread Luke Kenneth Casson Leighton
On Mon, Jan 31, 2005 at 08:28:53PM -0800, Dan Kegel wrote: > Luke wrote: > > it's come to my attention that NPTL cannot cope with jumping out > > of a cancellation handler. > > Tough noogies, as it were. See it'll bother me later but for now it doesn't :) > > there is some code in FreeDCE whi

Re: x11drv regression?

2005-02-01 Thread Oliver Stieber
--- Mike McCormack <[EMAIL PROTECTED]> wrote: > > Oliver Stieber wrote: > > > I've just synced with CVS and the following > code > > and I can no longer get an x11 window ID using > > There is no longer any X11 window ID associated with > child windows. > Wine has been re-architected so t

Re: [AppDB] bug on links

2005-02-01 Thread Paul van Schayck
Hey, On Mon, 31 Jan 2005 23:01:22 +0100, Raphael <[EMAIL PROTECTED]> wrote: > try http://appdb.winehq.org/appview.php?appId=443&versionId=627 > > select the www.darkageofcamelot.com link bug :) Far from a bug, that's how hyperlinks work. The people entering URL should use http://www.domai

Re: x11drv regression?

2005-02-01 Thread Lionel Ulmer
On Tue, Feb 01, 2005 at 10:05:52AM +, Oliver Stieber wrote: > I need to create a opengl context against the window, > is that still possible? I think you need to check the patch Alexandre comitted yesterday (http://www.winehq.org/hypermail/wine-cvs/2005/01/0724.html). Lionel --

Re: x11drv regression?

2005-02-01 Thread Jeremy White
I need to create a opengl context against the window, is that still possible? I think you need to check the patch Alexandre comitted yesterday (http://www.winehq.org/hypermail/wine-cvs/2005/01/0724.html). Yeah, If Alexandre committed a patch that converted the entire code base from C to pure asse

Software Freedom Law Center

2005-02-01 Thread Jeremy White
Hi Folks, There is an exciting announcement out today: http://www.desktoplinux.com/news/NS7711938137.html Essentially, OSDL has funded a community oriented pro-bono legal service for Free and Open Source Software Projects. The Center is led by Eben Moglen, the chief counsel for the FSF. I've been s

Re: x11drv regression?

2005-02-01 Thread Mike Hearn
On Tue, 01 Feb 2005 10:05:52 +, Oliver Stieber wrote: > I need to create a opengl context against the window, > is that still possible? Look at the bottom of the patch, the atom name changed but for toplevels it's still there.

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Luke Kenneth Casson Leighton
On Tue, Feb 01, 2005 at 04:45:41AM -0800, Jon Griffiths wrote: > Hi Luke, > > >i noticed that Wine has a mapi32.dll.so. > > The current MAPI code is very, very far from complete. I have been > implementing it in a bottom up manner (i.e. starting with the lower > level/utility functions and workin

Re: x11drv regression?

2005-02-01 Thread Dimitrie O. Paun
On Tue, Feb 01, 2005 at 07:27:32AM -0600, Jeremy White wrote: > If Alexandre committed a patch that converted the entire code base from C > to pure > assembler, his changelog would read: > Code optimizations :) Truth be told however, Alexandre is annoyingly to the point. :) So no, I don't think

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Mike McCormack
Luke Kenneth Casson Leighton wrote: [hm, if crossover office runs ms outlook, that would mean that codeweavers enhanced the mapi code, hm...] That's incorrect. We allow Office 2000/XP to install and it installs it's own version of MAPI. Mike

Re: x11drv regression?

2005-02-01 Thread Alexandre Julliard
Oliver Stieber <[EMAIL PROTECTED]> writes: > Hi, > I've just synced with CVS and the following code > and I can no longer get an x11 window ID using > > (Window)GetPropA(HWND,"__wine_x11_client_window" ); > > > I've had a look at X11DRV and there have been a few > changes reciently, should

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Luke Kenneth Casson Leighton
On Tue, Feb 01, 2005 at 11:20:12PM +0900, Mike McCormack wrote: > > Luke Kenneth Casson Leighton wrote: > > > [hm, if crossover office runs ms outlook, that would mean that > > codeweavers enhanced the mapi code, hm...] > > That's incorrect. We allow Office 2000/XP to install and it installs

Re: NPTL and Wine threads

2005-02-01 Thread Dan Kegel
Luke Kenneth Casson Leighton wrote: there is some code in FreeDCE which expects to be able to jump out of a cancellation handler Then FreeDCE should be fixed to be POSIX-compliant, I think. Or is there something subtle going on here? the behaviour of LinuxThreads is different from NPTL. therefor

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Jon Griffiths
Hi Luke, >i noticed that Wine has a mapi32.dll.so. The current MAPI code is very, very far from complete. I have been implementing it in a bottom up manner (i.e. starting with the lower level/utility functions and working up toward constructing the higher order functions/objects). For example, th

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Boaz Harrosh
Luke Kenneth Casson Leighton wrote: ... i am kinda looking for something with a Makefile, compiles and links against Wine directly - under linux not windows. i am inclined to rip bits of code out of Wine (parts of header files so far) until i can get to grips with it. It looks like what you are

Re: my trouble

2005-02-01 Thread Robert Shearman
pyd wrote: hello all: I download one Game http://www.qf.com.cn/software/qfweiqi.exe run in WINE but It show me like this. [EMAIL PROTECTED]:~/.wine/drive_c/qf> wine GoStoneClient.exe fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception (t

Re: x11drv regression?

2005-02-01 Thread Oliver Stieber
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Oliver Stieber <[EMAIL PROTECTED]> writes: > > > Hi, > > I've just synced with CVS and the following > code > > and I can no longer get an x11 window ID using > > > > (Window)GetPropA(HWND,"__wine_x11_client_window" > ); > > > > > > I've

Re: NPTL and Wine threads

2005-02-01 Thread Luke Kenneth Casson Leighton
On Tue, Feb 01, 2005 at 06:56:57AM -0800, Dan Kegel wrote: > Luke Kenneth Casson Leighton wrote: > >>>there is some code in FreeDCE which expects to be able to jump out > >>>of a cancellation handler > >> > >>Then FreeDCE should be fixed to be POSIX-compliant, I think. > >>Or is there something sub

Re: NPTL and Wine threads

2005-02-01 Thread Robert Shearman
Luke Kenneth Casson Leighton wrote: On Mon, Jan 31, 2005 at 08:28:53PM -0800, Dan Kegel wrote: Luke wrote: it's come to my attention that NPTL cannot cope with jumping out of a cancellation handler. Tough noogies, as it were. See it'll bother me later but for now it doesn't :)

Re: RESEND: Enable GCOV Code Coverage

2005-02-01 Thread Robert Shearman
Aaron Arvey wrote: This is the third or fourth resend... anything I'm unaware of? We're using gcov and lcov to measure how well the Wine test suite covers the wine source tree. Here's our first cut at making it easy to run wine compiled for coverage testing, and view the results using the simple

DLL Load Question: Please Help!

2005-02-01 Thread Sergey Efimoff
Hi, I have windows binary-only, third-party .DLL library without any source files. I would like to use it in my unix-based project, which is compiled with usual GNU C compiler. Wine documentation says Wine is able to load external .DLLs, but does not explain how to implement such ability in userl

Re: Update: olepicture.c compile failure : `UserData' / `DGifOpen'

2005-02-01 Thread Dan Kegel
Rizwan Kassim wrote: It seems that configure approves of vesrion 3.0.0 of libungif.so / gif_lib.h, but compile fails using 3.0.0. DGifOpen gif_lib.h 4.0.0 compiles correctly (even without updating libungif.so, but afaik thats pretty poor practice) The gif_lib.h that configure approves of is labeled

Re: MAPI32.dll.so - how to use in linux programs?

2005-02-01 Thread Robert van Herk
Boaz Harrosh wrote: Luke Kenneth Casson Leighton wrote: ... i am kinda looking for something with a Makefile, compiles and links against Wine directly - under linux not windows. i am inclined to rip bits of code out of Wine (parts of header files so far) until i can get to grips with it. So Just lo

Re: DLL Load Question: Please Help!

2005-02-01 Thread Bill Medland
On February 1, 2005 08:46 am, Sergey Efimoff wrote: > Hi, > > I have windows binary-only, third-party .DLL library without any source > files. > I would like to use it in my unix-based project, which is compiled with > usual GNU C compiler. Wine documentation says Wine is able to load > external .D

Richedit using program

2005-02-01 Thread Shachar Shemesh
In case anyone is interested, there is an open source (GPL) notepad replacement which does syntax highlighting. You can grab it at http://notepad-plus.sourceforge.net/uk/site.htm. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. http://www.lingnu.com/

wine

2005-02-01 Thread te0543
I use x86 solaris. I got these messages compiling wine-20050111. configure: WARNING: sys/reg.h: present but cannot be compiled configure: WARNING: sys/lwp.h: present but cannot be compiled configure: WARNING: pthread.h: present but cannot be compiled configure: WARNING: arpa/nameser.h: present

Lostwages: introduction-2.diff

2005-02-01 Thread Tom
Hello, In my first patch I had a incorrect link.. Tom Changelog: Fix a link introduction-2.diff Description: Binary data

Re: Lostwages: introduction-2.diff

2005-02-01 Thread Tom
Tom wrote: Hello, In my first patch I had a incorrect link.. Tom Changelog: Fix a link Grr... Wrong list :-) Tom

Re: DLL Load Question: Please Help!

2005-02-01 Thread Sergey Efimoff
On Feb 1, 2005, at 9:04 PM, Bill Medland wrote: I have windows binary-only, third-party .DLL library without any source files. I would like to use it in my unix-based project, which is compiled with usual GNU C compiler. Wine documentation says Wine is able to load external .DLLs, but does not ex

Re: DLL Load Question: Please Help!

2005-02-01 Thread Bill Medland
On February 1, 2005 11:53 am, Sergey Efimoff wrote: > On Feb 1, 2005, at 9:04 PM, Bill Medland wrote: > >> I have windows binary-only, third-party .DLL library without any > >> source > >> files. > >> I would like to use it in my unix-based project, which is compiled > >> with > >> usual GNU C comp

Re: Software Freedom Law Center

2005-02-01 Thread Brian Vincent
On Tue, 01 Feb 2005 07:38:42 -0600, Jeremy White <[EMAIL PROTECTED]> wrote: > I've been speaking privately with Eben Moglen about this > new effort, and he tells me that they would like to > have the Wine Project as one if their very first clients. I think this is an excellent idea. Your three

Re: MSI: partially implement of AppSearch action

2005-02-01 Thread Aric Stewart
Hi Juan, YAY! someone else doing action work.. However there are a few problems i want to point out so you can review your code and check. I have attached a patch i quickly made to avoid some problems i was having. But what you will want to look over and figure out is a) if the action returns

Re: MSI: partially implement of AppSearch action

2005-02-01 Thread Juan Lang
Hey Aric! --- Aric Stewart <[EMAIL PROTECTED]> wrote: > a) if the action returns anything other than ERROR_SUCCESS the install > will halt at that action returning that error. So you need to make sure > that you only return errors that should fully halt the install. Ah, okay, you're right, most

Re: Wine legalities

2005-02-01 Thread Ira Krakow
Jeremy, I agree - this is an exciting development. Microsoft's ability to spread FUD and their legal budget are enormous. We need this kind of expert help. Here's an area where I'd like an expert opinion. In the Winelib part of the Wine book, I'd like to include an example of converting a Mic

Re: Wine legalities

2005-02-01 Thread Scott Ritchie
Also on this topic came the subject of diff files. IIRC someone wanted to include them to help users make use of Microsoft headers that needed a bit of tweaking. Are diff files that are patches to Microsoft code legal to be distributed? They have bits of Microsoft code in them, but are they a de

Re: Wine legalities

2005-02-01 Thread Mike McCormack
Ira Krakow wrote: Certainly, they're within their rights to hang up if a Linux/Winword user calls the help desk. But going after a company who legally pays for Winword licenses and runs Winword in Linux/Wine is another matter, bringing up the antitrust bogeyman again. I'm sure Microsoft would be m

Re: Wine legalities

2005-02-01 Thread Juan Lang
Mike wrote: > I'm sure Microsoft would be more than happy to charge you $400/hr > (or whatever their support rate is) to solve your problems running > Microsoft Office on Windows 2000, Wine/Linux, or even MS-DOS 3.1 > if you want. > > Just have your credit card details ready :) Heh. Yeah. In fa

Re: Wine legalities

2005-02-01 Thread Steven Edwards
Hi Jer, The ReactOS Project consulted a IP lawyer and came up with a draft policy statement. Maybe the two projects could work together on this. http://reactos.com:8080/archives/public/ros-general/2005-January/001402.html Thanks Steven __ Do

Re: [LOSTWAGES] screenshots

2005-02-01 Thread Tom
On Tue, 01 Feb 2005 22:13:02 +0100, Jonathan Ernst <[EMAIL PROTECTED]> wrote: Changelog: - remove non-existant screenshots - remove link to 404 Not Found page Files changed: - templates/en/screenshots.template - - -{$im_6} -{$ds_6} - - -{$im_7} -{$ds_7} - - -{$im_8}

advapi32:registry.c tests failing

2005-02-01 Thread Aaron Arvey
I noticed that advapi32:registry was failing on my windows xp machine 28 times, but succeeding in my wine regression test runs. I investigated what lines were causing failures and changed some the values so that the errors wouldn't exist on the windows test run. This now causes wine test runs to

Re: Software Freedom Law Center

2005-02-01 Thread Shachar Shemesh
Brian Vincent wrote: On Tue, 01 Feb 2005 07:38:42 -0600, Jeremy White <[EMAIL PROTECTED]> wrote: I've been speaking privately with Eben Moglen about this new effort, and he tells me that they would like to have the Wine Project as one if their very first clients. I think this is an excellen