【求助】VC++2010创建MFC应用程序,链接错误
采用VC++2010创建MFC应用程序,编译无误,链接后,提示如下错误:
1>------ 已启动生成: 项目: test02, 配置: Debug Win32 ------
1>生成启动时间为 2013-12-2 15:29:11。
1>InitializeBuildStatus:
1> 正在创建“Debug\test02.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
1>CustomBuild:
1>
1> Microsoft (R) Help Maintenance Utility Version 10.00
1> Copyright (c) Microsoft Corporation. All rights reserved.
1>
1>makehm : error : unable to open file "D:\??\vs\test02\Resource.h".
1>
1> makehm usage:
1>
1> makehm [/h [/a <file.h> [/I <path>]]] <from>,<to>,<add>... <resource.h> [output.hm]
1>
1> /h - generates an include file (.h) for HTML help instead of
1> a normal (.hm) WinHelp map file.
1> /a - copies the contents of the specified <file.h> file to the
1> output.
1> /I - additional path to search for the file.h file. The program will
1> first look in the current directory, then the path specified by the
1> /I option and then in the path specified by the INCLUDE
1> environment variable.
1>
1> <from>,<to>,<add> fields must appear as one argument and
1> are separated by commas. A set of these arguments may
1> appear more than once.
1> <from> - identifies the symbol prefix to map from (e.g., ID_)
1> <to> - identifies the symbol prefix to map to (e.g., HID_)
1> <add> - identifies a numeric offset to be used (e.g., 0x10000)
1>
1> <resource.h> - identifies the input header file (e.g., resource.h).
1> [output.hm] - identifies the output help map file. If not
1> supplied, output is written to stdout.
1> ??????????????...
1>
1> Microsoft (R) Help Maintenance Utility Version 10.00
1> Copyright (c) Microsoft Corporation. All rights reserved.
1>
1>makehm : error : unable to open file "D:\??\vs\test02\Resource.h".
1>
1> makehm usage:
1>
1> makehm [/h [/a <file.h> [/I <path>]]] <from>,<to>,<add>... <resource.h> [output.hm]
1>
1> /h - generates an include file (.h) for HTML help instead of
1> a normal (.hm) WinHelp map file.
1> /a - copies the contents of the specified <file.h> file to the
1> output.
1> /I - additional path to search for the file.h file. The program will
1> first look in the current directory, then the path specified by the
1> /I option and then in the path specified by the INCLUDE
1> environment variable.
1>
1> <from>,<to>,<add> fields must appear as one argument and
1> are separated by commas. A set of these arguments may
1> appear more than once.
1> <from> - identifies the symbol prefix to map from (e.g., ID_)
1> <to> - identifies the symbol prefix to map to (e.g., HID_)
1> <add> - identifies a numeric offset to be used (e.g., 0x10000)
1>
1> <resource.h> - identifies the input header file (e.g., resource.h).
1> [output.hm] - identifies the output help map file. If not
1> supplied, output is written to stdout.
1>
1> Microsoft (R) Help Maintenance Utility Version 10.00
1> Copyright (c) Microsoft Corporation. All rights reserved.
1>
1>makehm : error : unable to open file "D:\??\vs\test02\Resource.h".
1>
1> makehm usage:
1>
1> makehm [/h [/a <file.h> [/I <path>]]] <from>,<to>,<add>... <resource.h> [output.hm]
1>
1> /h - generates an include file (.h) for HTML help instead of
1> a normal (.hm) WinHelp map file.
1> /a - copies the contents of the specified <file.h> file to the
1> output.
1> /I - additional path to search for the file.h file. The program will
1> first look in the current directory, then the path specified by the
1> /I option and then in the path specified by the INCLUDE
1> environment variable.
1>
1> <from>,<to>,<add> fields must appear as one argument and
1> are separated by commas. A set of these arguments may
1> appear more than once.
1> <from> - identifies the symbol prefix to map from (e.g., ID_)
1> <to> - identifies the symbol prefix to map to (e.g., HID_)
1> <add> - identifies a numeric offset to be used (e.g., 0x10000)
1>
1> <resource.h> - identifies the input header file (e.g., resource.h).
1> [output.hm] - identifies the output help map file. If not
1> supplied, output is written to stdout.
1>
1> Microsoft (R) Help Maintenance Utility Version 10.00
1> Copyright (c) Microsoft Corporation. All rights reserved.
1>
1>makehm : error : unable to open file "D:\??\vs\test02\Resource.h".
1>
1> makehm usage:
1>
1> makehm [/h [/a <file.h> [/I <path>]]] <from>,<to>,<add>... <resource.h> [output.hm]
1>
1> /h - generates an include file (.h) for HTML help instead of
1> a normal (.hm) WinHelp map file.
1> /a - copies the contents of the specified <file.h> file to the
1> output.
1> /I - additional path to search for the file.h file. The program will
1> first look in the current directory, then the path specified by the
1> /I option and then in the path specified by the INCLUDE
1> environment variable.
1>
1> <from>,<to>,<add> fields must appear as one argument and
1> are separated by commas. A set of these arguments may
1> appear more than once.
1> <from> - identifies the symbol prefix to map from (e.g., ID_)
1> <to> - identifies the symbol prefix to map to (e.g., HID_)
1> <add> - identifies a numeric offset to be used (e.g., 0x10000)
1>
1> <resource.h> - identifies the input header file (e.g., resource.h).
1> [output.hm] - identifies the output help map file. If not
1> supplied, output is written to stdout.
1>
1> Microsoft (R) Help Maintenance Utility Version 10.00
1> Copyright (c) Microsoft Corporation. All rights reserved.
1>
1>makehm : error : unable to open file "D:\??\vs\test02\Resource.h".
1>
1> makehm usage:
1>
1> makehm [/h [/a <file.h> [/I <path>]]] <from>,<to>,<add>... <resource.h> [output.hm]
1>
1> /h - generates an include file (.h) for HTML help instead of
1> a normal (.hm) WinHelp map file.
1> /a - copies the contents of the specified <file.h> file to the
1> output.
1> /I - additional path to search for the file.h file. The program will
1> first look in the current directory, then the path specified by the
1> /I option and then in the path specified by the INCLUDE
1> environment variable.
1>
1> <from>,<to>,<add> fields must appear as one argument and
1> are separated by commas. A set of these arguments may
1> appear more than once.
1> <from> - identifies the symbol prefix to map from (e.g., ID_)
1> <to> - identifies the symbol prefix to map to (e.g., HID_)
1> <add> - identifies a numeric offset to be used (e.g., 0x10000)
1>
1> <resource.h> - identifies the input header file (e.g., resource.h).
1> [output.hm] - identifies the output help map file. If not
1> supplied, output is written to stdout.
1> ????????...
1> 文件名、目录名或卷标语法不正确。
1> 已复制 0 个文件。
1>
1>
1>生成失败。
1>
1>已用时间 00:00:02.45
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
请问是何原因?如何解决?谢谢