Tagged Questions

Platform Builder is a programming tool that allows building a customized version of Windows CE (Windows Embedded CE/Windows Embedded Compact) or Windows Mobile.It is also used on development of device drivers, BSP (Board Support Packages) and other additional applications that can be integrated into the Operating System Image.

learn more… | top users | synonyms

2
votes
1answer
811 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 ...
2
votes
1answer
275 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?
2
votes
2answers
2k views

How do I enable Platform Builder mode in VS2008

After installing VS2008, the platform builder mod, and the WM7 aku, VS usually prompts you, upon first startup, for your default mode. If you make a mistake and select something other than PB7, how do ...
1
vote
1answer
97 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 ...
1
vote
1answer
294 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
109 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
388 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 ...
1
vote
1answer
247 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 ...
1
vote
1answer
163 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
356 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 ...
1
vote
2answers
148 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
256 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 ...
1
vote
1answer
689 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 ...
1
vote
1answer
108 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
377 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
145 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
194 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 ...
1
vote
3answers
7k 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
421 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. ...
1
vote
1answer
445 views

VS2005 debugger disassembly window

I use PB 6.0 to debug my Windows-CE image. Whenever I run in this mode VS2005 opens the disassembly window each time it hits a debug break in a file that it does not have its source (pdb file for the ...
1
vote
1answer
1k 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 ...
1
vote
3answers
4k views

How do I Emulate/Debug Windows CE 5.0 applications in C#?

Here's my problem. I'm currently trying to develop a .Net Compact Framework 2.0 application (in C#) to a Windows CE 5.0 device. Firstly: How do I debug/emulate the application in Visual Studio 2008 ...
1
vote
3answers
430 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 ...
1
vote
1answer
170 views

using #include directives in Platform Builder DAT files

So I know I can use #include in BIB and REG files to pull in other files like this: #include $(_PLATFORMROOT)\MYPLATFORM\FILES\MYBIB.BIB but it seems that I can’t get DAT files to behave the same ...
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 ...
0
votes
0answers
17 views

How to force Visual Studio 2005/Platform Builder to recompile version.cpp file every time build is called on a subset of a project

Visual Studio 2005 with Platform Builder. I want to write the TIMESTAMP to the registry at runtime to aid in future debugging. However, TIMESTAMP only gets expanded when the version.cpp file is ...
0
votes
1answer
70 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 ...
0
votes
1answer
58 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 ...
0
votes
0answers
432 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 ...
0
votes
1answer
253 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 ...
0
votes
1answer
282 views

Building Multilingual Windows CE 6.0 OS

I have buid a multilingual Windows CE 6.0 OS for differents roman european languages and several east asian: chinese, japanese and Korean. To do this, I have followed the informations described par ...
0
votes
1answer
130 views

What to select in catalog in platform builder to include SQL CE in image for windows CE

What to select in catalog in platform builder to include SQL CE in image for windows CE. I have selected Application and Services Development->Sql Compact but it is still giving following error. ...
0
votes
1answer
64 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
0answers
573 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
0
votes
1answer
501 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
533 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 ...
0
votes
2answers
99 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
131 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" ...
0
votes
1answer
101 views

Oracle form builder not getting values from server

I am logged into a sql server. when i insert values via SQL*Plus server, they are not registered by Form builder, but when i insert them using form builder, they do appear when i search for them on ...
0
votes
2answers
1k views

Window 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 ...
0
votes
2answers
575 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
149 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 ...
0
votes
3answers
797 views

Platform Builder command line building question

I'm building a project from command line , using WinCE platform builder , and I need RTTI to be enabled , so that my project works correctly . I tried setting the option RTTI="YES" in the sources and ...
-2
votes
2answers
328 views

What is the best way to connect to an Oracle database to build my own IDE? [closed]

before answer me plz thinking about the futures of these kind of program and answer me plz. I wanna get some data from oracle server like: 1-get all the function,package,procedure and etc for ...