Development Qt | Qtで .ini ファイルで設定を保存・取得する方法 なぜini ファイルを使うのか? アプリケーションの設定を外部から変更したい場合や、保存しておきたい場合などにおいて、よくiniファイルを使って実現します。 ini ファイル (abc_sample.ini) は、アプリケーションのパラメー... 2014.07.02 DevelopmentQt(C++)プログラム
Development Qt | How to print function name and line number on Qt(C++)Qt | Qt(C++)でメッセージに関数名、行数を出力する方法 How to print Function name and Line number on Qt(C++) Qt has these macro to get those. FunctionName : __FUNCTION__ Line... 2014.02.12 DevelopmentQt(C++)プログラム
Development Qt | warning C4003: not enough actual parameters for macro ‘min’Qt | warning C4003: not enough actual parameters for macro ‘min’ Qt(C++) でアプリを作成中。 たまにQDatatimeがコンパイル時にエラーになってビルドできない時の対処法 原因は、 std::numeric_limits<qint64>::min() から出る。 LPGLで使う... 2014.02.08 DevelopmentQt(C++)プログラム
c# Direct3D | how to get Vertex from Mesh is loaded from .x file (C#)Direct3D | .x ファイルから読み込んだ Meshから頂点情報を取得する(C#) How to get Vertex from Mesh that loaded by .x File. Load Mesh from .x File(how to load mesh from .x file) Then, get ... 2014.01.09 c#DevelopmentDirect3DDirectXプログラム
c# VisualStudio | Can not build by Error (0x800700C1)VisualStudio | 0x800700C1の例外エラーが発生してビルドできない I have got a Error 0x800700C1 when build a Application using DirectX. Error Message like below(Japanese) So, I... 2014.01.08 c#DirectXお知らせプログラム