在网上下载了个音频联网程序talkg726,编译的时候总是出现一个错误,如下:   
    
    
  --------------------Configuration:   Talk2Me   -   Win32   Debug--------------------   
  Compiling...   
  RTPAppSession.cpp   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\talk2me\rtpappsession.cpp(4)   :   warning   C4652:   compiler   option   'Generate   Browser   Info'   inconsistent   with   precompiled   header;   current   command-line   option   will   override   that   de   
  fined   in   the   precompiled   header   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpsources.h(160)   :   error   C2440:   'specialization'   :   cannot   convert   from   ''   to   'int   (__cdecl   *)(const     &)'   
                  None   of   the   functions   with   this   name   in   scope   match   the   target   type   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpsources.h(160)   :   error   C2975:   'RTPKeyHashTable'   :   invalid   template   argument   for   'GetIndex',   constant   expression   expected   
                  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpkeyhashtable.h(92)   :   see   declaration   of   'RTPKeyHashTable'   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpsources.h(160)   :   error   C2079:   'sourcelist'   uses   undefined   class   'RTPKeyHashTable<unsigned   int   const   ,class   RTPInternalSourceData   *,0,8317>'   
  Talk2Me.cpp   
  ……   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpudpv4transmitter.h(210)   :   error   C2440:   'specialization'   :   cannot   convert   from   ''   to   'int   (__cdecl   *)(const     &)'   
                  None   of   the   functions   with   this   name   in   scope   match   the   target   type   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpudpv4transmitter.h(210)   :   error   C2975:   'RTPKeyHashTable'   :   invalid   template   argument   for   'GetIndex',   constant   expression   expected   
                  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpkeyhashtable.h(92)   :   see   declaration   of   'RTPKeyHashTable'   
  c:\documents   and   settings\administrator\桌面\音频\talkg726\talkg726\talk2me\jrtplib-3.4.0\src\rtpudpv4transmitter.h(210)   :   error   C2079:   'acceptignoreinfo'   uses   undefined   class   'RTPKeyHashTable<unsigned   int   const   ,class   RTPUDPv4Transmitter::PortInfo     
  *,0,8317>'   
  Generating   Code...   
  执行   cl.exe   时出错.   
    
  Talk2Me.exe   -   1   error(s),   0   warning(s)