TCLPDaniel Posted March 7, 2008 Posted March 7, 2008 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
rover Posted March 7, 2008 Posted March 7, 2008 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 I see fascists...
TCLPDaniel Posted March 7, 2008 Author Posted March 7, 2008 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now