WinToast icon indicating copy to clipboard operation
WinToast copied to clipboard

Not initializing

Open minhook opened this issue 3 years ago • 1 comments

Don't know if I could be doing anything wrong, using cMake and C++ 17

minhook avatar Jun 29 '21 04:06 minhook

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;
}

amplitudesxd avatar Jul 01 '21 17:07 amplitudesxd

Closing this issue as no extra information was provided

mohabouje avatar Apr 10 '23 09:04 mohabouje