S Simontelescopium Member Licensed User Jan 7, 2010 #1 Hi can anyone help me, I'm writing a program and when I try to test and debug it I get a fatal error "Basic4ppc has encountered a problem and needs to close" - see screenshot. I have commented almost all the code out so think it is something to do with the form NewProject. code attached. To replicate the error run the program and select File/New in the menu Thanks, Simon. Attachments minimal.sbp 4.7 KB · Views: 173 ScreenShot025.gif 8.5 KB · Views: 167
Hi can anyone help me, I'm writing a program and when I try to test and debug it I get a fatal error "Basic4ppc has encountered a problem and needs to close" - see screenshot. I have commented almost all the code out so think it is something to do with the form NewProject. code attached. To replicate the error run the program and select File/New in the menu Thanks, Simon.
agraham Expert Licensed User Longtime User Jan 7, 2010 #2 It is always a good idea to try an optimised compile if you find a non-obvious problem. In this case it will tell you that "a Control and a Sub cannot share the same name: _main_newproject"
It is always a good idea to try an optimised compile if you find a non-obvious problem. In this case it will tell you that "a Control and a Sub cannot share the same name: _main_newproject"
Erel B4X founder Staff member Licensed User Longtime User Jan 7, 2010 #4 This bug will be fixed in the next version.