R Russ J Member Oct 3, 2020 #1 The warning "Library XYZ is not used. (warning #32)" appears even though the library is used by the #Extends attribute. Here is the warning Here is how the library is used.
The warning "Library XYZ is not used. (warning #32)" appears even though the library is used by the #Extends attribute. Here is the warning Here is how the library is used.
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2020 #2 The compiler doesn't check the extends attribute. You should use the #IgnoreWarnings attribute to hide this warning.
The compiler doesn't check the extends attribute. You should use the #IgnoreWarnings attribute to hide this warning.