Jump to content

Is there a way to include images in an exe script?


Recommended Posts

Hello there. The problem I'm having today is that I can't seem to find a way to include images in one of my scripts. I need it so it can call and display an image without having a separate image file besides the script. like... a code so that when I compile my script, it includes the image I've imported. Is there a way to do this? It's for some trainers I'm making, and it's easier than C++, but if I can't get it to do this, then I might have to switch back.

~Daniel

Link to comment
Share on other sites

An alternative is to use internal resources

bitmaps are used directly from exe.

Zedna's resource UDF

Add and use binary data to/from resources, UDF - embed/use any data/files into/from AutoIt compiled EXE files

@rover: I tried that, and can't really get it to work. I'll try more on it if fileinstall() doesn't work.

@rasim: I looked at that command, but can you give me an example on how it would embed itself in the exe?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...