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

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dak4482
Posts: 3
Joined: 20 Jul 2021, 16:40

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

Post by dak4482 » 27 Jul 2021, 00:01

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
loumizhu
Posts: 27
Joined: 18 Aug 2016, 22:07

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

Post by loumizhu » 27 Aug 2021, 16:19

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
Post Reply

Return to “Ask for Help (v1)”