Android Question [Solved] Undeclared variable 'm_ignore'

mcqueccu

Well-Known Member
Licensed User
Longtime User
I am in the process of updating an app B4XPages (B4i) was ok.

But when I open the B4A I receive this error in the log. I did not change any libraries.
I only modified an IF ELSE logic about 5 lines on the B4i side


B4X:
Undeclared variable 'm_ignore' is used before it was assigned any value.

I cleaned the B4A Code but error still remains

1705429849640.png


LIbraries

1705429897969.png
 

klaus

Expert
Licensed User
Longtime User
With the lack of information you give, how do you expect any concrete help.
We do not know what m_ignore is !?
From your screenshot it seems that you have lots of warnings ?!
You might have a look at those.
And you have also lots of libraries checked, do you really need all those ?
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
The warnings are related to some local variables, which I can easily get ride of using Conditional compilation directive #IF B4A #IF B4I

1705430792885.png


I never declared or have any m_ignore anywhere.
The libraries built up over time. I will review and remove unnecessary ones.

I will do elimination of the libraries and see where the error is coming from based on @Sandman recommendations.
 
Upvote 0
Top