Getting an--missingmethodException 'error' on my IPAC...
Any Ideas out there on the problem???????
Using recorder.dll and FMod.dll,s-works fine on desktop!!!
When completely working it will be a software meter reading MIC.
input on my PDA!!!!
Heres the offending CODE:
-----------------------------------------------
Sub Button1_Click
if dr=2 then
'------------------------------------------------------------------------
fmod.Play(AppPath & "\scan2.wav")
file = OpenDialog1.File
form1.Text = StrReplace(FileName(AppPath & "\scan2.mp3"),".mp3","")
'Label1.Text= Format(fmod.Position / fmod.Length1 * 100,"n0") & "%"
'------------------------------------------------------------------------
end if
t1=1
dr=2
rot=2
Label1.Text= Format(fmod.Length1,0)/2000
tt=Label1.Text
Timer1.Enabled=true
Timer2.Enabled=false
End Sub
-------------------------------------------------------------------------
When I am done it will be a portable scanning/testing device...
Any Ideas out there on the problem???????
Using recorder.dll and FMod.dll,s-works fine on desktop!!!
When completely working it will be a software meter reading MIC.
input on my PDA!!!!
Heres the offending CODE:
-----------------------------------------------
Sub Button1_Click
if dr=2 then
'------------------------------------------------------------------------
fmod.Play(AppPath & "\scan2.wav")
file = OpenDialog1.File
form1.Text = StrReplace(FileName(AppPath & "\scan2.mp3"),".mp3","")
'Label1.Text= Format(fmod.Position / fmod.Length1 * 100,"n0") & "%"
'------------------------------------------------------------------------
end if
t1=1
dr=2
rot=2
Label1.Text= Format(fmod.Length1,0)/2000
tt=Label1.Text
Timer1.Enabled=true
Timer2.Enabled=false
End Sub
-------------------------------------------------------------------------
When I am done it will be a portable scanning/testing device...