AcidCorps 1 Posted October 2, 2007 I wanted to make some or all of my include file(s) external when i compile a script so that I can have 2+ scripts that use the same include file(s) and save space by keep the include files separate, also for easier updating Share this post Link to post Share on other sites
GaryFrost 18 Posted October 2, 2007 I wanted to make some or all of my include file(s) external when i compile a script so that I can have 2+ scripts that use the same include file(s) and save space by keep the include files separate, also for easier updatingWouldn't be an include file if it wasn't external.Include files can be used in as many scripts as you wish to use them in. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Share this post Link to post Share on other sites
AcidCorps 1 Posted October 2, 2007 (edited) While when you compile it doesn't it simply copy it into the script before compiling? I want to avoid that and have it point to a external file instead Edited October 2, 2007 by AcidCorps Share this post Link to post Share on other sites
Zedna 294 Posted October 2, 2007 While when you compile it doesn't it simply copy it into the script before compiling?I want to avoid that and have it point to a external file insteadCompile your external file into a3x format. Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites