-
Posts
22 -
Joined
-
Last visited
Profile Information
-
Location
Paris, France
pedrit0's Achievements

Seeker (1/7)
0
Reputation
-
pedrit0 reacted to a post in a topic: keep '#include' au3 file editable after compiling main exe
-
Oh I get your misunderstanding... sorry. I have made up this system: - I have an ini file listing some steps of processings. Step# = FunctionName() - I have the main script parsing the ini file and executing the iniread as a function call in a loop, whatever the function is and whatever its name. So no need to know the function for the main script. - the function to be executed is stored in the functionlibrary.au3 - several persons need to update / add functions in the library without recompiling anything.
-
My only goal. For an IT project. The exe would run 'in production' on a server and its function library can be edited/updated without having to modify the main exe. Can you develop about ' shellexecute au3 source files' ? Sounds interesting but when I google it it seems not to fit exactly to what I need.
-
Hi Jfish I have 2 files: - mainscript.au3 - FunctionLibrary.au3 that contains the functions to be used by mainscript I want to compile mainscript.au3 but not FunctionLibrary.au3 because i want to be able to modify it later without having to recompile the mainscript. I know this behavior is not possible with the #include method that would merge the library to the mainscript during compilation. Which means that the external library would become useless. So I am looking for another method.
-
Hi all. I have created an external au3 (a library of functions and vars) that is #included in a main script that i must compile. I wish that the content of the library is not merged with the main script when compiling. My goal is to keep the ability to modify the library even after the main exe is compiled and that these changes are effective when executing the exe. I guess this is not possible using the standard #include method. Is there a way to do that ? thx a lot :-)
-
As this UDF no longer lives, there is a recent initiative from Minxomat to implement advanced OOP in AutoIT.
-
Hi Minxomat. It seems that you've made a great job and I am considering to use OOPE in a project I am currently working on. Before I can decide, I have some questions. Is the 0.3 version stable enough to use it for a software development ? Is it the relevent version to use: for example do you plan to add a killer-feature soon in a 0.4 or 0.5 version which would make it more interesting to wait for this new version ? What is the plan for staying compliant with the future versions of AutoIT ? Thx, and again, great job
-
pedrit0 changed their profile photo
-
drag and drop files from explorer to obj within a tab
pedrit0 replied to pedrit0's topic in AutoIt GUI Help and Support
Rover, It works : thank u very much... U saved me I could not imagine such a solution. Big up to you skills on the gui part of AutoIT, you are the Pedrit0