(06-14-2023, 11:11 PM)GareBear Wrote: Hi Terry, I downloaded 'Summer.zip'. Loaded it and got 5 Warnings in SaveImage.BM - Unused variables. Loaded on QB64-PE 3.8.0 and 3.7.0 with the same warnings in Linux OS. What about Windows? I loaded Summer on Windows 10 in 3.8.0 the same results. What I am missing? I am new to the forum. I was looking forward to seeing your banner on my computer. Things like that happens.
Simple answer, just ignore the warnings and hit F5, the program will work as is.
It simply tells you there are declared variables in the SaveImage library, which actually never are used to hold a value or taking part in any operations. So, the only harm done to the program is wasting a couple bytes of memory (1-8 bytes per variable depending on its type).
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23