sbtester Posted May 3, 2013 Posted May 3, 2013 Hello, we have lot of autoIt scripts based on Accessbridge running on Win Xp but we plan to migrate to Win7. As our tests mainly used AutoITJavaAccess.dll, I wonder if it is compatible with Win7 32 bit or if I can find AutoITJavaAccess.dll 64bit. Thank you for your help, Sylvain
Richard Robertson Posted May 4, 2013 Posted May 4, 2013 AutoIt (and it's COM variant) are Windows 7 compatible. You'll just have to run 32 bit Java processes in order to use the 32 bit dll.
sbtester Posted May 6, 2013 Author Posted May 6, 2013 Thank you Richard, and what if the tested application is 64 bits? I mean, AutoITJavaAccess.dll, JavaAccessBridge.dll and WindowsAccessBridge.dll are 32 bit because my tested app is 32 bit, but if my application is 64 bit I will have to change all the jab environement to 64 bit. Isn't it?
Richard Robertson Posted May 6, 2013 Posted May 6, 2013 Automation works outside of bitness because it makes OS calls and the WOW64 system handles that. As long as your testing application (the one using the 32 bit dll) is 32 bit, it can interact with other processes no problem. A 64 bit process cannot load a 32 bit dll though.
gamidisiva Posted July 31, 2013 Posted July 31, 2013 (edited) Hi Richard/sbtester Can u please share the AutoITJavaAccess.dll it will be a great break through for my project my mail id is gamidisiva@gmail.com Thanks In Advance Gamidisiva Edited July 31, 2013 by gamidisiva
Richard Robertson Posted August 1, 2013 Posted August 1, 2013 I've never actually seen such a dll before, so I cannot share it with you.
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