fincs / SciTE4AutoHotkey

SciTE distribution for AutoHotkey
https://www.autohotkey.com/scite4ahk/
332 stars 69 forks source link

An error occurs when the code is called by COM. #45

Open telppa opened 2 years ago

telppa commented 2 years ago

I created a minimal ahk file that can reproduce the problem.

Unzip and overwrite the

SciTE\toolbar\ComInterface.ahk SciTE\toolbar\mem.ahk

then run test.ahk

test.zip

QQ截图20220723103245

fincs commented 2 years ago

Can you reproduce this problem with a fresh copy of SciTE4AutoHotkey v3.1.0, without overwriting random files in it? For what it's worth, all instances of cross process memory access were recently replaced by saner methods.