muwn 2006-6-2 11:46
大虾救命啊,怎么也搞不定啊
MemHandle h;
// CH.5 Create the database record and get a handle to it
h = DmNewRecord( TimetableDB, &cursor, DB_RECORD_SIZE );
为什么老提示说是illegal implicit conversion from 'int *' to 'unsigned short *'??????????????
到底是怎么回事呢?
muwn 编辑于 2006-6-2 3:48:16
ecool 2006-6-2 19:04
参数类型不匹配,需要UInt16,而你用的是Int16
mengran01 2008-5-31 21:24
顶而不懈,遇到好贴决不能放过