看看用到的LIB什么的都有没有

解决方案 »

  1.   

    到工程-设置-c/c++选项-分类选项“Precompiled Headers”-选中"不使用预补偿页眉"-确定,即可
      

  2.   

    谢谢各位了,我把程序里代码改了一部分,然后重新编译,连接出现以下的错误,不知道
    是什么原因,编译能通过,连接出错,请给位大侠指教!谢谢!Deleting intermediate files and output files for project 'control - Win32 Debug'.
    --------------------Configuration: control - Win32 Debug--------------------
    Compiling...
    StdAfx.cpp
    Compiling...
    control.cpp
    Linking...
       Creating library Debug/control.lib and object Debug/control.exp
    control.obj : error LNK2001: unresolved external symbol "void __cdecl send(void)" (?send@@YAXXZ)
    Debug/control.dll : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.control.dll - 2 error(s), 0 warning(s)请问这样的话怎样更改?
      

  3.   

    少一个库 ws2_32.lib,加到link中去