Hi to
everyone.
Can someone help me to solve this problem?
I'm
trying hard to call a Visual Basic Dll from an MapBasic
Application.
Here is what i did:
Declare Sub Main
Declare Function Giorno Lib "MyDll" as String
Sub Main
Dim s as string
s=Giorno()
End Sub
MB
generates this Error: "The external Library does not contain
function Giorno"
My Dll is a simple dll i created with a message box.
Can someone tell me what is the best way for
pass parameters to dll VB ?
Any suggestion to give me ?
Thanks to all.
Giorgio Porta
e-mail [EMAIL PROTECTED]
