Nalbi Posted October 22, 2007 Posted October 22, 2007 Hi everyone, First of all, I'm french so please forgive me if my english is not perfect. I work with AutoIT since several months on x86 and x64 systems under Vista and Win PE environment. I'm opening this topic because I've got a big problem under Win PE on x64 systems with A3Lib libraries. I've created a script to simulate the use of a software under Win PE. My problem appeared when I try to find and click an item in a listview. I use _ListView_FindInText and _ListView_ClickItem functions to localize and click on an item. These functions don't cause any error on x86 system (Vista & Win PE) or under Vista on x64 system but can't be called under Win PE. I've got always the same error: Error: Subscript used with non-array variable. After several hours of investigation, I discovered thet this error was caused by several functions used in the libraries: - _ListView_GetItemCount - _ListView_GetColumnCount - _Lib_InProcess - _MemCtrlInit - _MemCtrlWrite - _MemCtrlRead - ... So, I know that the problem is not in my code but if anybody has an alternative solution, I would be very grateful... Thanks in advance...
Administrators Jon Posted November 15, 2007 Administrators Posted November 15, 2007 None of the libraries have been fixed for x64 yet - I doubt any of them will work.
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