Thank you very much, Adam, now I'm receiving another strange error. My
code is this:
import core.sys.windows.mmsystem;
void main() {
PlaySoundW("C:/base/portavox/som/_fon102.wav"w.ptr, null, SND_FILENAME);
}
When trying to compile, it returns:
OPTLINK (R) for Win32 Release 8.00.17
Copyright (C) Digital Mars 1989-2013 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
tocaSom.obj(tocaSom)
Error 42: Symbol Undefined _PlaySoundW@12
--- errorlevel 1
I made some quick searches, but not sure whether there is some error
messages' index ?
Thanks for helping,
Cleverson