Hi Roft ,
Refer to the question in "B4A Getting started & Tutorials" about Margret 's "s.bas" file.
You guide me delete all prefix s. and refer only my main app. I still have error:
Compiling code:
Error parsing program
Error description: Sub Process_Globals is missing
My app 's Sub Process_Globals isn't deleted. How to do continue?
Best Regards
Theera
I still have error:
Compiling code:
Error parsing program
Error description: Sub Process_Globals is missing
My app 's Sub Process_Globals isn't deleted.
You say that your app 's Sub Process_Globals is not deleted. Notice that each module must have this Sub! It is not enough to have it just in your main activity. I think this was a change for B4A v1.9.
If you use Margret's latest version of s.bas then this problem is fixed. She has added it already.