Compile error in latest Win32 sources

2000-02-09 Thread Chad Loder
Hi...I just got the latest sources from CVS and I am seeing a compile error in Win32. The problem is that some DirectSound identifiers used in the dsound module are not defined in the version of dsound.h that ships with MSVC 5.0 (they *are* defined in 6.0). The docs still say that MSVC 5.0 or

RE: Compile error in latest Win32 sources

2000-02-09 Thread Michael Rich
The docs still say that MSVC 5.0 or higher is required. Has the requirement now moved to MSVC 6.0 for some modules? Best bet is to just update your DirectX SDK files to 7.0a to be sure you have the latest headers/libraries. But you are correct in that VC5 ships with old headers/libs. mike