|
|
在SCO下编译需要自己定义加入
typedef unsigned char uint8;
type uin8 uint8_t;
typedef unisnged short int uint16;
type uint16 uint16_t
typedef unsigned int uint32;
typedef uint32 uint32_t
在AIX下编译需要把qqalive.c演示代码中
getopt(argc,argv,"..") != -1
改为
getopt(argc,argv,"..") != 0xff
设置正确路友就就可以在SCO/BSD/Linux中登录QQ了 |
|