/wtools

Primary LanguageC++MIT LicenseMIT

WTools

Misc Windows Tools (There're a lot of legacy, to solve install boost, to do not care COMMENT code)

[WCD] Color Picker

May be buGs with HSL/HSV colors, need investigating

First Release 1.0

WCPKRS1 WCPKRS2

Build

MSVC solution files. CMake will be provided later.

Build deps

Build prepare

Clone VCPKG this fork, there're CLIPP with TCHAR support

Win CMD:

cd /D "c:\PATH\TO\VCPKG"

rem WARN: setup VCPKG_ROOT system wide
setx VCPKG_ROOT %CD%

rem setup VCPKG_ROOT env var for this cmd session
set VCPKG_ROOT=%CD%

call bootstrap-vcpkg.bat -disableMetrics
vcpkg install wtl wil clipp gtest boost-config

Thanks to