Closed HJfod closed 1 year ago
Don't post screenshots of code, both the code and error in text form would suffice.
Anyhow, this error occurs because you seem to have only implemented toastActivated()
, while toastActivated(int actionIndex)
is also declared as abstract in IWinToastHandler
, which means that your class must provide an implementation of it as well.
I'm fairly new to C++ and I want to make a simple console application that runs in the background and sends a notification every now and then. For some reason VS Code keeps giving me this error? I can't seem to find a solution online, if someone could help that'd be appreciated!