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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mac debugger not connecting, a user error! BlameTroi 0 99 02-07-2026, 06:18 PM
Last Post: BlameTroi
  ERROR MESSAGES COLORS ? aurel 5 390 01-02-2026, 11:26 AM
Last Post: aurel
  Using CONST & _RGB used together seem to error... Dav 12 688 12-12-2025, 12:29 AM
Last Post: Dav
  find color of a pixel PhilOfPerth 8 748 10-09-2025, 05:20 PM
Last Post: SMcNeill
  error doing image collision detection with _MemGet madscijr 55 4,670 10-01-2025, 03:25 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)