本文介绍了VC6-> VC9错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好!

Sven告诉我如果编译有问题我可以来这里。我想知道我是否也可以在这里将翻译错误从VC6发布到VC9。

谢谢。

Anna

Hello!
Sven told me I could come here if I have problems compiling. I am
wondering if I can also post translation errors from VC6 to VC9 here.
Thanks.
Anna

推荐答案



试试看。


因为VC6是仅而且原生C ++我希望你转换的项目也是原生的VC ++项目。每当你看到.dotnet。在新闻组中

名称它或多或少与托管代码相关。


对于本机VC ++问题,您可能需要尝试这样做:


microsoft.public.vc.language


还有更具体的例子,例如atl,mfc和stl。


这有助于将正确的提问者和回答者聚集在一起。


-

SvenC

Just try and ask.

As VC6 is "only" native C++ I expect that your converted projects are
also native VC++ projects. Whenever you see a .dotnet. in the newsgroup
name it is more or less managed code related.

For native VC++ questions you might want to try this:

microsoft.public.vc.language

There are also more specific ones e.g. atl, mfc and stl.

This helps in bringing the right questioners and answerers together.

--
SvenC





....#include< windows.hnot了吗?


Giovanni

....Is #include <windows.hnot sufficient?

Giovanni


这篇关于VC6-> VC9错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 11:59