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
RelaxTools-Addin-4.27.5 Windows 10のExcel 2010です。
「ブック名をコピー」などを実行して貼り付けると、「?」に文字化けする文字があります。
The text was updated successfully, but these errors were encountered:
ソースを見るとWindows APIの文字列を使用する関数の多くがANSI用で、Unicode用でありません。 文字列を使う"A"で終わる名前の関数では、Unicodeの文字にあるがShift-JISにないと化けます。 日本語のWindows NT以降はUnicode用の関数を使います。 例えば「lstrcpyA」関数でなく、「lstrcpyW」を使います。
Windows APIは間違うとメモリリークするので危険ですが大丈夫でしょうか?
Sorry, something went wrong.
No branches or pull requests
RelaxTools-Addin-4.27.5
Windows 10のExcel 2010です。
「ブック名をコピー」などを実行して貼り付けると、「?」に文字化けする文字があります。
The text was updated successfully, but these errors were encountered: