#pragma once /** MFCLib 用入出力関数 */ #include "..\stdafx.h" #include "Gdata.h" #include "Gio.h" #include "ProgressBarDLG.h" // namespace jbxwl { using namespace jbxl; int copyFileWithCounter(CString src, CString dst); int copyFPWithCounter (FILE* src, FILE* dst, unsigned long int sz); int writeGraphicFileWithCounter(CString fname, MSGraph vp, int kind, BOOL mlt=FALSE, int fn=0, int tn=0); } // namespace