Hi,
I need to call a dll named dialer32.dll.
the code i wrote is:
but I get an error, while testing like "entry point "AutoDial:_AutoDial@8, i=ss" not found.Code:Private Declare Function AutoDial Lib "o:\wine2\lucent\dialer32\dialer32.dll" Alias "AutoDial:_AutoDial@8, i=ss" (ByVal PIN As Integer, ByVal Nummer As Long) As Long
can anybody help me?!
i need it urgend. plz


Reply With Quote