cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Can you load system sounds using the Win
Can you load system sounds using the Windows API...
Jan 11, 2011 at 2:50am UTC
closed account (
N6A4jE8b
)
Or are system sounds located in mmsystem.h?
And how does that header file vary between different versions of Windows OS?
Thanks in advance.
Jan 11, 2011 at 2:59am UTC
blackcoder41
(1426)
Or are system sounds located in mmsystem.h?
Some are in the DLL and some are just in sitting around in some directories.
http://www.dreamincode.net/code/snippet1744.htm
And how does that header file vary between different versions of Windows OS?
It is control by macros like WINVER and others.
http://blogs.msdn.com/b/oldnewthing/archive/2007/04/11/2079137.aspx
http://msdn.microsoft.com/en-us/library/aa383745(v=vs.85).aspx
Topic archived. No new replies allowed.