mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
704 stars 130 forks source link

WinToast::initialize() always returns false #23

Closed dmpriso closed 6 years ago

dmpriso commented 6 years ago

bool WinToast::initialize() returns false on all code paths. However, return value is checked in your sample code.

mohabouje commented 6 years ago

Hi, I think is fixed here: https://github.com/mohabouje/WinToast/issues/24