ShelbySue 0 Posted June 3, 2005 I am attempting to use the TCPConnect and other related function. I have autoit 3.1.1.40. However, my Scite does not highlight these commands, it does indicate that these are undefined during its AU3Check My help file lists these commands. I have searched on my HD for au3xtra.dll, which is mentioned in a forum topic as needed for these functions, and do not find it. Have I installed a beta incorrectly or something else incorrectly? NOTE: The program does run - though the emails are not sent correctly, but I can look at that myself. Share this post Link to post Share on other sites
therks 31 Posted June 3, 2005 The TCP functions are now built into AutoIt, the au3xtra.dll is no longer needed for these functions (although I think it has other, unrelated functions that are still useful). Scite does not highlight and Au3Check says undefined probably because they do not have updated definitions. I'm not honestly sure where you can get updated definitions myself. My Scite still tells me that TrayItemSetState is not a built-in function. My AutoIt Stuff | My Github Share this post Link to post Share on other sites
MSLx Fanboy 0 Posted June 3, 2005 Hit {ALT}+{F5} to run with beta definitions. It shouldn't give errors... Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Share this post Link to post Share on other sites
renaixsence 0 Posted June 4, 2005 (edited) I'm a newbie, but did someone try this before : "C:\Program Files\AutoIt3\SciTe\defs\UpdateDefs.exe". I'm not sure if this was the problem but this is how I update my Defs. When I use {ALT}+{F5} I am getting a black screen for a few seconds. Edited June 4, 2005 by renaixsence Share this post Link to post Share on other sites