nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] stlport_vc6_debug.lib


From: Remy Obein / Muf
Subject: Re: [Nel] stlport_vc6_debug.lib
Date: Wed, 26 Feb 2003 10:00:11 -0000

> As you can see, chance are that with other version of DirectX (8.1, 9),
> eax.h will not define this function.
> I don't know if you can hack your eax.h file to force the declaration of
the
> function even with a DirectX 8.1.

Like with direct input, you can define yourrself the DIRECTSOUND_VERSION
before including dsound.h to specify what direct sound interface you want to
use.
So, if you're using dx9, just write

#define DIRECTSOUND_VERSION 0x0800
#include <dsound.h>

But don't hack eax.h :o)
    Muf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]