Re: Threading experts?

2003-08-11 Thread Peter Hunnisett
[EMAIL PROTECTED] wrote: I had to use with-nptl to build winex pn Mandrake 9.1, the binarys did't work without that option. This wasn't necessarry on wine, but winex won't run without it. WineX is a different in this regard. We don't differentiate between NPTL and LinuxThreads - and the option

Re: Debuging Wine

2003-06-13 Thread Peter Hunnisett
Main_Direct3DDevice_GetTexture 0003d92c R_386_32 Main_Direct3DDevice_SetTexture Regards, Jarmo -- Peter Hunnisett TransGaming Technologies Bus: 416.979.9900 x327 Fax: 416.978.6052 [EMAIL PROTECTED] http://www.transgaming.com *Let the games begin*

suspended threads acquiring synchronization objects

2003-02-13 Thread Peter Hunnisett
Howdy, we've discovered that windows seems to not allow suspended threads to acquire synchronization objects, which make really really good sense, while wine does. I've attached a simple test case, the code for the test case and a ReWind licensed patch for the problem. Would people have a

Re: CVS Compile error.

2003-02-05 Thread Peter Hunnisett
Also worth a note that this would be WineX cvs not Wine cvs. Perhaps [EMAIL PROTECTED] would be a better location (and in fact you can check the archives I belive on this one). Ciao, Peter Vincent Béron wrote: Patrik Båt a écrit: Hello people out there! Im trying to compile the cvs source

Re: Wine kernel acceleration module?

2003-01-23 Thread Peter Hunnisett
Tom Wickline wrote: Gavriel State wrote: Another key factor in favour of the ShmServer is that we've got a working prototype available right now that runs several real-world apps. 8-) May I ask for a list of Apps ? Well the paper that we posted with the donation announcement

Prototype implementation of a shared memory winserver

2002-12-12 Thread Peter Hunnisett
make a really long technical email, we decided that a bit of a paper would be more appropriate (it also has links to the patches). The paper can be found at http://www.transgaming.com/papers/shmserver.html Regards, Peter Hunnisett [EMAIL PROTECTED]

Re: Windows LNK file format

2002-03-27 Thread Peter Hunnisett
On Wed, 27 Mar 2002 07:44:38 -0600, Aric Stewart said: I would say write a winelib app using the IShellLink and IPersistantFile interfaces. Basically do it the same way as you would under windows. However i seem to remember that you need to call COM functions differently for winelib

Re: Fix spec definition for dplayx ordinal variable

2002-02-21 Thread Peter Hunnisett
On 21 Feb 2002 13:01:55 -0800, Alexandre Julliard said: Peter Hunnisett [EMAIL PROTECTED] writes: gdwDPlaySPRefCount is an exported ordinal variable might as well declare it as such. Note that this creates a copy of the variable, so you can no longer reference it from the C

Re: C++ Winelib problems

2002-01-25 Thread Peter Hunnisett
On 22 Jan 2002 15:23:34 -0800, Alexandre Julliard said: Peter Hunnisett [EMAIL PROTECTED] writes: I've attached a patch which removes the recursive dep search from MODULE_DllProcessAttach and moves MODULE_DllProcessAttach from LoadLibraryExA into MODULE_LoadLibraryExA. Does

cleaning up pthreads implementation - ABI problem

2001-11-21 Thread Peter Hunnisett
Howdy, I was just looking at cleaning up the pthreads implementation but I don't think that it's possible to have our pthreads implementation without providing binary compatibility with the pthread implementation we're hijacking. The reason is that the mutex and rwlock objects are supposed to

wv{sn,ns}printf[AW]

2001-07-09 Thread Peter Hunnisett
Hi, it appears that we have a bit of a hack in the wine code. Presently we export wvsnprintf[AW] from user32. - These two functions do not appear to be in the real user32.dll and the comments in the code seem to back it up. - Windows does have wvnsprintf[AW] (note the transposed sn) exported

Are these the ordinal names?

2001-07-07 Thread Peter Hunnisett
) SHLWAPI_240 Ciao, Peter Hunnisett [EMAIL PROTECTED] _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: HANDLE and NULL

2000-10-13 Thread Peter Hunnisett
http://www.mersenne.org/prime.htm Ciao, Peter Hunnisett [EMAIL PROTECTED]

re:X11DRV_LineTo optimization ?

2000-10-13 Thread Peter Hunnisett
, Peter Hunnisett [EMAIL PROTECTED]

LPCOLESTR definition

