t_fl/t_fn应该是全局变量,看看声明全局变量的CPP或者H包含在工程中没有

解决方案 »

  1.   

    To breakind(冰舞,把练街舞的精神拿来编程,必有所成.) ( ) 信誉:100 头文件 我都检查了好几次 都包括了...
      

  2.   

    To xdljf(hunter) ( ) 信誉:100 具体定义这样的:
    #define t_dec(m,n) t_##m##n
    #define t_set(m,n) t_##m##n
    #define t_use(m,n) t_##m##n   aestab.h
    http://www.koders.com/c/fid4D0C6B74198862A59DD820408A6DB187DC06F3D5.aspx
      

  3.   

    1>RijndaelCrypt.obj : error LNK2001: 无法解析的外部符号 _t_fl
    1>RijndaelKey.obj : error LNK2001: 无法解析的外部符号 _t_fl
    1>RijndaelCrypt.obj : error LNK2001: 无法解析的外部符号 _t_fn
    1>RijndaelCrypt.obj : error LNK2001: 无法解析的外部符号 _t_il
    1>RijndaelCrypt.obj : error LNK2001: 无法解析的外部符号 _t_in
    1>RijndaelKey.obj : error LNK2001: 无法解析的外部符号 _t_rc
    1>RijndaelKey.obj : error LNK2001: 无法解析的外部符号 _t_im
    1>C:...\Aes\Debug\Aes.exe : fatal error LNK1120: 6 个无法解析的外部命令
    这个错误的可能涉及到宏定义 
    #define t_dec(m,n) t_##m##n
    #define t_set(m,n) t_##m##n
    #define t_use(m,n) t_##m##n 
    没有过滤掉啊///