代码搜索:CFileException
找到约 161 项符合「CFileException」的源代码
代码结果 161
www.eeworm.com/read/311357/13631870
txt cfile大文件.txt
随着Windows 2000和XP的普及,现在的大文件越来越多,而VC6中MFC的CFile类只支持不大于4GB的文件, 原因在于CFile类中使用了32位整型来处理文件,32位数的范围是2的32次方(4GB),超过这个范围的文件CFile就管不了,微软.Net中VC7的CFile类支持大于4GB的文件,而.Net还不普及,开发桌面应用VC6还是首选,所以我们可以参照VC7写一个CFile的继承类 ...
www.eeworm.com/read/485033/6571340
-
TRY
{
CRecordFile file(strFilePath,t1,t2);
}
CATCH(CFileException, e)
{
}
CATCH(CRecordException, e)
{
//TRACE("ErrorDescription:%s\n",e->GetErrorDecription());
}
END_CATCH
www.eeworm.com/read/230933/14265600
cpp dqbyhsj.cpp
// dqbyhsj.cpp : implementation file
//
#include "stdafx.h"
#include "Cvenus.h"
#include "dqbyhsj.h"
#include "math.h"
#include "yqsxz.h"
#include "zpjjdfx.h"
#include "LZXJD.h"
#ifdef
www.eeworm.com/read/230933/14265970
cpp slb.cpp
// slb.cpp : implementation file
//
#include "stdafx.h"
#include "Cvenus.h"
#include "slb.h"
#include "math.h"
#include "zpjjdfx.h"
#include "qjyhsj.h"
#include "yqsxz.h"
#include "qjyhsj
www.eeworm.com/read/124195/14590331
cpp file.cpp
// File1.cpp: implementation of the CFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "File.h"
////////////////////////////////
www.eeworm.com/read/214042/15115502
cpp paraio.cpp
#include "stdafx.h"
#include "ParaIO.h"
BOOL CWzdPortIO::OpenLPT( int n,CFileException *e )
{
CString portName;
CFile file;
portName.Format( "LPT%d:", n );
BOOL OpSta = Open( portName,
www.eeworm.com/read/103069/15747185
cpp helpers.cpp
// Helpers.cpp: implementation of the CHelpers class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Helpers.h"
#ifdef _DEBUG
#undef
www.eeworm.com/read/199717/7828090
h wzdprtio.h
// PortIO.h: interface for the CPortIO class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PORTIO_H__81CE0F20_8C16_11D2_A18D_99620BDF6820__INCLUDED_)
www.eeworm.com/read/199717/7828094
h wzdprtio.h
// PortIO.h: interface for the CPortIO class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PORTIO_H__81CE0F20_8C16_11D2_A18D_99620BDF6820__INCLUDED_)
www.eeworm.com/read/298963/7904754
h wzdprtio.h
// PortIO.h: interface for the CPortIO class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PORTIO_H__81CE0F20_8C16_11D2_A18D_99620BDF6820__INCLUDED_)