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/

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 implementation of t