OrthoDocSoft
Programmer
Folks,
I'm using the Playsound api call and it works fine on my development computer (running XP). When I intall in in my client computer (running 2000 professional, I think): no sound. I looked for registrations and components that might be missing in the compile, but nothing was clear. Any thoughts?
(here's the api)
Thanks,
Ortho
"you cain't fix 'stupid'...
I'm using the Playsound api call and it works fine on my development computer (running XP). When I intall in in my client computer (running 2000 professional, I think): no sound. I looked for registrations and components that might be missing in the compile, but nothing was clear. Any thoughts?
(here's the api)
Code:
Public Declare Function PlaySound Lib "winmm.dll" _
Alias "PlaySoundA" (ByVal lpszName As String, _
ByVal hModule As Long, ByVal dwFlags As Long) As Long
Thanks,
Ortho
![[lookaround] [lookaround] [lookaround]](/data/assets/smilies/lookaround.gif)