I work in Visual C++ ,Win32 aplication and I want to play more sounds together and I don't know how. I used PlaySound() but this function play only one sound at a time.
If you have some solutions post them here please.
Thank you!!
wacky 0 Newbie Poster
Recommended Answers
Jump to PostThe wavemix DLL is a utility that allows multiple wav files to be played simultaneously. It is designed to be as simple to use as possilbe but still have the power to do what is required by games. The DLL supports 8 channels of simultaneous wave play, the ability to …
Jump to PostI don't know why when I use this functions from WAVEMIX.h,in my program I meet some errors:
error LNK2019: unresolved external symbol "unsigned short __stdcall WaveMixGetInfo(struct WAVEMIXINFO *)" (?WaveMixGetInfo@@YGGPAUWAVEMIXINFO@@@Z) referenced in function "int __cdecl MixTest_OnCreate(struct HWND__ *,struct tagCREATESTRUCTA *)" (?MixTest_OnCreate@@YAHPAUHWND__@@PAUtagCREATESTRUCTA@@@Z)
main.obj : error LNK2019: unresolved external symbol "void * __stdcall …
All 6 Replies
athlon32 56 Junior Poster in Training
wacky 0 Newbie Poster
athlon32 56 Junior Poster in Training
wacky 0 Newbie Poster
JasonHippy 739 Practically a Master Poster
athlon32 56 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.