Olórin
Olórin
Thx for the tip. It is not my case, but millions of android phone are __ANDROID_API__
Hi there. I was glad to com across this thread, and across your work tpoechtrager ;-) I think that I may find some help so I ask my question here...
 I indeed clicked the display audio/video exporting. I don't use a custom shell (I use the one coming with the Ubuntu Install from Microsoft Store.) I am under Windows...
Just did it. Same result.
Actually I just `sudo apt install libreoffice`, the apps appears in linux apps in GWSL, but I have the same issue with them as I have we my built app...
 GWSL doesn't complains about DISPLAY as far as I see. But in GWSL I see "running on localhost 0:0"
Thank you for pointing me to [https://www.lifein19x19.com/forum/viewtopic.php?f=18&t=17205](https://www.lifein19x19.com/forum/viewtopic.php?f=18&t=17205) ! But I don't think that this is the critical issue for my problem -- or at least not as simply as that....
> I would do something like this instead: > > ``` > class Model > { > std::vector params_pointers; > > public: > Model(double rate, double vol) : params_pointers(2) >...
> (I would also use some kind of smart pointers instead of raw `Parameter*` so you don't have to remember to delete them.) Indeed, I was lazily using raw pointers...