Olórin

Results 11 comments of 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...

![image](https://user-images.githubusercontent.com/5349602/160247574-f468a631-3237-49a8-90ac-8df143631b10.png) 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...

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...

![image](https://user-images.githubusercontent.com/5349602/160254121-10bfe788-87aa-4ced-a929-2bde061c47ad.png) 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...