我是在vc下,我不知道什么引起这个错误的,但是奇怪的是,第一次build出现,紧接着第二次build就能运行了,每次都这样,得连着build两次。请高手帮助解释解释??

解决方案 »

  1.   

    LINK : fatal error LNK1561: entry point must be defined
       Error executing cl.exe.
    CAUSE
    The backslash (\) character is interpreted as an escape character. RESOLUTION
    To work around this problem, do not include trailing backslashes in the Additional Include Directories field of the C/C++ Preprocessor settings. For example, specify directories as C:\Project\Inc rather than as C:\Project\Inc\. Or if you want to specify the current directory as .\, use just the period (.) instead. 
      

  2.   

    Linker Tools Error LNK1561
    entry point must be definedThe symbol specified by the /ENTRY option is not defined.
      

  3.   

    以上两种情况我看了,第一种的我设的对,第二种,我不知道在/ENTRY OPTION  
    里定义什么?