Re: error message for ddraw

2011-02-09 Thread André Hentschel
Am 09.02.2011 08:20, schrieb David Adam: > When I test the following test > > rc = IDirectDraw_SetCooperativeLevel(lpDD, NULL, DDSCL_FULLSCREEN | > DDSCL_EXCLUSIVE | DDSCL_CREATEDEVICEWINDOW); > ok(rc==DDERR_INVALIDPARAMS, "Expected DDERR_INVALIDPARAMS, received > %x\n", rc); > > in my

error message for ddraw

2011-02-09 Thread David Adam
When I test the following test rc = IDirectDraw_SetCooperativeLevel(lpDD, NULL, DDSCL_FULLSCREEN | DDSCL_EXCLUSIVE | DDSCL_CREATEDEVICEWINDOW); ok(rc==DDERR_INVALIDPARAMS, "Expected DDERR_INVALIDPARAMS, received %x\n", rc); in my vista box, I receive the following failing message ddrawm