Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error displaying 256 color PCX image program?
#4
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&
Reply


Messages In This Thread
RE: Error displaying 256 color PCX image program? - by SMcNeill - 07-04-2024, 03:40 PM



Users browsing this thread: 1 Guest(s)