GeekIT Posted December 5, 2013 Posted December 5, 2013 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! (:
jdelaney Posted December 5, 2013 Posted December 5, 2013 (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 December 5, 2013 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.
GeekIT Posted December 5, 2013 Author Posted December 5, 2013 (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 December 5, 2013 by GeekIT
jdelaney Posted December 5, 2013 Posted December 5, 2013 (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 December 5, 2013 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.
Moderators JLogan3o13 Posted December 5, 2013 Moderators Posted December 5, 2013 I'm assuming you mean resources. Have you looked at Zedna's UDF? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
GeekIT Posted December 5, 2013 Author Posted December 5, 2013 (edited) yes, and every time i use the examples, it just don't work.. ERROR: _ResourcePlaySound(): undefined function. Edited December 5, 2013 by GeekIT
Moderators JLogan3o13 Posted December 5, 2013 Moderators Posted December 5, 2013 So if you're receiving an error specific to the UDF, why not post what you have in that thread, so the UDF owner can assist? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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