Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So frustrating!
#5
(03-09-2023, 07:30 AM)PhilOfPerth Wrote: Ok, so this is probably quite simple, but it's frustrating the heck out of me!  Huh
[Image: A.jpg] This is A.jpg

Do you really want to see that cute cat in 256 colors? Maybe in greyscale it could work...

You got away with im(1) without dimensioning an array called "im". Try not to go over ten with the subscript. Otherwise you must do something like:

Code: (Select All)
DIm im(1 to 10) As Long

near the top of your source code.

Also remove the extra parenthesis from _FREEIMAGE call, they are not needed. It's not a function. Smile
Reply


Messages In This Thread
So frustrating! - by PhilOfPerth - 03-09-2023, 07:30 AM
RE: So frustrating! - by bplus - 03-09-2023, 07:56 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 08:27 AM
RE: So frustrating! - by bplus - 03-09-2023, 08:32 AM
RE: So frustrating! - by mnrvovrfc - 03-09-2023, 10:45 AM
RE: So frustrating! - by a740g - 03-09-2023, 10:59 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 10:36 PM
RE: So frustrating! - by mnrvovrfc - 03-10-2023, 06:48 AM
RE: So frustrating! - by bplus - 03-09-2023, 11:21 PM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 04:21 AM
RE: So frustrating! - by bplus - 03-10-2023, 05:35 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 06:26 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 10:10 AM



Users browsing this thread: 14 Guest(s)