Hi I'm trying to connect to dll which I found on below URL: http://freedownloadscenter.com/Programming...r_Download.html Code : $dll = DllOpen("gbda_aut.dll") $result = DllCall($dll, "str", "GetOPCServers") msgbox(0, "", $result) ; number of chars returned DllClose($dll) And there is no answer - where I make a mistake? PS. I have got OPC Servers in my computer.