Dsound with MFC?

Started by
2 comments, last by Michael Lantto 23 years, 9 months ago
I get 11 errors in dsound.h (all about LPWAVEFORMATEX) when I compile a project that includes stdafx e.g. an MFC project. But no errors with a win32 app. Why!!!#"¤!
Advertisement
You need to #include
Add it to your StdAfx.h file.
// CHRIS [win32mfc]
Ugh.. The Bulletin Board filtered out the header; because it was between GT/LT signs..

Anyhow, you need to #include mmsystem.h

// CHRIS
// CHRIS [win32mfc]
Thank you! It works now

This topic is closed to new replies.

Advertisement