Jump to content

Recommended Posts

Posted (edited)

Havent touched Autoitscript for a while so it is about time to upgrade my main script

from 3.2.8.1 into 3.2.10.0. Here is the list of include .au3s, can someone please

point out which ones is old and not functional

#include <Misc.au3>

#include <A3LListView.au3>

#Include <Array.au3>

#include <IE.au3>

#include <Constants.au3>

#include <GUIConstants.au3>

#Include <GuiList.au3>

#include <INet.au3>

#include <File.au3>

#include <String.au3>

//Walle

Edited by walle
Posted

Havent touched Autoitscript for a while so it is about time to upgrade my main script

from 3.2.8.1 into 3.2.10.0. Here is the list of include .au3s, can someone please

point out which ones is old and not functional

#include <Misc.au3>

#include <A3LListView.au3>

#Include <Array.au3>

#include <IE.au3>

#include <Constants.au3>

#include <GUIConstants.au3>

#Include <GuiList.au3>

#include <INet.au3>

#include <File.au3>

#include <String.au3>

//Walle

A3LListView.au3 doesn't belong, never did, GuiListView.au3

GuiList.au3 -> GuiListBox.au3

Better look in the help for the name changes and functionality also.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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
×
×
  • Create New...