WEB开发网
开发学院手机开发Windows Mobile 开发 Windows mobile应用程序开发环境搭建(C++) 阅读

Windows mobile应用程序开发环境搭建(C++)

 2010-10-14 05:35:00 来源:本站整理   
核心提示:最近在做个调用摄像头数据进行扫描识别的程序,本人愚钝,Windows mobile应用程序开发环境搭建(C++),环境搭建都要半天时间,之前在windows桌面环境下就弄了半天,项目创建完成,进行编译,现在要将程序移植到wm下,移入之后根本不是想象的那么轻松

最近在做个调用摄像头数据进行扫描识别的程序,本人愚钝,环境搭建都要半天时间,之前在windows桌面环境下就弄了半天,现在要将程序移植到wm下,移入之后根本不是想象的那么轻松,由于wm和win桌面操作系统的DirectShow SDK有很多差别,只能是重新搞了。

几番周折后又下载了个操作camera的示例源码,是基于windows标准库来建立的,为了想尽快看到是否能成功调用摄像头,赶紧动手进行项目创建,我的wm SDK只有基于MFC的智能应用程序,只能先创建个空的C++项目了,这样的话项目比较“纯净”。

项目创建完成,进行编译,本来就不寄予多大的希望一次性成功,出现以下错误:

错误 1 error C2146: syntax error : missing ';' before identifier 'ContextRecord' F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinnt.h 2978

错误 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinnt.h 2978

错误 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinnt.h 2978

错误 4 error C2146: syntax error : missing ';' before identifier 'LPCONTEXT' F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinbase.h 1416

错误 5 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinbase.h 1416

错误 6 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinbase.h 1416

错误 7 error C2061: syntax error : identifier 'LPCONTEXT' F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinbase.h 2119

错误 8 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int F:Program FilesWindows Mobile 6 SDKPocketPCincludeARMV4Iwinbase.h 2127

错误 9 error C2143: syntax error : missing ',' before '*' F:Program

1 2  下一页

Tags:Windows mobile 应用程序

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接