Hello, if i add the XUI Views b4xlib, then the log says:
B4X:
Current declaration does not match the previous one
Previous {Type=Content,Rank=0, RemoteObject=False}
Current: {Type=B4XView, Rank=0, RemoteObject=True}
Hello, if i add the XUI Views b4xlib, then the log says:
B4X:
Current declaration does not match the previous one
Previous {Type=Content,Rank=0, RemoteObject=False}
Current: {Type=B4XView, Rank=0, RemoteObject=True}
The error occurs, because i have a variable name double with 2 different types, but this also occurs across modules? Because i dont change anything, i only check the XUI View lib on the lib. tab and then the error message is on the log.
For anyone that has the similar problem.
I have a module with the name "Scale" and I get the same error:
"Current declaration does not match previous one".
B4X:
Error compiling program.
Error description: Current declaration does not match previous one.
Previous: {Type=Scale,Rank=0, RemoteObject=False}
Current: {Type=Float,Rank=0, RemoteObject=True}
Error occurred on line: 21
Private Scale As Float
So, I change the name of the module to solve the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.