Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ahk dll名字和函数里面不一致 #1

Closed
sxzxs opened this issue Dec 18, 2023 · 1 comment
Closed

ahk dll名字和函数里面不一致 #1

sxzxs opened this issue Dec 18, 2023 · 1 comment
Labels
ahk bug Something isn't working

Comments

@sxzxs
Copy link

sxzxs commented Dec 18, 2023

#DllLoad IbPinyin.dll
return DllCall("ib_pinyin_c\ib_pinyin_is_match_u16", "Ptr", StrPtr(pattern), "UPtr", StrLen(pattern), "Ptr", StrPtr(haystack), "UPtr", StrLen(haystack), "UInt", notations, "Cdecl Int") = 1

ib_pinyin_c需要修改为IbPinyin

@Chaoses-Ib Chaoses-Ib added the bug Something isn't working label Dec 18, 2023
Chaoses-Ib added a commit that referenced this issue Dec 18, 2023
@Chaoses-Ib
Copy link
Owner

v0.2.1 已修复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ahk bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants