Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error displaying 256 color PCX image program?
#5
(07-04-2024, 03:40 PM)SMcNeill Wrote: This is all it takes to work for me:

Code: (Select All)
handle& = _NEWIMAGE(800, 600, 32)
SCREEN handle&

image& = _LOADIMAGE("SHU01.PCX", 32)
_PUTIMAGE , image&
I was thinking the same thing.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply


Messages In This Thread
RE: Error displaying 256 color PCX image program? - by TerryRitchie - 07-04-2024, 05:02 PM



Users browsing this thread: 7 Guest(s)