2000-09-28 Thread Peter Hunnisett
Howdy, I'm wondering if anyone knows the reason why in WINE we have LPCOLESTR defined as an LPCWSTR vs an LPCSTR in windows? Just a typo or is there something more sinister? Ciao, Peter Hunnisett [EMAIL PROTECTED]

cvs commit patch listing

2000-09-27 Thread Peter Hunnisett
something like that added. I suppose that the same should be done for deleted files but wouldn't be needed for moved files (if it's possible to differentiate). What do people think? Is this possible to do with CVS (I don't use CVS so I don't know)? Ciao, Peter Hunnisett [EMAIL PROTECTED]

VxD and kernel module

2000-09-26 Thread Peter Hunnisett
as a linux kernel module would we be able to support native VxDs? I'll be honest that I don't understand the transition between rings but I'm guessing that it must involve a trap of some descript which could then be passed off to the kernel module to run in a more priviledged mode. Ciao, Peter

Re: TSX* question

2000-08-19 Thread Peter Hunnisett
4000 miles away. You were proposing just to make the check for glibc anyways, so that'll do. snip Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: Wine windows always on top?

2000-08-03 Thread Peter Hunnisett
n. Perhaps the question would have been better suited to the newsgroup. Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: PATCH: edit control 1

2000-07-17 Thread Peter Hunnisett
I'll do something up and submit it. Ciao, Marcus Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: Failed CD-ROM ID

2000-06-21 Thread Peter Hunnisett
juergen --- [EMAIL PROTECTED] ... from sunny Berlin Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: Failed CD-ROM ID

2000-06-20 Thread Peter Hunnisett
but it may show something. I know that there is at least one race condition remaining which can lead to sound disappearing but you should get a WARN out around when that happens. -- Frank J. Ramsay [EMAIL PROTECTED] Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: Failed CD-ROM ID

2000-06-20 Thread Peter Hunnisett
nctions, but I think that was only for the stubs that I added. I know that we have this problem in just about all of the builtin DirectX stuff. I've had it on my list of things to fix for dplay for some time now. Too much stuff to do, not enough to do it. Does someone want to pick up the ball and go for

Re: WWN article: DLL overrides

2000-06-05 Thread Peter Hunnisett
] Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: ddraw problem?

2000-05-18 Thread Peter Hunnisett
t routine). Anyway, this is only a supposition -- Lionel Ulmer - [EMAIL PROTECTED] Ciao, Peter Hunnisett [EMAIL PROTECTED]

re:RFC: Wine 1.0

2000-05-12 Thread Peter Hunnisett
to be careful insisting on this one quite yet. If we knew that we had everything in the server that we wanted, I wouldn't have a problem with this (of course I probably wouldn't be coding it). Perhaps start that with version 2.0 when we might be a little more stablized ;) Thoughts? Comments? Jeremy Ciao, Peter Hunnisett [EMAIL PROTECTED]

re:Stack Overflows

2000-05-10 Thread Peter Hunnisett
-05/Patcher/article-18.html Is there someting I can do to prevent this from happening? Thanks, Gilroy Billard mailto:[EMAIL PROTECTED] Software Developer Trakonic, inc. Free Demo at: http://www.trakonic.com Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: fw:winemine patch

2000-04-01 Thread Peter Hunnisett
. Joshua _ NetZero - Defenders of the Free World Click here for FREE Internet Access and Email http://www.netzero.net/download/index.html Ciao, Peter Hunnisett [EMAIL PROTECTED]

Re: Fwd: Memory leak in WineMine

2000-03-31 Thread Peter Hunnisett
n CreateCompatibleDC, is this a bug? Unlocking this does not stop the memory leak in winemine, however. Joshua Thielen _ NetZero - Defenders of the Free World Click here for FREE Internet Access and Email http://www.netzero.net/download/index.html C

Re: Is there a Wine dumpbin?

2000-03-06 Thread Peter Hunnisett
info -sshow symbol table Uwe Bonnes perpetrated a program called pedisassem that lists imports and everything else about the same time. I have the source for that; I think I ftpmailed it from his site, but I have lost track of that too. Ciao, Peter Hunnisett [EMAIL PROTECTED]

compile failure in server/context_i386.c

2000-03-02 Thread Peter Hunnisett
to be what's in my linux 2.0.14 source. Is something corrupted in my system, or am I about the only weirdo still running libc5? I just "fixed" it by guessing that it was a typo. Could someone confirm or deny? If so I'll submit a patch since it doesn't seem to be high priority... C