VC6-> VC9错误 [英] VC6->VC9 Errors

查看:94
本文介绍了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

推荐答案

Anna,
Hi Anna,

Sven告诉我如果编译有问题我可以来这里。我想知道我是否也可以在这里将翻译错误从VC6发布到VC9。
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.



试试看。


因为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


谢谢。 : - *


我会一点一点地开始。这不是数百个错误,只有15个:


Nr。 1:


typedef struct _EXCEPTION_POINTERS {

PEXCEPTION_RECORD ExceptionRecord;

PCONTEXT ContextRecord;

} EXCEPTION_POINTERS ,* PEXCEPTION_POINTERS;


错误2错误C2061:语法错误:标识符''PCONTEXT''

C:\Programs \ Windows Mobile 5.0 SDK R2 \ PocketPC\Include\Armv4i \ winnt.h

2976 stasm


关于此错误:

除了错误,我想知道为什么我必须从

这样一个特定的Include lib中包含winnt.h。我本以为它在PSDK之下。


Anna
Thanks. :-*

I will start bit by bit. It''s not hundreds of errors, only 15:

Nr. 1:

typedef struct _EXCEPTION_POINTERS {
PEXCEPTION_RECORD ExceptionRecord;
PCONTEXT ContextRecord;
} EXCEPTION_POINTERS, *PEXCEPTION_POINTERS;

Error 2 error C2061: syntax error : identifier ''PCONTEXT''
C:\Programs\Windows Mobile 5.0 SDK R2\PocketPC\Include\Armv4i\winnt.h
2976 stasm

About this error:
Apart from the error, I was wondering why I have to include winnt.h from
such a specific Include lib. I would have thought it''s under the PSDK.

Anna




" Anna Smidt < a。***** @ nospamgmail.comha scritto nel messaggio

news:%2 **************** @ TK2MSFTNGP05.phx.gbl ...

"Anna Smidt" <a.*****@nospamgmail.comha scritto nel messaggio
news:%2****************@TK2MSFTNGP05.phx.gbl...

typedef struct _EXCEPTION_POINTERS {

PEXCEPTION_RECORD ExceptionRecord;

PCONTEXT ContextRecord;

} EXCEPTION_POINTERS,* PEXCEPTION_POINTERS;


错误2错误C2061:语法错误:标识符''PCONTEXT''
typedef struct _EXCEPTION_POINTERS {
PEXCEPTION_RECORD ExceptionRecord;
PCONTEXT ContextRecord;
} EXCEPTION_POINTERS, *PEXCEPTION_POINTERS;

Error 2 error C2061: syntax error : identifier ''PCONTEXT''



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


Giovanni

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

Giovanni


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