1.[Warning] E:\joyshow\audio\G726Soft\G726\EncodeDecode.cpp:22: warning: `_sleep' is deprecated (declared at C:\PROGRA~2\C-Free_5.0\mingw\include\stdlib.h:395)
微软环境下用Sleep函数代替_sleep,包含头文件#include "windows.h"
2.Error 9 error LNK2019: unresolved external symbol "short __cdecl size(struct FIFOUIN8 *)" (?size@@YAFPAUFIFOUIN8@@@Z) referenced in function _main E:\joyshow\加密算法\TEA\20131218010331498\tea\tea\main.obj tea
这种错误是 不支持.c 文件 将其改为.cpp文件 既能解决。