winedbg and exceptions

2009-05-05 Thread Christopher Harvey
Hi, I'm having trouble with winedbg and seh exceptions. I've got a program that throws TONS of unhanded exceptions that don't seem to affect behavior at all, but there is one exception that I'm after, it's an access violation exception that's crashing a program. I can "run" the program by holding e

Re: can't find winedbg

2009-05-04 Thread Christopher Harvey
Ben Klein wrote: > 2009/5/5 Mike Kaplinskiy : > >> On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey >> wrote: >> >>> I just built wine out of git. >>> Ran this: >>> wine-git $ find . -name winedbg >>> ./programs/winedbg >&

can't find winedbg

2009-05-04 Thread Christopher Harvey
I just built wine out of git. Ran this: wine-git $ find . -name winedbg ./programs/winedbg notice there is no winedbg program. The output there is a folder only. Where is the winedbg program within the git tree?

Re: wine virus story

2008-03-13 Thread Christopher Harvey
Dan Kegel wrote: > On 3/13/08, Edward Savage <[EMAIL PROTECTED]> wrote: > >> Just as a silly outside thought; would it be worth keeping track of >> some of the bigger windows virus so we can see how good wine >> compatibiliy with all of the nitty gritty bugs of windows really is? >> Also thi

Re: GSoC

2008-03-13 Thread Christopher Harvey
MammothTruk wrote: > I read the WineHQ newsletters when they come out to try and keep up on > the goings on of Wine and what will run on it. I noticed that the > Wsock32.dll was suggested as a SoC project. I wanted to point out > that Vista X64 has issues with this dll and some of the newer pr

AcceptEx implemetation

2008-03-07 Thread Christopher Harvey
Hi, I'm going to try to implement AcceptEx this weekend. Just wanted to ask if I should write it using unix sockets, or using the existing ws2_32 implementation. Thanks.

Re: slight winsock design change proposal

2008-03-06 Thread Christopher Harvey
Dmitry Timoshkov wrote: > "Christopher Harvey" <[EMAIL PROTECTED]> wrote: > >> Juan Lang wrote: >>>> I'm giving the mswsock.c file some development time. I need to >>>> know if >>>> the winsock API has been inited. >>>

Re: slight winsock design change proposal

2008-03-06 Thread Christopher Harvey
Juan Lang wrote: >> I'm giving the mswsock.c file some development time. I need to know if >> the winsock API has been inited. >> > > The question is, why do you need to know that? Can't you just > initialize it yourself? Then you'll know it has been. > --Juan > > There are some functio

Re: slight winsock design change proposal

2008-03-06 Thread Christopher Harvey
James Hawkins wrote: > On Wed, Mar 5, 2008 at 6:28 PM, Christopher Harvey > <[EMAIL PROTECTED]> wrote: > >> I'm giving the mswsock.c file some development time. I need to know if >> the winsock API has been inited. This has already been implemented, but

Re: Do we need a forum?

2008-02-18 Thread Christopher Harvey
L. Rahyen wrote: > On Monday February 18 2008 19:44:08 Austin English wrote: > >> On Feb 18, 2008 12:35 PM, L. Rahyen <[EMAIL PROTECTED]> wrote: >> >>> Of course, there is some people who like forums. If we decide to >>> create forum specifically for them, it is important to have po

Re: Do we need a forum?

2008-02-18 Thread Christopher Harvey
L. Rahyen wrote: > On Monday February 18 2008 19:44:08 Austin English wrote: > >> On Feb 18, 2008 12:35 PM, L. Rahyen <[EMAIL PROTECTED]> wrote: >> >>> Of course, there is some people who like forums. If we decide to >>> create forum specifically for them, it is important to have po

Re: iTunes

2008-02-18 Thread Christopher Harvey
James Hawkins wrote: > On Feb 17, 2008 9:15 PM, Christopher Harvey <[EMAIL PROTECTED]> wrote: > >> What needs to get done for iTunes to work? >> >> > > 80% of bug fixing development is figuring out the answer to that > question. If we knew all that

iTunes

2008-02-17 Thread Christopher Harvey
What needs to get done for iTunes to work?