suyanqiang 发表于 2011-6-6 00:08:00

为什么程序在定义时,老出现错误?例如下别的定义:

static int panelHandle;
static int NumChan;
static int StartChan;
static FLOAT *GainArray;
static USHORT TrigMode;
static FLOAT *VoltageArray;
static USHORT iGainCode;
static ULONG dwDeviceNum=0;
static LONG DiverHandle=(LONG)NULL;
static float M_fVoltage;
char project;
char path;
static LPT_MAIConfig lpMAIConfig;
static LPT_MAIVoltageIn lpMAIVoltage;
static LPT_DioSetPortMode lpDioSetPortMode;
static LPT_DioWriteBit lpDioWriteBit;
页: [1]
查看完整版本: 为什么程序在定义时,老出现错误?例如下别的定义: