When i compile a program with Release or debug and download some files it works ok. But when i compile with obfuscation I get an error
the error seems to be when calling a sub in another module
it is one of those lines I suspect. The error says the name of the executing sub and "Sub downloadprogress was not found."
Is there a solution to this?
the error seems to be when calling a sub in another module
B4X:
If CallingSub="Maintenance" Then
CallSub(Maintenance,"DownLoadProgress")
Else
CallSub(Main,"DownLoadProgress")
End If
it is one of those lines I suspect. The error says the name of the executing sub and "Sub downloadprogress was not found."
Is there a solution to this?