29 FILE* sfp = tfopen(src, _T(
"rb"));
30 if (sfp==NULL)
return -2;
32 FILE* dfp = tfopen(dst, _T(
"wb"));
43 if (ret<=0) ret -= 10;
65 int count_intvl = sz/MAXBUFSZ/count_max;
67 if (sz>MAXBUFSZ && count_intvl>0) {
70 SetGlobalCounter(counter);
74 char* mbstr =
ts2mbs(mesg);
75 counter->
Start(0, mbstr);
81 counter->
SetMax(count_max);
86 unsigned char buf[MAXBUFSZ];
94 rsz = fread(buf, 1, MAXBUFSZ, src);
95 wsz = fwrite(buf, rsz, 1, dst);
100 if (cnt%count_intvl==0) {
108 }
while (!feof(src) && rsz>0 && wsz>0);
113 ClearGlobalCounter();
119 if (!feof(src) && (rsz==0||wsz==0)) sum = -2;
121 DEBUG_ERROR(
"jbxwl::copyFPWithCounter(): WARNING: File Size is %d, but Write Size is %d\n", sz, sum);
138 SetGlobalCounter(counter);
142 char* mbstr =
ts2mbs(mesg);
143 counter->
Start(0, mbstr);
149 char* mbstr =
ts2mbs(fname);
150 int ret = writeGraphicFile(mbstr, vp, frmt, mlt, fn, tn,
true);
156 ClearGlobalCounter();
virtual void StepIt(int n=1)
virtual void SetPos(int pos)
virtual void Start(int m=100, char *tn=NULL)
virtual bool isCanceled()
virtual void SetMax(int max)
char * ts2mbs(LPCTSTR str)
int copyFPWithCounter(FILE *src, FILE *dst, unsigned long int sz)
int copyFileWithCounter(LPCTSTR src, LPCTSTR dst)
int writeGraphicFileWithCounter(LPCTSTR fname, MSGraph< sWord > vp, int kind, BOOL mlt=FALSE, int fn=0, int tn=0)
unsigned long int file_size_t(LPCTSTR fn)
#define IDS_STR_WRTNG_FILE