pratibha14
Technical User
- Mar 2, 2004
- 30
hi,
i made a dll named rtbdts.dll and call it from vb.net through dllimport
<DllImport("C:\misc\rtbdll\rtbdts.dll")>
Public Shared Function Init() As String
End Function
But it returns the following error
"Unable to find an entry point named 'Init' in DLL 'C:\misc\rtbdll\rtbdts.dll'."
Any solution?
Thanks in advance
i made a dll named rtbdts.dll and call it from vb.net through dllimport
<DllImport("C:\misc\rtbdll\rtbdts.dll")>
Public Shared Function Init() As String
End Function
But it returns the following error
"Unable to find an entry point named 'Init' in DLL 'C:\misc\rtbdll\rtbdts.dll'."
Any solution?
Thanks in advance