Suche au3-Datein

  • und kann sie weder hier, noch im englischen board oder per google wirklich ausfindig machen.

    hat vllt jmd die GuiList.au3 und Hyperlink.au3 zur hand?

    Spoiler anzeigen
    [autoit]


    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(127,40) : ERROR: _GUICtrlProgressSetMarquee(): undefined function.
    _GUICtrlProgressSetMarquee($Progress)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(524,48) : ERROR: _GUICtrlListSetHorizontalExtent(): undefined function.
    _GUICtrlListSetHorizontalExtent ($urllist, 500)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(656,45) : ERROR: _GUICtrlTreeViewExpand(): undefined function.
    _GUICtrlTreeViewExpand($MainTree, 1, $V3)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(739,81) : ERROR: _GuiCtrlCreateHyperlink(): undefined function.
    $Link = _GuiCtrlCreateHyperlink("email@email", 210, 170, 160, 25)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(803,48) : ERROR: _GUICtrlListGetAllText(): undefined function.
    $alltext = _GUICtrlListGetAllText($urllist)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(820,91) : ERROR: _GUICtrlListFindString(): undefined function.
    _GUICtrlListDeleteItem($urllist,_GUICtrlListFindString($urllist,GUICtrlRead($urllist))
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(820,92) : ERROR: _GUICtrlListDeleteItem(): undefined function.
    _GUICtrlListDeleteItem($urllist,_GUICtrlListFindString($urllist,GUICtrlRead($urllist)))
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(859,40) : ERROR: _GUICtrlListCount(): undefined function.
    for $i=_GUICtrlListCount($toollist)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(861,51) : ERROR: _GUICtrlListAddItem(): undefined function.
    _GUICtrlListAddItem($toollist,@GUI_DragFile)

    [/autoit]
  • dank euch.

    ich dachte auch evtl, dass die GuiList dabei ist, aber laut autoit kam der fehler trotzdem ... könnte max nen neuen namen haben.
    falls das jmd weiß ...

    aber nochmal big thx =) werds direkt mal einbinden

    PS: scheiße ... irgendwie will das net, anscheinend wurde die au3´s mal neugemacht. krieg jede menge fehler
    kann damit jmd was anfangen?

    oder kann mir wer ne bestehende exe dekompilieren? habe das unterbunden, aber gehört das sowas möglich ist. ich will das programm auch garnicht selber haben, sondern falls es jmd hat, das wäre ein "notfall"
    kann mich auch ausweisen, wenn gewollt ... aber da sind definitiv alle au3´s so drin, wie ich sie brauche.

    Spoiler anzeigen
    [autoit][/autoit] [autoit][/autoit] [autoit]

    E:\AutoIt\Include\GuiHyperlink.au3(6,32) : ERROR: $WM_SETFONT previously declared as a 'Const'
    Global Const $WM_SETFONT = 0x30
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(7,30) : ERROR: $LOGPIXELSX previously declared as a 'Const'
    Global Const $LOGPIXELSX = 88
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(10,30) : ERROR: $FW_DONTCARE previously declared as a 'Const'
    Global Const $FW_DONTCARE = 0
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(11,28) : ERROR: $FW_THIN previously declared as a 'Const'
    Global Const $FW_THIN = 100
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(12,34) : ERROR: $FW_EXTRALIGHT previously declared as a 'Const'
    Global Const $FW_EXTRALIGHT = 200
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(13,34) : ERROR: $FW_ULTRALIGHT previously declared as a 'Const'
    Global Const $FW_ULTRALIGHT = 200
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(14,29) : ERROR: $FW_LIGHT previously declared as a 'Const'
    Global Const $FW_LIGHT = 300
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(15,30) : ERROR: $FW_NORMAL previously declared as a 'Const'
    Global Const $FW_NORMAL = 400
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(16,31) : ERROR: $FW_REGULAR previously declared as a 'Const'
    Global Const $FW_REGULAR = 400
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(17,30) : ERROR: $FW_MEDIUM previously declared as a 'Const'
    Global Const $FW_MEDIUM = 500
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(18,32) : ERROR: $FW_SEMIBOLD previously declared as a 'Const'
    Global Const $FW_SEMIBOLD = 600
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(19,32) : ERROR: $FW_DEMIBOLD previously declared as a 'Const'
    Global Const $FW_DEMIBOLD = 600
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(20,28) : ERROR: $FW_BOLD previously declared as a 'Const'
    Global Const $FW_BOLD = 700
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(21,33) : ERROR: $FW_EXTRABOLD previously declared as a 'Const'
    Global Const $FW_EXTRABOLD = 800
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(22,33) : ERROR: $FW_ULTRABOLD previously declared as a 'Const'
    Global Const $FW_ULTRABOLD = 800
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(23,29) : ERROR: $FW_HEAVY previously declared as a 'Const'
    Global Const $FW_HEAVY = 900
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(24,29) : ERROR: $FW_BLACK previously declared as a 'Const'
    Global Const $FW_BLACK = 900
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(33,32) : ERROR: $PROOF_QUALITY previously declared as a 'Const'
    Global Const $PROOF_QUALITY = 2
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(23,33) : ERROR: $PBS_MARQUEE previously declared as a 'Const'
    Global Const $PBS_MARQUEE = 0x08
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiList.au3(95,44) : ERROR: _IsClassName(): undefined function.
    If Not _IsClassName ($h_listbox, "ListBox")
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoIt\Include\GuiHyperlink.au3(129,60) : ERROR: _DebugPrint(): undefined function.
    If $DebugIt Then _DebugPrint ("# of Links: " & $num_links)
    ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(127,40) : ERROR: _GUICtrlProgressSetMarquee(): undefined function.
    _GUICtrlProgressSetMarquee($Progress)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(656,45) : ERROR: _GUICtrlTreeViewExpand(): undefined function.
    _GUICtrlTreeViewExpand($MainTree, 1, $V3)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3(803,48) : ERROR: _GUICtrlListGetAllText(): undefined function.
    $alltext = _GUICtrlListGetAllText($urllist)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    E:\AutoScrIpTs\S.T.A.R.T.E.R_V3.au3 - 25 error(s), 2 warning(s)

    [/autoit]
  • Ja das ist halt so ich musste meine Scripte auch alle abändern bzw Teile nun komplett anders lösen weil es nicht mehr funktionierte.
    Aber wenn man akutell bleiben will hat man keine andere Möglichkeit. :)