All Projects → ellysh → Au3src

ellysh / Au3src

Licence: other
Mirror of the AutoIt v3 sources

Projects that are alternatives of or similar to Au3src

Ugrep
🔍NEW ugrep v3.1: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4), documents and more. A faster, user-friendly and compatible grep replacement.
Stars: ✭ 626 (+878.13%)
Mutual labels:  source-code
Instabiosquotes
Completely FREE Instagram Bio and Quotes Android App with latest collection of Instagram Bio and Instagram quotes for setting as your status.
Stars: ✭ 17 (-73.44%)
Mutual labels:  source-code
Ideas
Ideas for protecting C/C++
Stars: ✭ 37 (-42.19%)
Mutual labels:  source-code
Android Notes
Android开发核心知识点笔记(不断更新中🔥)
Stars: ✭ 737 (+1051.56%)
Mutual labels:  source-code
K8s Source Code Analysis
《k8s-1.13版本源码分析》
Stars: ✭ 800 (+1150%)
Mutual labels:  source-code
Ufodiff
UFO source file diff application
Stars: ✭ 23 (-64.06%)
Mutual labels:  source-code
Apple Github Codeidea
Three party source code
Stars: ✭ 532 (+731.25%)
Mutual labels:  source-code
Read Pytorch Source Code
pytorch源码阅读 0.2.0 版本
Stars: ✭ 51 (-20.31%)
Mutual labels:  source-code
Open Source Projects
A collection of my personal Programming Projects
Stars: ✭ 16 (-75%)
Mutual labels:  source-code
Mybatisdemo
书籍《通用源码阅读指导书——MyBatis源码详解》配套示例
Stars: ✭ 35 (-45.31%)
Mutual labels:  source-code
Vue Analysis
Vue 源码注释版 及 Vue 源码详细解析
Stars: ✭ 743 (+1060.94%)
Mutual labels:  source-code
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+1132.81%)
Mutual labels:  source-code
Sloc
simple tool to count SLOC (source lines of code)
Stars: ✭ 841 (+1214.06%)
Mutual labels:  source-code
Aosp
这是一个连载的博文系列,我将持续为大家提供尽可能透彻的Android源码分析
Stars: ✭ 693 (+982.81%)
Mutual labels:  source-code
Astnorm
AST normalization experiment
Stars: ✭ 42 (-34.37%)
Mutual labels:  source-code
Dasarpemrogramangolang
📖 Source Code E-book Dasar Pemrograman Golang
Stars: ✭ 625 (+876.56%)
Mutual labels:  source-code
Django Source
django 源码剖析
Stars: ✭ 20 (-68.75%)
Mutual labels:  source-code
Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (+0%)
Mutual labels:  source-code
Jdk Source
jdk源码学习与分析(version7,附注释)主要包括集合包,并发包,线程池,类加载器等
Stars: ✭ 48 (-25%)
Mutual labels:  source-code
Learningjdk
JDK源码阅读笔记
Stars: ✭ 860 (+1243.75%)
Mutual labels:  source-code

AutoIt v3

AutoIt v3 is a work in progress. Bugs to support at hiddensoft dot com

NOTE: For obvious reasons this archive doesn't contain all the new features in the current version of AutoIt. The code for these features may be made available at a later date.

Excluded features are:

  • GUI
  • DllCall
  • ControlListView
  • InetGet

However, as the primary goal of releasing this source is to help people contribute to the AutoIt project, the missing features aren't so important.

Compiling AutoIt

To compile AutoIt you need one of the following compilers

  • Visual C++ .NET 2003 (VC 7.1) - Use AutoIt_VC7.sln
  • Visual C++ v6 - Use AutoIt_VC6.dsw
  • DevC++ - Use AutoIt_DevC.dev (Must be updated with at least the WinApi 3.1 package)

Note: The main compilers used (and checked) are Visual C++ 6 and 7. MingW is not the main development environment. Public releases of AutoIt will be compiled with VC6 as it currently gives the smallest executable.

Things not working under DevC++ (commented out with #ifdef statements):

  • "new" handler,

Visual C++

Select "Build All" from the menus. Make sure to build both projects "AutoIt" and "AutoItSC"

DevC++

AutoIt has been tested with DevC++ 4.9.9

Select "Rebuild All" from the "Execute" menu to clean and compile everything.

To run the DevC/MinGW compiled file you will need the DLLs "mingwm10.dll" and "msvcrt.dll" in your path.

Have fun. Jonathan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].