Windows CE Platform Builder 3.00 在哪里?
我需要在 Windows 7 64 位计算机上模拟 Windows CE 可执行文件。过去,我使用 eMbedded Visual C++ 4.0 的捆绑设备模拟器,但现在酷孩子希望我使用“Platform Builder”和 ActiveSync。因此,我在这里找到了 Windows CE Platform Builder 3.0 更新,但我找不到它需要的原始下载:
PB not installed: Please install Windows CE Platform Builder 3.00 before
installing this Update.
我的问题源于安装了标准 CE SDK (STANDARD_SDK.msi
) 和Windows CE BSP,它显示在 Visual Studio 2008 的“设备模拟器管理器”中,但我无法连接或运行它们。不过,Pocket PC 图像可以工作。
在哪里可以找到 Windows CE Platform Builder 3.00?
I need to emulate a Windows CE executable on my Windows 7 64-bit machine. Back in the day, I used eMbedded Visual C++ 4.0's bundled device emulator, but nowadays the cool kids want me to use "Platform Builder" and ActiveSync. So I found a Windows CE Platform Builder 3.0 update here, but I can't find the original download, which it requires:
PB not installed: Please install Windows CE Platform Builder 3.00 before
installing this Update.
My problem stems from having installed the Standard CE SDK (STANDARD_SDK.msi
) and a Windows CE BSP, which shows up in Visual Studio 2008's "Device Emulator Manager", but I can't connect to or run them. The Pocket PC images work, though.
Where do I find Windows CE Platform Builder 3.00?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Platform Builder 3.0 真的非常非常老了,我怀疑是否还有分销商会继续使用它。当它是运输产品时,分销商(Arrow、Avnet 等)是你可以获得它的唯一地方,所以我至少会在那里检查一下机会。
也就是说,我完全不确定为什么你觉得你需要它。 Platform Builder 用于生成操作系统映像。 PB 是一个很难熟悉的工具,3.0 版本充其量也很笨拙。它也不能在 64 位下运行。它也无法创建在 64 位计算机上运行的操作系统。它也无法创建一个可以插入任何版本的 Studio 的 SDK(好吧,它可能在 VS 2003 中工作 - 我已经很久没有这样做了)。
实际上,听起来您想要的是一个基本 CE 3.0 设备的模拟器和该模拟器的映像。 Microsoft 提供了 HPC Pro 模拟器,它是一个基于 3.0 的设备,带有 EVC 工具集,但我不知道在哪里可以找到它(除非挖出旧的 MSDN 磁盘)。
就其价值而言,PocketPC 2003 映像是基于 CE 3.0 的,因此您今天确实拥有一个 CE 3.0 仿真器 - 它只是不是更通用的 CE 版本。
理想情况下,我认为您需要准确地告诉我们您的需求。什么样的 CE 3.0 操作系统的模拟版本?什么组件?针对什么操作系统(旧模拟器只能执行 x86,因此如果您有一些 ARM 或 MIPS 应用程序,则无论如何都不会模拟)。
Platform Builder 3.0 is really, really old and I doubt any distributors carry it any more. When it was a shipping product, a distributor (Arrow, Avnet, etc) was the only place you could get it, so that's where I'd at least check on the long-shot chance.
That said, I'm not at all sure why you feel you need it. Platform Builder is for generating an OS image. PB is a difficult tool to get to know, and the 3.0 version was unwieldy at best. It's also not going to run under 64-bit. It also can't create an OS that runs on a 64-bit machine. It also cannot create an SDK that will plug into any version of Studio (well it might work in VS 2003 - it's been a long time since I did that).
What it actually sounds like you're after is an emulator and image for that emulator for a basic CE 3.0 device. Microsoft shipped the HPC Pro emulator, which was a 3.0-based device with the EVC tool set, though I've got no idea where you'd find it (short of digging out old MSDN disks).
For what it's worth, the PocketPC 2003 images are CE 3.0-based, so you do have a CE 3.0 emulator today - it's just not a more generic CE build.
Ideally I think you need to tell us exactly what you need. An emulated version of what sort of CE 3.0 OS? What components? Targeting what OS (the old emulator would only do x86, so if you have some ARM or MIPS app, that was never emulated anyway).