ホーム » 2013 » 5月

月別アーカイブ: 5月 2013

2013年5月
 1234
567891011
12131415161718
19202122232425
262728293031  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,703 アクセス




MetaFile と MemoryDC

ODMMeta.cxx , ODrawDcM.hxx     pDC->IntersectClipRect(imgRect) ;     MetaFile mf ;     mf.SetFileName(imgN) […]

Continue Reading →

ZipFold と WinXP での zip

zae などの様に,zip 内のファイル名に 5c などの文字を含まない様にしている場合は OK . つまり,zip のファイル名として 5c が含まれていても問題ない?  → ZipFold が MBCS のためか?  […]

Continue Reading →

VC 7 で error C2664 std::vector

VC 6 では通っていたが,VC 7 でエラーとなってそのままだったコード. std::vector <void*> voidPtrs(1024,NULL) ; c:\Program Files\Micros […]

Continue Reading →