Caps

Hi,

here is another question...

Problem:
DDCAPS_DX5 is not defined anywhere.

File:
“SDL_dx5video.c”

Funtion:
static int DX5_UpdateVideoInfo(_THIS)
{
/* This needs to be DDCAPS_DX5 for the DirectDraw2 interface */
DDCAPS_DX5 DDCaps;
HRESULT result;

	...
}

any ideas?

regards.

-dv

Hi,

here is another question…

Problem:
DDCAPS_DX5 is not defined anywhere.

File:
“SDL_dx5video.c”

Funtion:
static int DX5_UpdateVideoInfo(_THIS)
{
/* This needs to be DDCAPS_DX5 for the DirectDraw2 interface */
DDCAPS_DX5 DDCaps;
HRESULT result;

  ...

}

any ideas?
Under Windows or under Linux?
Under Windows you have to move the directory of the DX Include Files to
the top position so they are searched first.
For me that helped.–

Christian Biesinger

Sent through Global Message Exchange - http://www.gmx.net

In article <830ihg$n92$1 at news.lokigames.com>, cbiesinger at gmx.at says…

Hi,

here is another question...

Problem:
DDCAPS_DX5 is not defined anywhere.

File:
“SDL_dx5video.c”

Funtion:
static int DX5_UpdateVideoInfo(_THIS)
{
/* This needs to be DDCAPS_DX5 for the DirectDraw2 interface */
DDCAPS_DX5 DDCaps;
HRESULT result;

  ...
}

any ideas?

Under Windows or under Linux?

Windows NT 4.0 SP5.

Under Windows you have to move the directory of the DX Include Files to
the top position so they are searched first.
For me that helped.

i've done a global search of my entire system for "DDCAPS_DX5" and 

it doesn’t exist. DDCAPS_DX3 exists and DDCAPS exist but no DDCAPS_DX5.

i've searched *.c??, *.h?? .

what am i missing?

-dv

i’ve done a global search of my entire system for “DDCAPS_DX5” and
it doesn’t exist. DDCAPS_DX3 exists and DDCAPS exist but no DDCAPS_DX5.

I believe it’s in the DirectX 6.0 SDK.

what am i missing?

This should be fixed in the latest CVS code (snapshot dated today)

See ya,
-Sam Lantinga (slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec