2014/08
BBC: TEWS The proof is in the pudding.
DynCall on Windows 8.1
DynCall 0.8をWindows 8.1で使う場合の注意。というか覚書。
Qt 5.3.1 build with mingw-w64 4.9.1 64bit
私用覚書
Windows 8.1 ネットワークドライブのオフラインキャッシュを削除する
Windowsでネットワークドライブにオフラインキャッシュを設定した後にファイルサーバが行方不明になると、オフラインファイルだけが残り続けたりする事があります。
こういう場合、オフラインキャッシュのリセットが必要になったりするのですが、
その方法が Windows7 前後で変わっていました。
Incompatibility between Lua 5.1 and LuaJIT 2.0.
I realized an incompatibility issue between Lua 5.1 and LuaJIT 2.0.
MinGW-w64 – no disk in drive
I have downloaded and installed mingw-w64 (64bit/gcc 4.9.1) tool chains.
Mingw-w64/Targetting 64Bit/MinGW-Builds/4.9.1/Win32Thread/SEH
The problem is that ‘No Disk In Drive D:’ dialog is appear when I execute gcc.exe.
It is caused by hard coded reference ‘D:/msys64’.
I made tiny patch program to resolve this issue.
It will change the path string ‘D:/msys’ to ‘C:/msys’.
Android Studioの SDKフォルダを変更する
Android Studioが使う SDKフォルダを変更する方法についての覚書。
WindowsのPATHが長すぎる件
Windows環境でいろいろ開発ツールを入れてると Pathが長くて編集もしにくいし、
制限を超えてしまうとインストーラーが動かなかったりと結構困る事が多い。
PATHを短くするための工夫等をいくつか。