N
Nathan Never
hi,
i have a problem with the using of rasapi32.dll on wince.
I have used this code
<DllImport("rasapi32.dll",
CharSet:=System.Runtime.InteropServices.CharSet.Auto)> _
Public Shared Function RasGetErrorString(ByVal uErrorValue As
Integer, ByVal lpszErrorString As String, ByVal cBufSize As Integer)
As Integer
End Function
'<DllImport("coredll.lib", SetLastError:=True)> _
'Public Shared Function RasGetErrorString(ByVal uErrorValue As
Integer, ByVal lpszErrorString As String, ByVal cBufSize As Integer)
As Integer
'End Function
but when i use this on desktop computer there are no problem, on wince
else show the message "can't find pinvoke dll rasapi32.dll"
what's happen?
help pls...
i have a problem with the using of rasapi32.dll on wince.
I have used this code
<DllImport("rasapi32.dll",
CharSet:=System.Runtime.InteropServices.CharSet.Auto)> _
Public Shared Function RasGetErrorString(ByVal uErrorValue As
Integer, ByVal lpszErrorString As String, ByVal cBufSize As Integer)
As Integer
End Function
'<DllImport("coredll.lib", SetLastError:=True)> _
'Public Shared Function RasGetErrorString(ByVal uErrorValue As
Integer, ByVal lpszErrorString As String, ByVal cBufSize As Integer)
As Integer
'End Function
but when i use this on desktop computer there are no problem, on wince
else show the message "can't find pinvoke dll rasapi32.dll"
what's happen?
help pls...