Windows

Qt プログラムが突然終了する

プログラムを実行すると画面も表示されずに終了する。 Starting path\to\helloworld.exe... プログラムが突然終了しました。 path\to\helloworld.exe crashed. /path/to/helloworld を起動中... プログラムが突然終了しました。 /path/to/helloworld がクラ…

Bluetooth API における REMEMBERED と AUTHENTICATED の違い

c++ - Bluetooth Programming with Windows Sockets - Device in range - Stack Overflow より Those flags aren't mutually exclusive - a device may be all three or none. これらのフラグは、排他ではありません。 - デバイスは、三つすべて無しであって…

レジストリーのキー名の最大サイズは 255 文字

https://support.microsoft.com/ja-jp/kb/256986 より キー名の最大サイズは、255 文字です。

Windows から git プロトコルで push するとハングアップする

環境 Windows 7 Professional 64-bit Git for Windows 2.8.1 64-bit 解決策 $ git config sendpack.sideband false 原因 仕様らしい。 d.hatena.ne.jp 参考文献 How to fix Windows 7 64 Bit git push msysgit hang up Problem | Daily Development