Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What am I doing wrong with _FreeImage?
#2
Code: (Select All)
_FreeImage (a) '                         free all of the images from memory


Why is the "a" inside ()'s ?

_FreeImage is a Sub / Statement not a Function

If it's not that, DIM a as Long.

Oh! Should be:
_FreeImage tiles(a) ' <<< missing tiles
b = b + ...
Reply


Messages In This Thread
RE: What am I doing wrong with _FreeImage? - by bplus - 02-24-2023, 01:13 AM



Users browsing this thread: 1 Guest(s)