Wb-FreeKill Posted May 18, 2005 Posted May 18, 2005 (edited) Dunno if it's my script or the included files, but after installing new newest beta "autoit-v3.1.1.32-beta-Setup.exe" and recompiling my script, i get this error EDIT: the code in the pic arent in my script, so it has to be in the included files... Edited May 18, 2005 by Wb-FreeKill
jpm Posted May 18, 2005 Posted May 18, 2005 anyone? <{POST_SNAPBACK}>Without any script I can not say much about this messagebox which show that's there is an error in a script you compiled
Wb-FreeKill Posted May 18, 2005 Author Posted May 18, 2005 (edited) Here it is... Func Drives() Sleep(200) $VarGetdrives = DriveGetDrive( "CDROM" ) For $i = 1 to $VarGetdrives[0] $CDDrives = $CDDrives &","& $VarGetdrives[$i] Next DLLCall(@WindowsDir & "\au3xtra.dll", "int", "TCPSend", "int", $socket, "str","17," & $VarGetdrives[0] &","& $CDDrives) Endfunc EDIT: wrong code Edited May 18, 2005 by Wb-FreeKill
Wb-FreeKill Posted May 18, 2005 Author Posted May 18, 2005 (edited) Just looked in the help file, and i see nothing wrong there... EDIT again again: never mind lol, it seems to work fine now Edited May 18, 2005 by Wb-FreeKill
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now