I have a Raspberry Pi400 and can get my XoJo apps to work fine on it.
I have a Pi3B that I’ve got the Latest Raspberry OS running on it. I’ve built a very simple app to test with a button that changes the caption on the button when you click it. I’ve installed the libunwind8 library on it, built the app for Linux ARM 32bit, copy it over to the pi 3B and it wants to know what program to open it with instead of launching the app. Again, it works fine on my pi 400, just not on the pi 3B.
Did I miss a step somewhere? Any suggestions?