2017-01-01から1ヶ月間の記事一覧

[windows][directx] Direct X 開発環境のセットアップまとめ

Visual Studio Community 2015 https://www.microsoft.com/ja-jp/dev/products/visual-studio-2015.aspx Microsoft Direct X SDK https://www.microsoft.com/en-us/download/details.aspx?id=6812

Rust のまとめ

インストールとドキュメント 一次ソース https://doc.rust-lang.org/book/ 日本語 https://rust-lang-ja.github.io/the-rust-programming-language-ja/1.6/book/ 設定 emacs rust-mode https://github.com/rust-lang/rust-mode 言語仕様のメモ println! のよ…

Visual Studio インストールまとめ

実行環境に Visual C++ 2015 Redistributable がインストールできない プログレスバーの最後で固まってしまう問題。KB2999226 をインストールすることで解決できる。https://support.microsoft.com/ja-jp/kb/2999226 Run-Time Check Failure が表示される De…

「US 式和英翻訳システムの制作」を Windows 10 で動かしたときのメモ

honyavar.h の jn を jn2 に名前変更 "error C4703: potentially uninitialized local pointer variable 'xxx' used" はポインタ未初期化等なので定義で = 0 をつける ポインタ = 32bit が前提 x86 で build する jedcfunc.c, jedcmain.c も含めて #define B…