Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are good things now to add to QB64?
#4
Can I throw in a wish?   Allow resource/binary files to be included in compiled programs (images, sounds, etc).   RapidQ use to do that, was something like this

Code: (Select All)
$RESOURCE: 'back.jpg' AS BackImage1   'add image file as a resource, give it the name BackImage1

Then in code, we could use BackImage1 like a file:

Code: (Select All)
back& = _LOADIMAGE(BackImage1, 32)

- Dav

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: What are good things now to add to QB64? - by Dav - 08-17-2023, 02:16 AM



Users browsing this thread: 1 Guest(s)