QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: mdijkens on February 28, 2022, 07:05:23 am

Title: Windows Notification sample
Post by: mdijkens on February 28, 2022, 07:05:23 am
I'm trying to get https://wiki.qb64.org/wiki/Windows_Libraries#Windows_Notification sample working on my Windows 10 machine.
But I can't manage to generate any kind of notification.

Did anyone manage to get this working on Win10?
Title: Re: Windows Notification sample
Post by: SpriggsySpriggs on February 28, 2022, 03:10:27 pm
Are you running the code for 64 bit? If so, it most likely won't work. Most, if not all, of the Wiki samples are written specifically for 32 bit. That isn't to say it isn't possible to use in 64 bit. It would just take work. If I remember, I'll look at it and see if I can convert it for you
Title: Re: Windows Notification sample
Post by: mdijkens on February 28, 2022, 05:29:35 pm
Yes, running 64bit.
I would be very happy if you could have a look at it again