Re: Visual C++ 6

2006-02-06 Thread Jason Kraftcheck
Cihan Altinay wrote: > Hi Jason, > > Just a small comment here. > ... > > > I guess this is cut'n'paste... the comment doesn't match the definition. > Thanks for noticing that. I've attached a corrected patch. diff -aur wine-0.9.6/dlls/msvcrt/math.c mod/dlls/msvcrt/math.c --- wine-0.9.6/

Re: Visual C++ 6

2006-02-05 Thread Cihan Altinay
Hi Jason, Just a small comment here. Jason Kraftcheck wrote: > --- wine-0.9.6/dlls/msvcrt/math.c 2006-01-19 08:14:03.0 -0600 > +++ mod/dlls/msvcrt/math.c2006-02-03 17:52:12.403905962 -0600 > @@ -1190,3 +1200,70 @@ > { >TRACE("(): stub\n"); > } > + > +/**

Visual C++ 6

2006-02-04 Thread Jason Kraftcheck
I've been trying to get Visual C++ 6 to work under Wine. It does seem to work for trivial programs with wine 0.9.6. It fails to compile anything with floating-point constants in the source because _atoldbl in msvcrt.dll is not implemented. I've attached a patch with a trivial impleme