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

Possibly Related Threads…
Thread Author Replies Views Last Post
  New drivers are good. James D Jarvis 0 365 04-30-2025, 12:42 PM
Last Post: James D Jarvis
  Finally some good Windows 10 news to share. Pete 22 4,345 07-12-2024, 11:25 PM
Last Post: Kernelpanic
  AI does a good job of analyzing code SpriggsySpriggs 5 1,096 04-26-2024, 02:29 AM
Last Post: Pete
  KISS MY ASCII GOOD PI! Pete 32 6,163 08-27-2022, 05:24 AM
Last Post: Pete
  The good news is we had a Google bot here most of the day. Pete 2 701 05-04-2022, 04:26 AM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)