2024-09-04 04:38 PM - edited 2024-09-04 05:04 PM
Hi!
Will/Can OpenSTLinux run/support C++ applications that are made with wxWidgets? If not: Can ST Dev team implement it? wxWidgets is using GTK native widgets on linux. GTK is written in C.
I recently found that wxWidgets isin't so bad after all, compared to other large frameworks.
Check out this ultra pedagogical GUI tutorial for C++.
https://www.youtube.com/watch?v=BjQhp0eHmJw&list=PLFk1_lkqT8MbVOcwEppCPfjGOGhLvcf9G&index=1
Solved! Go to Solution.
2024-09-09 04:09 AM
Hello,
STM don't and will not provide direct support for wxWidgets. But as GTK is supported by our MPU platforms, it should not be a big task to link it to wxWidgets.
It might be interesting to look at : https://docs.wxwidgets.org/latest/plat_gtk_install.html
BR,
Philippe.
2024-09-09 04:09 AM
Hello,
STM don't and will not provide direct support for wxWidgets. But as GTK is supported by our MPU platforms, it should not be a big task to link it to wxWidgets.
It might be interesting to look at : https://docs.wxwidgets.org/latest/plat_gtk_install.html
BR,
Philippe.
2024-09-09 04:30 AM
Thank you @PPAGE.13
I will use QT QML instead.
But I having some issues to install it. Can you check that ? See my latest thread.
2024-09-09 06:27 AM
Hi @DMårt
Yes, we are currently working on that Debian package issue.
BR,
Philippe.
2024-09-09 07:39 AM
Great! Make sure GCC is working too because I hade some issues when I installed it.