T
Tibby
Here's the C prototype:
int* CHARtoINT(char* input)
and here's my VB.NET decleration:
<DllImport("DGRE.dll")> _
Public Shared Function CHARtoINT(ByVal input As String) As
Integer()
End Function
I get the error "Can not marshal return value", so, I'm at a loss.
Thanks,
Tibby
int* CHARtoINT(char* input)
and here's my VB.NET decleration:
<DllImport("DGRE.dll")> _
Public Shared Function CHARtoINT(ByVal input As String) As
Integer()
End Function
I get the error "Can not marshal return value", so, I'm at a loss.
Thanks,
Tibby