We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Microsoft 有一个工具 这会有一点帮助。 关于它的 Visual C++ 博客文章。 以下是我在进行切换时发现有用的其他一些资源
C++/CLI 迁移入门
C++ 语法升级托管扩展清单
Microsoft 工具只是一个开始。 有许多文件无法转换。
Microsoft has a tool that will help a little. Visual c++ blog post about it. Here are a couple other resources I found useful when I made our switch
C++/CLI Migration Primer
Managed Extensions for C++ Syntax Upgrade Checklist
The Microsoft tool is just a start. there were many files that it could not convert.
不幸的是,我发现迁移Microsoft 的工具距离无用只有两步之遥。 但是,有用于 C++/CLI 反汇编程序 /www.red-gate.com/products/reflector/index.htm" rel="nofollow noreferrer">Reflector,事实证明它更有用。
这并不完美,因为注释会丢失,但我发现重新添加注释比尝试手动转换大部分代码要容易得多。
Unfortunately, I found the migration tool from Microsoft to be two steps away from useless. However, there is the C++/CLI disassembler for Reflector, which has proved a lot more useful.
This isn't perfect as comments get lost, but I've found that re-adding the comments is much easier than trying to hand-convert the majority of the code.