[Win32] Preliminary 3.0 VM available

Jochen Schneider josch at isg.cs.uni-magdeburg.de
Tue Feb 6 12:21:42 UTC 2001


Hi,

the new VM didn't compile on my system because I have the DirectX 8.0 SDK
installed. I had to tell the compiler to use DirectSound 7.0, then it
works. So the include section for DirectSound in sqWin32Sound.c now looks
like this (which shouldn't hurt for DirectX 7.0):

#ifndef NO_DIRECT_SOUND
/* The new DirectSound based implementation of the sound primitives */
#define _LPCWAVEFORMATEX_DEFINED
#undef WINNT
#define DIRECTSOUND_VERSION 0x0700	/* use DirectSound 7.0 */
#include <dsound.h>
...

	Jochen

-- 
Jochen Schneider                            Tel.: +49 391 67-1 14 04
Otto-von-Guericke-Universität Magdeburg      Fax: +49 391 67-1 11 64
Fakultät für Informatik, Institut für Simulation und Graphik
P.O. Box 4120, 39016 Magdeburg, Germany
http://isgwww.cs.uni-magdeburg.de/isg/josch.html
-- 
The specialist is one who never makes small mistakes
while moving towards the grand fallacy. - Herbert Marshall McLuhan







More information about the Squeak-dev mailing list