2009-08-27

Win 7 下 TM 2009 语音聊天崩溃的解决办法

link: http://www.pcbeta.com/html/44/t-513544.html

这是 TM 的兼容性问题,去它的语音设置里把所有设备设置为非“默认设备”即可。

2009-08-08

64位Windows安装gvim

一开始照常下载了32位的安装包,运行没什么问题,就是explorer的右键菜单里不能加入edit with gvim这个选项,重装多次也不行。

后来搜了一下,说是32位的extension dll不能被64位的explorer加载,而再后来在发现vim下载页上有一行小字

Win64 64-bit binaries for MS-Windows can be found at http://code.google.com/p/vim-win3264/. The Win32 binaries should run too, but the "Edit with gvim" context menu entry won't work, since a 32-bit shell extension DLL cannot be loaded into the 64-bit Explorer.exe.

但是前面windows binary的地方似乎并没有提到这一点。。。

于是去给的链接处下了一个64位的,安装运行,一切ok!