๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
I can reproduce this bug in the console-example.exe I run the program with the following params in vscode ``` "program": "${workspaceFolder}/bin/Debug/console-example.exe", "args": ["--text", "haah", "--expirems", "1000"] ``` When the notification...
It's possible that the handle is expiring before the toast has expired hence the crush
Now it should be possible to add project to other projects using cmake easily.
Cmake generates it's own Visual Studio Solution files, it's why I didn't remove .pro files for QT creator. I think we can tweak the cmake script to find either QT4...
To generate project files for any version of Visual Studio all you need is command prompt or Visual Studio Code Cmake extension. You can use this command for either migw...
I don't have QT5, so I couldn't test. If anyone can test and check if it builds I will appreciate the feedback
I have not yet tested with QT5 I hope someone will be able to test and give some feedback. But it is possible to build even without any version of...
Thanks for the tip on the QComboBox , Let me try fixing it.
Also I think there were some very useful compiler flags added into the Visual Studio Project files. We may have to add them in the cmake file
I've just Tested Audio and it Works! I wondered why it didn't work last time but I assumed it's because of missing audio file or something