DuyAnh Posted November 25, 2015 Posted November 25, 2015 This is BmpSearch UDF which I've revised from originalAnd here's my problemWhen using it overflow phenomenon occurredHow can I fix it?People can help me, sorry I do not speak much English BmpSearch.zip
Radiance Posted November 26, 2015 Posted November 26, 2015 Performing something this resource intensive in an endless loop without a pause is never a good idea.Try putting a Sleep(100) in your loop and check if the problem persists.Also from your screenshot it's not really clear what is eating up your resources on your computer.
DuyAnh Posted November 26, 2015 Author Posted November 26, 2015 Performing something this resource intensive in an endless loop without a pause is never a good idea.Try putting a Sleep(100) in your loop and check if the problem persists.Also from your screenshot it's not really clear what is eating up your resources on your computer.First is occupied memory is when I open it BmpSearch up abruptly increased memory
JohnOne Posted December 12, 2015 Posted December 12, 2015 I'd be happy to look, but I can't be bothered downloading and unzipping then deleting files to look at a bit of code.Post it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
junkew Posted December 12, 2015 Posted December 12, 2015 try this one https://www.autoitscript.com/forum/topic/66545-find-bmp-in-another-bmp-imagesearch/ FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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