我正在使用 OpenNi、NITE 和 OpenGL 在 Visual Studio 2008 中创建一个 kinect 项目。
在开发过程中随机出现以下错误:
从“C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe”返回错误结果 1。
我没有运气搜索过互联网。
我能够创建一个新项目并复制我的所有代码,它工作正常,但这不是我每天都想做多次的事情。
如果需要更多信息,我很乐意提供。
编辑完整的输出窗口读取
1>------ Build started: Project: PointViewer, Configuration: Debug Win32 ------
1>Compiling resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>fatal error RC1110: could not open ..\Res\NITE.rc
1>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.
1>Build log was saved at "file://d:\Documents\Uni work\Year 4\Personal Project\Samples \PointViewer\Debug\BuildLog.htm"
1>PointViewer - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========