Is there any way to '#include' a lib from an external directory?

Discussion, questions and support.
Post Reply
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Jan 30th, ’23, 14:38

(Inside of a command) Such as from 'C:\Program Files\AutoHotkey\lib'... I've tried every combination :(
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jan 31st, ’23, 07:23

Try adding the #Include command into the Tools/Startup code and let me know how it works.
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Jan 31st, ’23, 08:48

Tom wrote: Jan 31st, ’23, 07:23 Try adding the #Include command into the Tools/Startup code and let me know how it works.
Hm, is that something from one of the new versions? I'm still on 4.29 if anything... Doesn't seem like you can add a lib somewhere inside of the 'Tools' tab if anything.

Searched for 'lib' and 'library' inside of:
https://www.fastkeysautomation.com/docu ... index.html
also
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jan 31st, ’23, 14:14

This feature was introduced in version 5.09. You cannot do this with the old version.
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Jan 31st, ’23, 14:37

Marko wrote: Jan 31st, ’23, 14:14 This feature was introduced in version 5.09. You cannot do this with the old version.
I see... yes. I've run into a number of fundamental issues with the new iteration of FK (viewtopic.php?f=4&t=1747&p=5767#p5767, e.g. 'Couldn't quite 'isolate' the 'Run' type commands through the 'Sort' function by the way 😞'), so I think I'll keep to the 'good' old 4.29 yet...

I'm guessing the only way to include a library for something like 4.29, would thus be the way shown by the OP of:
viewtopic.php?f=4&t=448&p=1803&hilit=lib#p1803 ?
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Feb 7th, ’23, 21:54

Marko wrote: Jan 31st, ’23, 14:14 This feature was introduced in version 5.09. You cannot do this with the old version.
Image

Err...
Post Reply