/AutoHotkeyFluxDLL

My C/C++ DLL function library for use in AutoHotkey.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AutoHotkey Flux DLL

My (hackish) C/C++ DLL function library for use in AutoHotkey.

Readme Card

This project is Under Construction

This is not officially released as the workflow is not complete and it's a work in progress, but it should be able to build via MSBuild with the provided solution (.sln) file. This should be built in C++17 and warning level 4 (/W4) is recommended. For now the few functions provided can be viewed in the header source Header.cpp (temporary generic name). This is somewhat hackish code (to make it work well with AHK), but it's been checked for memory leaks and safety functions are used where possible.

Coming soon!

codefactor.io/AutoHotkeyFluxDLL

License Info

License Excerpt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.