Hello, I have made a pascal program in Lazarus on Linux, which I would like to compile for windows 11. I have followed the guide on the wiki for cross compilation and successfully compiled it for Windows. However, when running it on windows 11, the window doesn't show, but it is in the task bar.
I have also tried compiling it directly from Windows 11, but I still have the same issue. Link to the code:
https://github.com/axelhd/exerciseApp Does anyone know how to fix this?