Announcement

Collapse
No announcement yet.

Including .wavs in a .EXE file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Including .wavs in a .EXE file

    This is where I really want to go. I figured out the playing of .wavs by other means but how do I include the .wav in a .EXE so that all I have to ship is one file and it contains EVERYTHING.

    ------------------
    Kind Regards
    Mike

  • #2
    Just embed them in a resource file (.PBR) and link it into your EXE with the #RESOURCE metastatement... search the BBS for "PlaySound" and you should find plenty of previous discussions on this.


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X