ホーム » 2014 » 6月

月別アーカイブ: 6月 2014

2014年6月
1234567
891011121314
15161718192021
22232425262728
2930  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,008 アクセス




Polymorphism

class iDocCSV1 : public iDocText { … virtual long GetFieldNo (c_tstring& fieldName) const { return F […]

Continue Reading →

VC 6 MFC サポートのコンソール AP で,C4786

c:\program files\microsoft visual studio\vc98\include\utility(123) : warning C4786: ‘std::vector<std: […]

Continue Reading →

MFC DLL → Static – 2

VC 6 などで生成したプロジェクトを,VC 7 ~ VC 11 まで順に変換して利用してきたもの. 「共有 DLL で MFC を使う」から「スタティック ライブラリで MFC を使用する」に変更してビルドすると, C […]

Continue Reading →