:sign0104:Trying to write a simple program to see what I can get. I keep getting this error.
Both FMODDesktop.dll and FMODDevice.dll are in the folder. What am I doing wrong? :BangHead:
Any ideas?
Thanks
An error occurred on sub main.app_start.
Line number:9
fm.Play("http://liveshow.keithandthegirl.com:8004/listen.pls")
Error description: Unable to load DLL 'fmod.dll': The specified module could not be found.
Both FMODDesktop.dll and FMODDevice.dll are in the folder. What am I doing wrong? :BangHead:
B4X:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
fm.New1
fm.Play("http://liveshow.keithandthegirl.com:8004/listen.pls")
End Sub
Any ideas?
Thanks