Выходит ошибка @error = 3 "function" not found in the DLL file
Код:
Описание dll - ки:
http://www.pcports.ru/articles/com_4.php
Сама dll -ка:
Код:
Код:
$dll = DllOpen(@ScriptDir & "\SerialGate.dll")
If @error Then
MsgBox(4096,"Error", "Error = " & @error)
Else
MsgBox(4096, "Result", "Result = " & $dll)
EndIf
$result = DllCall($dll, "none", "Close")
If @error Then
MsgBox(4096,"Error", "Error = " & @error)
Else
MsgBox(4096, "Result", "Result = " & $result)
EndIf
DllClose($dll)
Описание dll - ки:
http://www.pcports.ru/articles/com_4.php
Сама dll -ка: