I've done some searching, and I've read through the DLL calls, but I haven't found anyone able to answer this yet.
Is there a way to compile/execute a full script via a DLL, instead of having to have aut2exe.exe installed? i.e. can I perform similar functionality for running a script via a single DLL call?
My apologies if I missed this in the DLL reference documentation.
[EDIT] Apparently I was reading function reference. However saying that I've had a look at the dll exports, and I still don't see any function that isn't referenced by the normal function documentation. other than "AU3_RunAsSet", which seems to be undocumented.