This is a bug, don't use it.
Native Windows Toast Notifications for Haxe/C++ using WinToastLib.
- Support for Windows 8, 8.1, 10, and 11
- Easy to use API
- Based on the robust WinToastLib
haxelib git traynotifier https://github.com/HyperCodeCrew/TrayNotifier.gitimport traynotifier.Notifier;
class Main {
static function main() {
// Show a toast notification
Notifier.show("YourAppID", "Hello", "World");
}
}- Clone the repository
- Install dependencies:
haxelib install hxcpp- Build the project:
haxe build.hxmlMIT License - See License file for details.
- WinToastLib by Mohammed Boujemaoui
- Developed by HyperCodeCrew