Building tests with MSVC 6 broken?

2008-02-05 Thread Dan Kegel
Call me an oldtimer, but I decided to try building winetest with MSVC 6 today. I installed cygwin's git and perl, grabbed wine from git, and used msvcmaker as described at http://winehq.org/site/docs/winedev-guide/testing-windows I downloaded and installed the Platform SDK from the first google

Re: Building tests with MSVC 6 broken?

2008-02-05 Thread John Klehm
On Feb 5, 2008 4:25 PM, Dan Kegel [EMAIL PROTECTED] wrote: Fifth hitch: crypt32/tests/cert.c: error C2081: 'HCRYPTPROV_OR_NCRYPT_KEY_HANDLE': name in formal parameter list illegal Turns out that identifier was introduced in Vista, and added to Wine here:

Re: Building tests with MSVC 6 broken?

2008-02-05 Thread Dan Kegel
On Feb 5, 2008 5:24 PM, John Klehm [EMAIL PROTECTED] wrote: crypt32/tests/cert.c: error C2081: 'HCRYPTPROV_OR_NCRYPT_KEY_HANDLE': name in formal parameter list illegal Turns out that identifier was introduced in Vista, and added to Wine here:

Re: Building tests with MSVC 6 broken?

2008-02-05 Thread Francois Gouget
On Tue, 5 Feb 2008, Dan Kegel wrote: Building tests with MSVC 6 broken? Yes. MSVC 6 really starts to show its age. It has trouble with some math stuff (rather large constants) used in one of the tests. That can be worked around by applying a service pack. See: http://www.winehq.org/site

Re: Building tests with MSVC 6 broken?

2008-02-05 Thread Dan Kegel
On Feb 5, 2008 5:01 PM, Francois Gouget [EMAIL PROTECTED] wrote: The solution is to use Visual Studio 2005 which is a free download. There's still some hitches there: * it does not use .dsp files anymore but can convert them to the new XML build files. * in the process it loses some dll

Re: Building tests with MSVC 6 broken?

2008-02-05 Thread Francois Gouget
On Tue, 5 Feb 2008, Dan Kegel wrote: On Feb 5, 2008 5:01 PM, Francois Gouget [EMAIL PROTECTED] wrote: The solution is to use Visual Studio 2005 which is a free download. There's still some hitches there: * it does not use .dsp files anymore but can convert them to the new XML build