Polymorphism
class iDocCSV1 : public iDocText { … virtual long GetFieldNo (c_tstring& fieldName) const { return F […]
VC 6 MFC サポートのコンソール AP で,C4786
c:\program files\microsoft visual studio\vc98\include\utility(123) : warning C4786: ‘std::vector<std: […]
MFC DLL → Static – 2
VC 6 などで生成したプロジェクトを,VC 7 ~ VC 11 まで順に変換して利用してきたもの. 「共有 DLL で MFC を使う」から「スタティック ライブラリで MFC を使用する」に変更してビルドすると, C […]