hoppfrosch / AHK_Windy

Toolbox to operate on windows
http://hoppfrosch.github.io/AHK_Windy
Other
23 stars 8 forks source link

Make usage of %A_LineFile% to get better include-behaviour #17

Closed hoppfrosch closed 9 years ago

hoppfrosch commented 9 years ago

The current usage of the include-directives makes problems when using non-standard located files to include the Windy classes.

see: http://ahkscript.org/boards/viewtopic.php?f=5&t=5941 as a help request on this problem

Trismarck suggested the usage of %A_LineFile% to overcome this problem