Setup

Supported environments

Operating system: Windows XP (SP3) and above.
Compile environment: Visual C++ 6.0、Visual Studio 2008 ~ Visual Studio 2022 (x86 & x64).

Auto Installation

Please download the latest version of EasyX installer, run it directly, and then follow the prompts to install it.

The installer will automatically detect the version of VC you have installed and install the corresponding .h and .lib files into the include and lib folders of the VC according to your choice. The installer does not modify the registry or any other files on your computer.

Uninstall

Because the installer does not modify the registry, you won't see the EasyX uninstaller in the application list. If you need to uninstall, please run the corresponding version of the installer again, and follow the prompts to uninstall.You can also manually delete the relevant.h and.lib, and no spam will be left in your system.

Manual Installation

The EasyX installer is a self-extracting package program encapsulated with 7-Zip.

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

Get help documentation

For EasyX 's help, please refer to https://docs.easyx.cn

You can download an offline version of the help documentation from this website.

Project Dependencies

The EasyX library uses a static link method and does not add any additional DLL dependencies to your program.

(贡献者:Krissi  编辑