EyeglassesNotification is a C++ application built to remember, on computer startup, wearing the protection eyeglasses by sending a Windows notification. A screenshot of the result notification is shown below.
- clone this repository into a fixed (installation) location
- replace the line starting with
#errorfromheaders/Configuration.hwith the absolute path to the image used in the notification (the standard one, namely theresources/image.png, or one of yours) - change the configuration (displayed text and delays) from the same file (optional, at your own latitude)
- install
nmake(optional, only if it is missing from your system) - run
nmake allfrom command line for building the project and scheduling the application
| Name | Description | Link |
|---|---|---|
| WinToast library | C++ library for integration of the toast notifications from Windows 8 / 10 |
Github repository |
| eyeglasses image | image used in the sample notification (from screenshot) | FlatIcon |
