00001 #pragma once 00002 00008 #include "MFCBase.h" 00009 #include "Gio.h" 00010 #include "ProgressBarDLG.h" 00011 00012 00013 // 00014 namespace jbxwl { 00015 00016 using namespace jbxl; 00017 00018 00019 int copyFileWithCounter(LPCTSTR src, LPCTSTR dst); 00020 int copyFPWithCounter (FILE* src, FILE* dst, unsigned long int sz); 00021 00022 int writeGraphicFileWithCounter(LPCTSTR fname, MSGraph<sWord> vp, int kind, BOOL mlt=FALSE, int fn=0, int tn=0); 00023 00024 00025 00026 } // namespace 00027