I am the onwer of a ASUS Eee PC where I want to run the Basic4PPC desktop IDe but when I run a created program and I click on the X button, the program shows the box 'Basic4PPC stops running'.
End of fun.
My netbook runs Windows 7 Starter,.
Should I be possible to run Basic4PPC on this machine or is there something I should do before every thing works.
Thank you for your answer, it was the solution :icon_clap:
I had the AppClose command within the close sub all along, but on Windows 7 it did not work anymore.
I removed him and the program works okee now.
Great.
So just to clarify, AppClose closes the main form which raises the Close event. So calling AppClose from inside the Close event creates an endless recursive loop.