AutoHotkey-V2 / log4ahk

Logging for AutoHotkey
https://autohotkey-v2.github.io/log4ahk/
Do What The F*ck You Want To Public License
9 stars 3 forks source link

compiler errors #19

Closed ElectroLund closed 3 years ago

ElectroLund commented 3 years ago

I'm assuming that because this is for AHK 2.x, it won't compile for v1.33?

I'm seeing errors with some functions. One example:

(266) : ==> Call to nonexistent function. Specifically: FormatTime(, "yyyy/MM/dd hh:mm:ss")

hoppfrosch commented 3 years ago

Correct - its intended for use with Autohotkey V2.

As the Readme states, this library was developed with AHK V2.0.a100 - and would not work with more recent versions of AHK v2 due to many breaking changes. It needs to be updated ... ;-(