Jdop Posted January 18, 2008 Posted January 18, 2008 Uninstalled and reinstalled, but previously working code is now coming up with these errors. Needless to say, no mods were made to my code, and my includes are: #include <IE.au3> #include <Array.au3> #include <GuiConstantsEx.au3> #Include <GuiList.au3> #include <GuiListView.au3> #include <Constants.au3> #Include <GuiTab.au3> #Include <Misc.au3> #include <file.au3> whats up ? ====================================================================== :\PROGRA~1\AutoIt3\Include\GuiList.au3(95,44) : ERROR: _IsClassName(): undefined function. If Not _IsClassName ($h_listbox, "ListBox") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(108,31) : ERROR: _GUICtrlTabSetCurFocus(): undefined function. _GUICtrlTabSetCurFocus($Tab, 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(155,56) : ERROR: _GUICtrlListViewGetHotItem(): undefined function. $GetHotItemID=_GUICtrlListViewGetHotItem ($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(336,60) : ERROR: _GUICtrlTabGetCurFocus(): undefined function. Case $Info[4] = $Tab And _GUICtrlTabGetCurFocus($Tab) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(437,55) : ERROR: _GUICtrlListViewGetCurSel(): undefined function. $mViewindex = _GUICtrlListViewGetCurSel($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(452,72) : ERROR: _GUICtrlListViewGetItemText(): undefined function. $dragtext = _GUICtrlListViewGetItemText($listview, $mViewindex, 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(490,44) : ERROR: _GUICtrlListViewDeleteAllItems(): undefined function. _GUICtrlListViewDeleteAllItems($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(592,65) : ERROR: _GUICtrlListViewGetSubItemsCount(): undefined function. Dim $B_DESCENDING[_GUICtrlListViewGetSubItemsCount($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(593,53) : ERROR: _GUICtrlListViewSort(): undefined function. _GUICtrlListViewSort($listview, $B_DESCENDING, 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(639,47) : ERROR: _GUICtrlListViewDeleteItem(): undefined function. _GUICtrlListViewDeleteItem ( $listview, $x) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3(655,54) : ERROR: _GUICtrlListViewGetItemCount(): undefined function. $mSymbcount=_GUICtrlListViewGetItemCount ( $listview ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\AutoIt Code\tradeideas51_DandD.au3 - 11 error(s), 0 warning(s)
flyingboz Posted January 18, 2008 Posted January 18, 2008 Read the helpfile. Downgrade au3 or udpate your scripts. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
Emiel Wieldraaijer Posted January 19, 2008 Posted January 19, 2008 The include files are changed for example _GUICtrlListViewGetHotItem is changed into _GUICtrlListView_GetHotItem op GUIListView.au3 from the include folder to see the changes Good luck Emiel Best regards,Emiel Wieldraaijer
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