为什么声明的临时方法报illegal use of this type as an expression
typedef int ( *readDataTemp )( int, int, int, unsigned char * );
readDataTemp usbw = GetProcAddress(dllhandle,"usbw");
总是报'readDataTemp' : illegal use of this type as an expression
发布时间: 2012-12-28 10:29:05 作者: rapoo
为什么声明的临时方法报illegal use of this type as an expression
typedef int ( *readDataTemp )( int, int, int, unsigned char * );
readDataTemp usbw = GetProcAddress(dllhandle,"usbw");
总是报'readDataTemp' : illegal use of this type as an expression