Hi to all:
I need to send this function:
Public Function start(ByVal Root) As String
Dim st As Integer
st = 1
End Function
to an externall .dll...
How can i do this?
Thanks
I need to send this function:
Quote:
Public Function start(ByVal Root) As String
Dim st As Integer
st = 1
End Function
How can i do this?
Thanks