Jump to content

Recommended Posts

Posted

Does anyone have experience with adding recourse files to the compiles program?

I'm using SciTE Version 3.3.6

I want to add an entire folder as a recourse to my exe file.

Also I don't know how to play included sound files when embedded.

Any help is appreciated! (:

Posted (edited)

FileInstall

(click the above for the helpfile) You can compile the file into the exe, which then on run, stores somewhere locally, and then use that as the resource

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Posted (edited)

FileInstall? also when you use this:

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Res_File_Add=xxx.wav
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Edited by GeekIT
Posted (edited)

Ah, I'm not sure about the compiler tool itself, but in your script, you can include a FileInstall command....the compiler will then know to take the source file (1st param) and compile it into the exe.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Posted (edited)

yes, and every time i use the examples, it just don't work..  :ermm:

ERROR: _ResourcePlaySound(): undefined function.

Edited by GeekIT

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
  • Recently Browsing   0 members

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