问题标签 [platform-builder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
17570 浏览

windows-ce - 如何下载适用于 Windows CE 5.0 的 Platform Builder?

我正在具有 Windows CE 5.0 的设备上开发应用程序。我需要更改操作系统,例如语言安装和...,而且我似乎需要一个名为 Microsoft Platform Builder 的 IDE。但我怎样才能得到它?是否有免费版本可供下载?我在网上搜索了一下,但一无所获!

0 投票
1 回答
747 浏览

windows-ce - 平台构建器和编译选项和标志

我是平台构建器的新手,这可能很明显..

我正在开发wince6.0。

我到处寻找,没有找到如何在图像的编译中添加标志。我注意到有许多特定于 ARM 的标志:

http://207.46.16.248/en-us/library/ee479941%28WinEmbedded.60%29.aspx

/QRArch

/QRimplicit-import-

/QRinterwork-return

/QRx 刻度

/QRxscalesched

/QRthumb

如何将它们添加到构建中,哪些带有参数(它们是什么)?也有通用标志吗?这些是什么?

谢谢

0 投票
1 回答
306 浏览

compact-framework - 在 Platform Builder 中启用虚拟 COM 端口支持?

我有 USB RFID 阅读器和 Win CE 6.0 操作系统。我的设备是 TQ2440 (ARM)。系统为CN语言,读卡器在'$device\COM10'端口可用(安装FTDI VCP驱动程序后)。一切都很好。

由于 CN 语言不可接受,我想在 Platform Builder 上构建自己的操作系统。我有设备和操作系统供应商提供的 BSP。构建系统并安装驱动程序后,我看不到任何可以使用的 USB 设备 (COM)(例如“$device\COM10”?)。

我的问题是,我应该在 Platform Builder 中打开哪个选项,这样我才能使用阅读器。据我所知,它被称为虚拟 com 端口支持?但我在 PB 中找不到这样的选项。

USB主机和功能已检查,所以它应该被安装...

0 投票
1 回答
1340 浏览

windows-ce - 将 CAB 文件添加到 OS 设计

我需要将 CAB 文件(我的安装)添加到 OS 设计中,但我找不到这样做的方法。当操作系统第一次加载时,我需要它来自动安装程序。我说的是win compact 7。

你能帮助我吗?

0 投票
1 回答
195 浏览

windows-ce - 禁止加载 IPNAT.DLL

Windows CE 5的 NDIS 层加载驱动程序IPNAT.DLL。此 DLL 负责网络地址转换和 DHCP 分配器。不幸的是,NDIS 按其名称加载驱动程序,而注册表中没有任何可见条目。这就是为什么当您创建一个没有 DLL 的平台时,您的设备只是缺少 NAT 功能。

我需要更改设备的配置。

如何在IPNAT.DLL不使用 Platform Builder 重建的情况下抑制负载?

0 投票
1 回答
1553 浏览

windows-ce - 如何将包内置到 Nk.bin?

我正在为 VIA 板开发 windows CE 6.0。我有一个 MFC 应用程序作为 exe 文件。我想将我的应用程序包含在 NK.bin 映像中。这个怎么做?

0 投票
1 回答
158 浏览

c# - 平台构建器中的 DLL

我在平台构建器中构建了一个新的 dll,并尝试在我的应用程序中使用这个 dll。当我在我的应用程序中使用此 dll 时出现错误:找不到 PInvoke DLL 'HardwareAbstractionLayer.dll'。

这个错误是什么意思,我该如何解决这个问题?

0 投票
1 回答
1686 浏览

windows - 通过 Platform Builder 将设备驱动程序添加到 Windows CE 6.0

我正在尝试将设备驱动程序添加到我通过 Platform Builder 创建的 Windows CE 6.0 映像中。

用于威盛 6656 芯片组(用于许多 USB Wi-Fi 适配器/加密狗)的驱动程序可在制造商的网站上找到,包含几个文件:.PDB、.REG、.BIB、.DLL、.MAP 和.REL。

我知道 REG 文件必须导入到我的 OSDesign.reg 中,BIB 文件到我的 OSDesign.bib 中,并且 DLL 必须放在我的图像的 /Windows 文件夹中。我不明白如何处理剩余的文件(PDB、MAP 和 REL)。

有人可以在这件事上帮助我吗?

先感谢您!

0 投票
0 回答
836 浏览

sql-server-ce - Windows CE 6.0 - USB Drivers , SQL CE 3.5 安装正确,启动

我构建了一个新的 Windows CE 映像并放置了两个 USB 驱动程序。一个用于 USB 打印机,第二个用于带有数字和模拟 I/O 端口的特殊设备。

我有两个问题:

1.开机时的USB驱动

我的问题是每次启动映像时都会要求输入驱动程序的名称。(消息是“Unidentified USB Device” 请输入 USB 设备驱动程序的名称)是否有解决此问题的方法?我必须将什么放入注册表?

2. SQL CE 3.5

我做了一个应用程序,放在 Win CE 的硬盘(紧凑型闪存卡)上。我的问题是应用程序正在使用 SQL CE 3.5 数据库,但看起来图像是使用 SQLCE 3.0 创建的。开始构建镜像时无法选择 3.5 版本。现在,当应用程序启动时,会弹出带有异常的消息窗口,并且不要让应用程序启动。我的问题是如何将 SQLCE 3.5 安装到映像中,或者如何在以后或每次启动时使用 CAB 文件安装它。

0 投票
1 回答
3765 浏览

windows-ce - Windows CE 6.0 - USB Drivers at boot up time

I built a new Windows CE image and placed two USB drivers. One for the USB printer and the second for some special device with digital and analog I/O ports.

I have one problem that came out with the drivers while the operating system boots up.

Every time the image boots up it asks to enter the driver's name. (The message is "Unidentified USB Device" Enter the name of the USB device driver) Is there a workaround for this problem ? What does I have to put into a registry?

I did not check if the driver is working after that because of my second problem with the SQL CE 3.5 in my application.

The similar problem is happening if I not add a driver for example the Audio subsystem. The OS at boot up scans the devices and finds some new hardware asking to fill the name for the driver.

It is simple to correct the second situation. I only have to check the item in the catalog view and rebuild the image. On behind the ragistry is filled with correct parameters but what am I supposed to do with custom drivers ?