Unknown type:PhoneCalls

nico78

Active Member
Licensed User
Longtime User
Hello,

I'm a new user and beginner

I try this simple code:
Sub Activity_Create(FirstTime As Boolean)
Dim p As PhoneCalls
StartActivity(p.Call("1234567890"))
End Sub


but i have an error:Unknown type: PhoneCalls

i have download this library: phone

Any helps?
 
Top