smiley Posted February 5, 2006 Posted February 5, 2006 Hi, I'm not sure if this is already know but there is a memmory leak with SplashTextOn(). if you run a program in a loop and have SplashTextOn() in it you will have a memory leak. It seems very roughly 1k per use. Using SplashOff() right after makes no difference. This ends up being no problem in a small single run program but if you have a big loop it will eat up all your resources over time. smiley
w0uter Posted February 5, 2006 Posted February 5, 2006 use spashtexton 1 time them use controlsettext. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
herewasplato Posted February 5, 2006 Posted February 5, 2006 Fixed?http://www.autoitscript.com/forum/index.php?s=&showtopic=324 [size="1"][font="Arial"].[u].[/u][/font][/size]
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