Codewarrior 无法打开 .mcp 项目文件
我的一位同事一直在 Codewarrior 中从事一个项目,我也加入其中提供协助。
当尝试打开她创建的 .mcp 项目文件(并且在她的 codewarrior 上运行良好)时,出现以下错误。
同样 - 当我尝试打开她的工作区文件时,出现以下错误。
需要注意的是,我们使用的是完全相同版本的 codewarrior,我可以打开并使用其他 codewarrior 项目。
以前有人遇到过这个问题吗?
A colleague of mine has been working on a project in Codewarrior and I have come on board to assist.
When trying to open the .mcp project file that she has created (and is working fine on her codewarrior) I get the following error.
Similarly - when I try to open her workspace file, I get the following error.
Important to note, we are using the exact same versions of codewarrior and I am able to open and work with other codewarrior projects.
Anyone had this problem before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是由于 SVN 将其解释为非二进制文件所致。通过将她的 codewarrior 项目导出到 XML 文件,然后将其导入到我的计算机,创建我自己的 .mcp 文件,问题得到了解决。
真的很简单——只是把答案贴出来,以防有人再次用谷歌搜索到这个问题。
This seemed to be caused by SVN interpreting this as a non-binary file. Problem was solved by exporting her codewarrior project to an XML file and then importing this to my machine, creating my own .mcp file.
Simple really - just putting an answer up in-case someone googles across this again.