eMbedded Visual C++ 安装配置

转自: http://www.cnblogs.com/rayray/archive/2010/07/16/1778724.html

 

eMbedded Visual C++ 4.0下载地址
http://download.microsoft.com/download/WindowsCENETPlatformBuilder/Install/4.0/NT5XP/EN-US/eVC4.exe

Latest Service Pack for eMbedded Visual C++ 4.0 is Service Pack 4

http://www.microsoft.com/downloads/details.aspx?FamilyID=4a4ed1f4-91d3-4dbe-986e-a812984318e5&displaylang=en

Service Pack 4 (SP4) allows existing eVC4 users to target Windows CE 5.0 based devices. In addition to supporting the new Windows CE 5.0 platform, SP4 is cumulative in nature and includes support for Windows CE 4.0, 4.1 and 4.2 based platforms as well. This download must be installed on top of existing eVC4 installations.

 

Use the following CD key when installing this software: TRT7H-KD36T-FRH8D-6QH8P-VFJHQ

 

EVC安装完成以后可能会遇到一些问题。

当模拟器在启动时,会出现一个标题为“Emulator for Windows CE”的消息框,消息文本为“One or more files from the Emulator for Windows CE installation is missing.Please reinstall Emulator for Windows CE and try again.” 出现这个消息框之后,连接或部署到模拟器会失败

如模拟器启动不起来。每次开机时出现如下图所示的提示对话框。

并且在设备管理器中出现如下图所示情况


出 现这种情况的主要原因就是Virtual PC/Windows CE Emulator与物理地址扩展(PAE)有冲突。PAE主要是使系统能使用4GB以上的内存,一般来说基本上没有用,所以直接禁用PAE即可。确认 PAE是否工作的方式如下图所示,如果显示“物理地址扩展”,就说明PAE启动了。


禁用PAE的方法即修改boot.ini文件中的内容(注意红色部分)

在“运行”里输入“sysdm.cpl”。其实就是系统属性。

点击“高级”下的“启动和故障恢复”选项的“设置”
在弹出的对话框里点击“编辑”其实就是调出了“boot.ini”,如果有别的方法进入boot.ini也可以。关键下一步,把里面的“/nonexecute”改成“/execute”。保存。重启。然后SDK就可以用了。

原来Boot.ini文件的内容

[boot loader]

timeout=2

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

修改后的Boot.ini文件的内容

[boot loader]

timeout=2

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /execute=optin /fastdetect

修改完成以后,保存,并重启机器就不会出现异常了,模拟器也能正常启动。

 

本文部分来自CSDN博客,转载请标明出处:http://blog.csdn.net/Q_spring/archive/2009/04/21/4098556.aspx

本文部分来自CSDN博客,转载请标明出处:http://blog.csdn.net/tt89381585/archive/2009/12/11/4986760.aspx

转载于:https://www.cnblogs.com/shinerock/articles/2668224.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Visual Studio 2019 is a powerful integrated development environment (IDE) for building applications for various platforms, including Windows, Android, iOS, and web. C is a general-purpose, procedural programming language that has been widely used for developing operating systems, embedded systems, and other system-level software. SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is used to store and manage large amounts of data and provides various features such as data analytics, reporting, and business intelligence. Visual Studio 2019 provides built-in support for developing applications that use SQL Server databases. Developers can use the SQL Server Object Explorer to view and manage databases, tables, and stored procedures. They can also use LINQ to SQL, Entity Framework, and other data access technologies to query and manipulate data from SQL Server databases. Visual Studio 2019 also provides various tools for debugging and testing applications that use SQL Server databases. Developers can use the SQL Server Profiler to trace database activity and diagnose performance issues. They can also use the SQL Server Data Tools (SSDT) to create and manage database projects and automate database deployments. Overall, Visual Studio 2019 provides a comprehensive set of tools and features for developing applications that use SQL Server databases. Whether you are building a desktop application, a web application, or a mobile application, Visual Studio 2019 makes it easy to connect to SQL Server databases and work with data.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值