Fwd: Re: Bug Busters

2004-12-01 Thread Peter Hartshorn
May I suggest that the times given are GMT and at least one days notice so everyone who wants to join in can, no matter where they are on the planet. On Wed, 1 Dec 2004 04:10 pm, James Hawkins wrote: > On Tue, 30 Nov 2004 23:58:59 -0500, Adam Babcock <[EMAIL PROTECTED]> wrote: > > James Hawkins w

Re: E-mail Virus

2004-05-18 Thread Peter Hartshorn
On Tue, 4 May 2004 02:56 pm, Dmitry Timoshkov wrote: > "Abby Ricart" <[EMAIL PROTECTED]> wrote: > > Is it just me, or is some one posing as [EMAIL PROTECTED] and > > [EMAIL PROTECTED] sending e-mail virii into the mailing list? My ISP > > filtered it before I could get it, and it's a Windows virus

Re: Document

2004-05-11 Thread Peter Hartshorn
Whoever on this list is using the SMTP server at fairmont.org, could you please check your system for viruses.

Re: Hel debugging windows app with wine(dbg) + gdb

2004-01-29 Thread Peter Hartshorn
Here is my debugging tip: printf is your friend. If you can narrow down the error to the function at which it occurs, place a printf, or fprintf to stderr, after every line of code. The last message that is printed should get you a lot closer to your error. On Friday 30 January 2004 09:57,

Re: Winex cvs

2004-01-03 Thread Peter Hartshorn
freshmeat.net. Searched for winex from the main page. All the urls (excl the Changelog) point to sourceforge.net

Winex cvs

2004-01-03 Thread Peter Hartshorn
I know that this is off topic, but I decided to see how the winex cvs compared to wine cvs. I done a checkout of winex from sourceforge.net and I noticed that the directories containing the d3d8 and 9 code had been removed from cvs. This prevented all of my games (gta3) from running under winex.

VirtualAllocEx

2003-10-31 Thread Peter Hartshorn
Has there been any work on VirtualAllocEx for allocating memory to other processes? I would like to get this going to allow me to run mta:vc and blow away other people in gta vice city (I believe that is a noble cause). To get me started I have a question. Is there a mechanism for one wine proc