Page 1 of 1

Function library not found. Specifically: #Include <ScriptObj\scriptobj>

Posted: 27 Jul 2021, 00:01
by dak4482
Hi all,

Trying to use Joe Gline's "Automate My task" and have downloaded it. Tried running in both Studio and Scite and get the following:
....\AHK-Studio-master\AHK-Studio-master\AutomateMyTask.ahk (9) : ==> Function library not found.
Specifically: #Include <ScriptObj\scriptobj>

I'm VERY VERY new to AHK (please be gentle haha) and am trying to start following Joe Gline's "Automate My task" video. What am I missing? I assume its an object library??? where do I get it and where do I put it? Thx in advance. Any help appreciated

Dan

Re: Function library not found. Specifically: #Include <ScriptObj\scriptobj>

Posted: 27 Aug 2021, 16:19
by loumizhu
Mine works normal, it's here in a folder called ScriptObj inside lib folder
\AutomateMyTask\lib\ScriptObj\scriptobj.ahk

did you try to run it not from an editor, directly ?
Also, that include command causes me some headaches.
I go for the following when including

#Include %A_ScriptDir%\ScriptObj\scriptobj