因为vc默认是不支持多线程连接的,解决的办法是在project settings里面,在一个下拉框里选择多线程连接。具体位置我忘了:)不过很好找的,多点一下啦.

解决方案 »

  1.   

    menu:project 
    project settings
    C/C++ tab
    Category: change to "Code Generation"
    Use run-time library: select "Debug multithreaded DLL " or other multithreaded library
      

  2.   

    LIBCMT.LIB Multithread static library, retail version 
    MSVCRT.LIB Import library for MSVCRT.DLL, retail version 
    加了这两个库没有。
      

  3.   

    http://www.csdn.net/expert/topic/434/434283.shtm各位高人,请帮忙看一下,如能解决,必500分相送
    是关于网络文件传输的问题 
      

  4.   

    Create a new project ,use the wizard.
    copy the Source code to the file
    then Compile it and link it. 
    enjoy it.