Jump to content

Old scripts not working anymore.


Recommended Posts

i have run an old script (2 months old) and i get 19 errors. i have the latest Autoit. here are my errors, any help please.

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(9,10) : ERROR: can't open include file <Guilist.au3>

#include <Guilist.au3>

~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(10,10) : ERROR: can't open include file <Guicombo.au3>

#include <Guicombo.au3>

~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(17,33) : ERROR: $WM_NOTIFY previously declared as a 'Const'

Global Const $WM_NOTIFY = 0x004E

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(18,27) : ERROR: $NM_FIRST previously declared as a 'Const'

Global Const $NM_FIRST = 0

~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(20,47) : ERROR: $NM_OUTOFMEMORY previously declared as a 'Const'

Global Const $NM_OUTOFMEMORY = ($NM_FIRST - 1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(21,41) : ERROR: $NM_CLICK previously declared as a 'Const'

Global Const $NM_CLICK = ($NM_FIRST - 2)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(42,42) : ERROR: _GUICtrlListViewSetColumnWidth(): undefined function.

_GUICtrlListViewSetColumnWidth(-1, 0, 100)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(246,62) : ERROR: _GUICtrlListViewGetSubItemsCount(): undefined function.

Dim $B_DESCENDING[_GUICtrlListViewGetSubItemsCount($ListView1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(262,50) : ERROR: _GUICtrlListViewGetSelectedCount(): undefined function.

If _GUICtrlListViewGetSelectedCount($ListView1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(265,46) : ERROR: _GUICtrlComboGetList(): undefined function.

$names = _GUICtrlComboGetList($char_combo)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(269,66) : ERROR: _GUICtrlListViewGetSelectedIndices(): undefined function.

$a_indices = _GUICtrlListViewGetSelectedIndices($ListView1, 1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(276,76) : ERROR: _GUICtrlListViewGetItemText(): undefined function.

$b_array[$i] = _GUICtrlListViewGetItemText($ListView1, $a_indices[$i])

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(284,51) : ERROR: _GUICtrlListViewDeleteItemsSelected(): undefined function.

_GUICtrlListViewDeleteItemsSelected($ListView1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(299,50) : ERROR: _GUICtrlListViewDeleteAllItems(): undefined function.

_GUICtrlListViewDeleteAllItems($ListView1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(435,79) : ERROR: _GUICtrlListViewSort(): undefined function.

_GUICtrlListViewSort($ListView1, $B_DESCENDING, GUICtrlGetState($ListView1))

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(450,41) : ERROR: _GUICtrlComboGetCount(): undefined function.

If _GUICtrlComboGetCount($char_combo)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(509,80) : ERROR: _GUICtrlComboGetCurSel(): undefined function.

_GUICtrlComboDeleteString($char_combo, _GUICtrlComboGetCurSel($char_combo)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(509,81) : ERROR: _GUICtrlComboDeleteString(): undefined function.

_GUICtrlComboDeleteString($char_combo, _GUICtrlComboGetCurSel($char_combo))

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3(536,59) : ERROR: _GUICtrlListViewGetItemCount(): undefined function.

For $x_1 = 0 To _GUICtrlListViewGetItemCount($ListView1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Documents and Settings\Andy\Desktop\Scripts\I_tracker v5_3.au3 - 19 error(s), 0 warning(s)

Link to comment
Share on other sites

See the change log for the UDFs in the help file.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...