代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/111570/15509875
h errors.h
// Errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
#define IMAGELIB_SUCCESS 0
// File errors
#define IMAGELIB_FILE_OPEN_ERROR -1
#define IMAGELIB_FILE_CREATION_ERROR -2
#define IMAGELI
www.eeworm.com/read/111026/15520005
cpp errors.cpp
#include
#include "errors.h"
#include "cifa.h"
void CErrors::Add(int err)
{
if(numcifa->GetLine();
}
}
void CErrors::D
www.eeworm.com/read/111026/15520007
h errors.h
#ifndef __ERRORS_H
#define __ERRORS_H
#include "pl0.h"
#define MAX_ERROR_NUM 40
class CErrors
{
public:
CErrors(CPlCompiler *p) {pl=p;num=0;}
void Add(int err);
int Number() {retur
www.eeworm.com/read/109038/15567166
c errors.c
//
// Errors.c
//
// Contains error messages for DIBAPI.DLL
//
// These error messages all have constants associated with
// them, contained in dibapi.h.
//
// COPYRIGHT:
//
// (C) Copyrig
www.eeworm.com/read/106716/15625681
cpp errors.cpp
#include
#include "errors.h"
#include "cifa.h"
void CErrors::Add(int err)
{
if(numcifa->GetLine();
}
}
void CErrors::D
www.eeworm.com/read/106716/15625683
h errors.h
#ifndef __ERRORS_H
#define __ERRORS_H
#include "pl0.h"
#define MAX_ERROR_NUM 40
class CErrors
{
public:
CErrors(CPlCompiler *p) {pl=p;num=0;}
void Add(int err);
int Number() {retur
www.eeworm.com/read/105179/15676008
c errors.c
/*---------------------------------------------------------------------------+
| errors.c |
|
www.eeworm.com/read/105103/15677685