c:\documents and settings\CPlusPlus\my documents\visual studio 2010\projects\wave\wave\wave.cpp(8): error C2664: 'PlaySoundW' : cannot convert parameter 1 from 'const char [12]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Actually, I have another question, how would I play the sound if it is in a directory, inside the directory the exe is in? Would I have to use a resource file?