compiling and dsound.h

Started by
0 comments, last by m_red 19 years, 11 months ago
Hello, I’m working on a project in VC++ 6, and I’m using DirectX and more specifically DirectSound. This is an old project that I haven''t looked at in awhile, when I try to compile my project I get a bunch of errors. They are all coming from the dsound.h file, and all of them have to do with LPWAVEFORMATEX. [Example: ''LPCWAVEFORMATEX'' : missing storage-class or type specifiers…]. I’m sure the answer is something dumb but I can’t fix it. Thanks for the help.
Advertisement
Are you sure you didn''t accidentally made a silly type just before includes or something? Try including it from a new project and see if it still generates errors, also check that you''re using the proper includes directory.

This topic is closed to new replies.

Advertisement