Hi!
My issue is a little hard to explain, but let's try...
I'm developing a improved version of Supercoe's ChunkVNC, a remote support software that used UltraVNC and AutoIT to make a friendly interface for "users".
I have three modules in the system:
Client - User interface
Viewer - Help Desk side
Compiler - Generate the Client and Viewer based on the server address, port and some other parameters.
I implemented the Resources UDF(link) to the client module. My issue is, the Compiler module use the Aut2Exe tool to compile the "client.au3" to "client.exe". As Zedna stated:
Notes:
* to compile all script examples you must have installed Scite4AutoIt3 --> you must compile script by F7 from full Scite
* for using #AutoIt3Wrapper_Res_File_Add directive you must have AutoIt3Wrapper at least version 2.0.1.22 (it's part of latest Scite4AutoIt3)
So... is there any way I can use this UDF, compiling the source using the Aut2Exe instead of SciTE4?