Link to home
Start Free TrialLog in
Avatar of thomaskramer
thomaskramer

asked on

mmsystem.dll not found (in VB5)

Why can´t I use the command:
Private Declare Sub mciExecute Lib "mmsystem.dll" (ByVal cmd$)

in VB5 Prof??? In VB4 16bit it works fine. In VB5 I get the error "Error 48: File not found: mmsystem.dll" after using the function mciExecute with

mciExecute ("open overlay alias fps")
ASKER CERTIFIED SOLUTION
Avatar of y96andha
y96andha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial