Tagged Questions
1
vote
1answer
14 views
Is it possible to selectively build WinCE directories in parallel
I was wondering if it is possible to build (via blddemo) some of the directories (i.e. their trees) in parallel while others not.
I have a situation where some of the directories containing parts of ...
2
votes
1answer
179 views
Platform Builder for WinCE 7.0
I'm using Windows XP 32-bit OS. I installed Visual Studio 2008 initially. Then, I installed WinCE 7.0 Evaluation version. Now, when I check for Platform Builder in Visual Studio, there is no such ...
0
votes
1answer
49 views
WindowsCE merges partitions into single /YaffsPart1
I have created two yaffs partions like
a. /boot
b. /data
Generated "NK.bin" is copied to /boot partition and a text file "DATA.TXT" is copied to
/data partition.
Within windows CE only /YaffsPart1 ...
2
votes
2answers
427 views
Installing Win CE 6.0 licence
We finally managed to develop and test our custom Win CE 6.0 installation. Everything we made on trial version.
Now want to buy the license per device and install it into the target Win CE OS.
Does ...
0
votes
1answer
253 views
Building a specific Runtime image using Platform Builder 5.0
I need some help to create a run-time image using Platform Builder 5.0, I know how to make run-time images but I need specific modules and files to be inside the run-time image, I am basically trying ...
2
votes
1answer
60 views
How can I create a command line definition for a public code module without cloning it?
Specifically, I want to define WBT_USEAUTOLOGON for $(_PUBLICROOT)\RDP\OAK\UIT\TSCONWIZ
This would get the functionality I require without having to clone the module(s).
I expect I can use a trick ...
3
votes
2answers
994 views
Customize bootloader splash screen for non x86 targets
I'm building an OS in Windows CE 6.0R3 targeted for the ARM9 architecture (Specifically it's for the iMX28 series) and I'd like to change the boot screen to display a custom image when the device is ...
1
vote
1answer
322 views
How do I change the program memory through config.bib in Wince 6.0?
I get an error:
PROGRAM MEMORY IS LOW
Convert some Storage Memory to Program Memory... Use System
Control panel to adjust memory later.
I would like to change the program memory through config.bib.
...
1
vote
1answer
893 views
Windows CE 6.0 - Installing SQL Server CE 3.5 into the run-time image
I made an application that I put onto the hard disk of Win CE (the Compact Flash card). My problem is that the application is using the SQL Server CE 3.5 database but it looks like that the image is ...
1
vote
1answer
1k views
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 ...
0
votes
0answers
349 views
Windows CE 6.0 - USB Drivers , SQL CE 3.5 installing correctly, boot up
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 two problems:
1. USB drivers at ...
3
votes
1answer
506 views
Add device driver to Windows CE 6.0 through Platform Builder
I'm trying to add a device driver to a Windows CE 6.0 image that I'm creating through Platform Builder.
The driver in question, for the VIA 6656 chipset (used in many USB Wi-Fi adapters/dongles), is ...
1
vote
1answer
89 views
DLL in platform builder
I have built a new dll in the platform builder and trying to use this dll in my app. When I'm using this dll in my app I'm getting an error: Can't find PInvoke DLL 'HardwareAbstractionLayer.dll'.
...
2
votes
1answer
465 views
How to inbuild a package to Nk.bin?
I am developing windows CE 6.0 for VIA board. I have a MFC application as exe file. I want to include my application in the NK.bin image. how to do this?
0
votes
1answer
88 views
Inhibit loading of IPNAT.DLL
The NDIS layer of Windows CE 5 loads the driver IPNAT.DLL. This DLL is responsible for the Network Address Translation and for the DHCP allocator. Unfortunately NDIS loads the driver by its name ...
0
votes
1answer
399 views
Add CAB file to the OS design
I need to add the CAB file (my installation) to the OS Design and I can't find a way to do that.
I need it for Installing the program automatically when the OS loads for the first time.
I'm talking ...
0
votes
1answer
153 views
Enabling virtual com port support in Platfrom Builder?
I have USB RFID reader and Win CE 6.0 OS. My device is TQ2440 (ARM).
The system is in CN language, the reader is available on '$device\COM10' port (After installing FTDI VCP drivers). Everything is ...
1
vote
1answer
260 views
Platform builder and compiling options and flags
I'm new to platform builder, this might be obvious..
I'm working on wince6.0.
I've looked everywhere, didn't find how to add flags to the compilation of the image.
I've noticed there are many flags ...
5
votes
1answer
6k views
How to download Platform Builder for Windows CE 5.0?
I'm developing an application on a device that has Windows CE 5.0.
I need to change the OS, e.g. language installation & ... , and it seems that i need an IDE named Microsoft Platform Builder.
But ...
1
vote
1answer
630 views
KITL over serial doesn't work: WinCE 6.0
I am trying to debug my app using KITL.
I have built my NK.bin in Release mode
I tried to attach device:
It is showing a message ( in the debug windwo: "Show Output from : Windows CE debug"
"PB ...
1
vote
1answer
417 views
windows embedded ce 6.0 dll creation
I wants to create winCE 6.0 DLL.
I have installed visual studio 2005, platform builder, PB R2, PB R3.
HOw to create the wince dll.?
1
vote
1answer
797 views
Where is 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 ...
0
votes
1answer
89 views
SYSGEN_SYSISAPI replacement for WinCE6
I'm currently porting a CE5 platform to CE6. It's a headless system and until
now I've made great use of the "Device Management ISAPI Extension"
(SYSGEN_SYSISAPI), mostly for launching and killing ...
1
vote
1answer
724 views
How do I use Platform Builder 5.0 on Windows7(x86)
I want to use Platform Builder 5.0 on a PC running Windows 7 (x86) O/S. I don't have to taggle any 64 bit issue, since the PC is not capable to run a 64 bit version.
Is this somehow possible to tweak ...
2
votes
1answer
644 views
How to debug wince6.0 r2 image using KITL?
I am new in wince .I have a image in wince 6.0 r2.I want to debug that image and print messages.I know only that KITL is use for debugging.... but how to use that?
1
vote
0answers
394 views
Loading NDIS drivers automatically on Windows Embedded CE 6.0 during boot time
I have a Wi-Fi driver from a manufacturer. That driver has Plug and Play support. After the adapter has been inserted or removed, Windows CE has recognized it successfully. But at boot time, if the ...
0
votes
1answer
511 views
How to test for a stamped WinCe6 NK.BIN image!
I have created an image, using Platform Builder, for Windows CE6.
As per the legal agreement, I then 'licensed' the NK.BIN image file, again using Platform Builder, using a purchased run-time key ...
1
vote
1answer
342 views
Platform Builder Project.Dat Issues
I am trying to customise an image for Windows CE6 using platform builder.
The image itself is fine. However, my customisation is failing.
My project.dat file looks like this:
...
1
vote
1answer
562 views
.NET 3.5 CF on Windows CE Platform Builder 6
I downloaded Platform Builder for Windows CE 6.0 and upgraded to R2 and R3. I am not able to see .NET CF 3.5 in the "Applications and Service Development" pane of the OS Design Wizard. I am able to ...
0
votes
1answer
148 views
Which is the first build comand to be used after a fresh installation of VS2005 and platform builder
I have installed VS2005
Then PB with all R1 and R2 and other releases.
Now I create a new OS project select one of the bsp default installed.
Set it to release build
Next what....
From Build menu ...
0
votes
1answer
769 views
How to use OPENGL API in wince 6.0 r3 platform builder
How to use the following interface in wince 6.0 r3 for implementing hardware acceleration for graphics in silverlight
IRenderer
ICustomSurface
ICustomGraphicsDevice
Thanks in Advance
1
vote
2answers
233 views
Getting started on a stream interface driver
I want to build a stream interface driver for testing purposes but I am completely lost. I don't know which IDE to use VS2008 or Platform Builder. Platform Builder is whopping 20GB to download :( Can ...
1
vote
1answer
409 views
Unable to set enviornment variable in platform builder win CE 6.0
Actually while building the Windows CE project getting the two errors:
BUILD: [00:0000000015:ERRORE] C:\WINCE600\PLATFORM\ICOP_Vortex86_60CS\SRC\OAL\OALLIB\obj\x86\debug_objects.mac: create file ...
0
votes
1answer
656 views
Implement Hardware Acceleration for Graphics in Silverlight for Windows Embedded
Does anyone have any sample code to how to use DDraw & OpenGL in wince?
I have searched the net and I didn't find anything on how to implement hardware acceleration in wince using DDraw & ...
0
votes
2answers
885 views
Issue with setting ADMIN password on Windows CE
I have wrote a user manager script the uses NTLMSetUserInfo to set passwords of some users, including ADMIN... What I have noticed though is that if I do this the username / password combination works ...
1
vote
1answer
1k views
Hive Based Registry in Flash
To start with I'll say I've read the post here and I'm still having trouble.
I'm trying to create a CE6 image with a hive-based registry that actually stores results through a reboot.
I've ticked ...
0
votes
2answers
155 views
Will NKDbgPrintfW be compiled to nop in release build?
I know about and have used the macros DEBUGMSG, RETAILMSG, ERRORMSG, that all take a condition parameter. For general formatted debug output, though, I want to use ::NKDbgPrintfW directly and wonder ...
0
votes
1answer
173 views
Problem related to dll
Can anyone guide me what could be the problem in the mentioned below:-
This PP folder is present in the following path at my desk "E:\WINCE600\PLATFORM\COMMON\SRC\SOC\COMMON_FSL_V2_PDK1_7\IPUV3"
...
1
vote
1answer
212 views
NETCF app and “Program memory low” dialog
I have a memory leak somewhere in my NETCF app, but instead of getting the
"OutOfMemoryException" with the nice stack trace to track it down, I get the
big white wince "Program memory..." dialog and ...
1
vote
1answer
585 views
Does ConManClient2 have any prerequisites on WinCE6?
I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005.
With Visual Studio 2005 comes ConManClient2, compiled for each ...
1
vote
1answer
237 views
What are the common issues that can cause slow boot times of Windows CE6 Images?
I am relatively new to Platform Builder, and whilst I am able to produce nk.bin files, they boot very slowly, 80-100 seconds, so I think there may be some checkbox somewhere that I need to set (or ...
1
vote
1answer
238 views
How to export a Project Builder for CE 6.0 subproject as a project?
I have an OS design project with some subprojects, I would like to try to compile one of this subprojects using the SDK of other platform. I don't have the BSP used to create this SDK, so I cannot ...
3
votes
3answers
11k views
How To: Platform builder for windows CE 6.0
I am a novice to Platform Builder.
I need to know how to work with platform builder.
As I googled I was not able to find where to start from.
Following is what I am looking for.
What exact tools ...
1
vote
2answers
804 views
Why can I not enable breakpoints in Visual Studio 2005?
I have seen that sometimes breakpoints cannot be enabled in Visual Studio, they appear as empty circles, with a warning sign when enabled. This icon change is all the information VS gives.
...
2
votes
1answer
2k views
How can I add a binary device driver in Platform Builder for Windows CE 6.0?
I need to add a device driver to a Windows CE image, I have the driver in .dll and .reg files and in a .cab package.
I'm using Visual Studio 2005 with Platform Builder for Windows CE 6.0.
How can I ...
0
votes
2answers
1k views
Windows CE 6 Wordpad replacement
I'm developing a Win CE 6 OS image and want to make it fit in the "Windows Embedded CE 6.0 Core Run-Time License".
This means, among other things, that I have to remove the Wordpad application.
From ...
1
vote
3answers
571 views
Platform Builder and C#
Platform Builder is a tool for building a Windows CE Operating system on your computer and then loading it on a Windows CE device.
All this is done through Platform Builder. And I do it all through ...
0
votes
2answers
672 views
Access desktop release diretory from windows ce device
I am writing a test program to copy some file in Applicaiton data folder on device to release directory on desktop.
I am not sure how to access release dir on desktop?
Is there any shell command to ...
0
votes
2answers
170 views
Creating a lib from other libs : is it possible?
I'm using Windows CE Platform Builder and my code is written in C++ . For each of the folders in the project I'm creating a lib ( the code is statically linked ) . However , there are about 20 libs so ...
1
vote
2answers
5k views
Windows CE 5.0 image building: Possible without Platform Builder?
Is it possible to create Windows CE 5.0 images (ie: nk.bin) from VS2005/VS2008 without using Platform Builder? If so, how? Can a vendor BSP for WinCE 5 be loaded into VS2005/2008? Are there the ...
