WinToast
WinToast copied to clipboard
Not initializing
Don't know if I could be doing anything wrong, using cMake and C++ 17
Hey there, Please try the following code so we can know what's going wrong during initialization :)
WinToast::WinToastError error;
const bool succedded = WinToast::instance()->initialize(&error);
if (!succedded) {
std::wcout << L"Error, could not initialize the lib. Error number: "
<< error << std::endl;
}
Closing this issue as no extra information was provided