Hi All.
Even though I updated the B4XGifView library (1.20), I noticed that if I compile the project directly in Release mode, I get the following error:
ld: library 'iFLAnimatedImage' not found
If i first compile the same project in debug mode (no errors) and then in Release mode, the error no longer occurs.
The problem only occurs the first time. Afterwards, even if you clean the project and recompile it, everything is fine.
I tried compiling the B4XGifView sample project and had no problems.