Windows exeのPath取得 TCHAR fPath; HMODULE hModule=GetModuleHandle(NULL); GetModuleFileName(hModule,fPath,(sizeof(fPath))); PathRemoveFileSp... 2009-01-03 Windows
メールサーバ dovecotの設定 sudo apt-get install dovecot-mysqlSSLの設定sudo gedit /etc/dovecot/conf.d/10-ssl.conf # SSL/TLS support: yes, no, require... 2009-01-03 メールサーバ
Ruby mingw32への Ruby OpenCvのインストール ダウンロード元実質ダウンロード元 g++, MSYSを選択してインストールmsys shell上より $ git clone git://github.com/ruby-opencv/ruby-opencv.git # またはGitH... 2009-01-02 Ruby作業メモ