platform-builder

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 if someone knows if it compiles to a nop in optimised release builds or if my own macro wrapper around it with #ifdef DEBUG is still needed?...

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 the hive settings in the catalog items. In common.reg, I've set the location of the hive ([HKEY_LOCAL_MACHINE\init\BootVars] "SystemHive") ...

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 perfectly for all scenarios such as Telnet, HTTP Auth etc but NOT file browsing. Upon further inspection I noticed that when setting the ...

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 & OpenGL. Please guide me how to use OpenGL API in wince 6.0 r3 for implementing hardware acceleration. I want to know the steps regarding how to u...

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 failed. Error 3 BLDDEMO: There were errors building mytest I think it's comes, due to unset of environment variable. Facing probl...

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 anyone guide me on how i create the .dll file and include XXX_Open, XXX_Close, XXX_Write, XXX_Read in the dll file? Should i write the .dll...

How to use OPENGL API in wince 6.0 r3 platform builder

Hi All 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 ...

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

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 showing them or drop them & etc... 2-compile my *.sql files,get the result if they have problem & etc... becuz I was beginner in oracle first o...

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 what to select. Please note this is first build of any os on this PC. ...

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. File or assembly name "system.data.sqlserverce version=3.5.0.0, culture..." or one of its dependencies, was not found While digging further...

Building Multilingual Windows CE 6.0 OS

Hello, 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 MS in the article "How to create a multilingual OS Design" (see http://msdn.microsoft.com/en-us/library/ee491398.aspx). On the ta...

.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 see 2.0 only. Please help. All the information on the internet says that 3.5 should be available if R3 is installed. ...

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: Directory("\Windows\StartUp"):-File("StartUpBat.bat","\Windows\StartUpBat.bat") Directory("\Hard Disk"):-File("RegFlushKey.exe","\Windows\RegFlushKey.exe") Direc...

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 that came with 100 licenses. How can I test that this process has worked? What is 'different' in the image? Is there a command/action that c...