We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_dsstp がまるで動かない 関数を実行するとそこで処理が止まって以降の処理が走らない
公式ドキュメントの用例
speak2( string s ) { array request; request += "SEND SSTP/1.4"; request += "Sender: akari"; request += "ID: "+_systemdict["uniqueid"]["Reference0"]; request += "HWnd: "+_systemdict["hwnd"]["Reference0"]; request += "Charset: Shift_JIS"; request += "Script: "+s; request += ""; request += ""; _dsstp( request, _systemdict["hwnd"]["Reference0"] ); }
の通りに記述してもダメ
ちなみに_systemdict["hwnd"]["Reference0"]はバイト値1区切りで各スコープのhwndが入るので_bytechar(1)で_strsplitして第一要素をint型にキャストしないといけない それはそれとして_dsstp自体まるで動かない
現状の回避策は存在しない HandUtil.dll等、同等の機能を持つSAORIを使うしかない
The text was updated successfully, but these errors were encountered:
ちなみに_speak関数は正常に動作する
Sorry, something went wrong.
No branches or pull requests
_dsstp がまるで動かない
関数を実行するとそこで処理が止まって以降の処理が走らない
公式ドキュメントの用例
の通りに記述してもダメ
ちなみに_systemdict["hwnd"]["Reference0"]はバイト値1区切りで各スコープのhwndが入るので_bytechar(1)で_strsplitして第一要素をint型にキャストしないといけない
それはそれとして_dsstp自体まるで動かない
現状の回避策は存在しない
HandUtil.dll等、同等の機能を持つSAORIを使うしかない
The text was updated successfully, but these errors were encountered: