Manual Setup
Download Manual Installation Package
The EasyX installer is a self-extracting archive packaged with 7-Zip. Therefore, download the .exe installation package from the EasyX official homepage, then directly change the file extension to .7z to obtain the manual installation package.
Manual Installation Method
When you want to install it manually, you can unzip the installation files directly with 7-Zip, and then copy the related files into the include and lib folders for the VC, respectively, according to the documentation list below.
You can also put the Lib and Include folders anywhere, and then add the Lib and Include reference paths to the VC.
Description of the file list:
EasyX Setup program
├ include <folder>
│ ├ easyx.h // Header file (Provides the latest API)
│ └ graphics.h // Header file (Based on easyx.h and retaining several old API)
├ lib <folder>
│ ├ VC6 <folder>
│ │ └ x86 <folder>
│ │ ├ EasyXa.lib // VC6 Library files (MBCS ver.)
│ │ └ EasyXw.lib // VC6 Library files (Unicode ver.)
│ ├ VC2008 <folder>
│ │ ├ x64 <folder>
│ │ │ ├ EasyXa.lib // VC2008 ~ 2013 Library files (x64, MBCS ver.)
│ │ │ └ EasyXw.lib // VC2008 ~ 2013 Library files (x64, Unicode ver.)
│ │ └ x86 <folder>
│ │ ├ EasyXa.lib // VC2008 ~ 2013 Library files (x86, MBCS ver.)
│ │ └ EasyXw.lib // VC2008 ~ 2013 Library files (x86, Unicode ver.)
│ └ VC2015 <folder>
│ ├ x64 <folder>
│ │ ├ EasyXa.lib // VC2015 ~ 2022 Library files (x64, MBCS ver.)
│ │ └ EasyXw.lib // VC2015 ~ 2022 Library files (x64, Unicode ver.)
│ └ x86 <folder>
│ ├ EasyXa.lib // VC2015 ~ 2022 Library files (x86, MBCS ver.)
│ └ EasyXw.lib // VC2015 ~ 2022 Library files (x86, Unicode ver.)
└ Setup.hta // Installation scripts