I am getting this error trying to obfuscate a big project.
There are two service modules in the project and the error shows the second's Service_start sub which
is actually empty.
This Is the error
Parsing code. Error
Error parsing program.
Error description: Unexpected variable name.
Occurred on line: 58
Sub Service_Start (StartingIntent As Intent)
The program compiles and runs OK in Release mode
Best Regards
George
PS If I add a new empty service module with nothing in it the error goes there .
May be a bug in obfuscate command?
Something for Erel?
There are two service modules in the project and the error shows the second's Service_start sub which
is actually empty.
This Is the error
Parsing code. Error
Error parsing program.
Error description: Unexpected variable name.
Occurred on line: 58
Sub Service_Start (StartingIntent As Intent)
The program compiles and runs OK in Release mode
Best Regards
George
PS If I add a new empty service module with nothing in it the error goes there .
May be a bug in obfuscate command?
Something for Erel?
Last edited: