如题,最好解释详细些,多谢。

解决方案 »

  1.   

    symbol already defined in objectThe given symbol, displayed in its decorated form, was multiply defined.TipsOne of the following may be a cause: The most common cause of this error is accidentally linking with both the single-threaded and multithreaded libraries. Ensure that the application project file includes only the appropriate libraries and that any third-party libraries have appropriately created single-threaded or multithreaded versions.
    The given symbol was a packaged function (created by compiling with /Gy) and was included in more than one file but was changed between compilations. Recompile all files that include the symbol.
    The given symbol was defined differently in two member objects in different libraries, and both member objects were used.
    An absolute was defined twice, with a different value in each definition.
      

  2.   

    Linker Tools Error LNK2005
    symbol already defined in objectThe given symbol, displayed in its decorated form, was multiply defined.TipsOne of the following may be a cause: The most common cause of this error is accidentally linking with both the single-threaded and multithreaded libraries. Ensure that the application project file includes only the appropriate libraries and that any third-party libraries have appropriately created single-threaded or multithreaded versions.
    The given symbol was a packaged function (created by compiling with /Gy) and was included in more than one file but was changed between compilations. Recompile all files that include the symbol.
    The given symbol was defined differently in two member objects in different libraries, and both member objects were used.
    An absolute was defined twice, with a different value in each definition. 
    This error is followed by fatal error LNK1169.
      

  3.   

    参考:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;q148652
    http://blog.csdn.net/enoloo/archive/2004/10/01/122803.aspx
    http://www.donews.net/xzwenlan/archive/2004/12/23/211668.aspx