Questions tagged [windows-xp-embedded]

Windows XP Embedded, commonly abbreviated "XPe", is a componentized version of the Professional edition of Windows XP.

Windows XP Embedded, commonly abbreviated "XPe", is a componentized version of the Professional edition of Windows XP. An original equipment manufacturer is free to choose only the components needed thereby reducing operating system footprint and also reducing attack area as compared with XP Professional. Unlike Windows CE, Microsoft's operating system for portable devices and consumer electronics, XP Embedded provides the full Windows API, and support for the full range of applications and device drivers written for Microsoft Windows. The system requirements state that XPe can run on devices with at least 32 MB Compact Flash, 32 MB RAM and a P-200 microprocessor. XPe was released on November 28, 2001. As of October 2008, the newest release is Windows XP Embedded Service Pack 3.

54 questions
0
votes
1 answer

Error running .NET CF 3.5 program in XP Embedded

I cannot run an application made for .net compact framework 3.5 in a POS with windows XP Embedded SP3, the error shown is "Unable to find a version of the runtime to run this application" so I checked over and over again and confirmed the .net…
hdkrus
  • 420
  • 1
  • 5
  • 13
0
votes
3 answers

looking for sugestions on how to get started with embeded xp

In the past I have worked with the microchip PIC family, but I would like to broaden my horizons by working with XP embedded systems, and I am looking for suggestions on where to start.
Brad
  • 20,302
  • 36
  • 84
  • 102
0
votes
1 answer

Why does DeleteIPAddress fails when deleting the adapter's default IP?

I'm trying to write a program that will switch the selected adapter's IP on command. For that, i'm using the GetAdaptersInfo() function to get the adapter's Index and it's IP context, and then using that to delete the current IP (through…
ememorais
  • 329
  • 2
  • 11
0
votes
1 answer

Windows XPE service installation - how to set security at CreateService time?

I'm using CreateService to install a windows service on Windows XPE. I'd like to set things up so that only the Administrator can start/stop/pause/resume the service. Right now I'm using the following to install the service: schService =…
Michael Kohne
  • 11,888
  • 3
  • 47
  • 79
0
votes
2 answers

net use command - WinXP Embedded

I'm trying to use the 'net use' command to map a drive from a Windows XP Embedded system(built using Target Designer), but when I try to execute the 'net use' command, it is un-recognized. The command works great on my desktop WinXP machine, just…
JB_SO
  • 471
  • 3
  • 8
  • 18
0
votes
1 answer

Why does a call to IPInterfaceProperties::DnsAddresses return three DNS servers?

I have some code running on a Windows XP Embedded machine which attempts to record the current network settings using a snippet along the following lines: array^ ifs = NetworkInterface::GetAllNetworkInterfaces(); for each…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
0
votes
4 answers

Batch file to determine Windows version on XP Embedded

I have an install script that needs to behave differently if running on XP/2003 or 7/R2, and it's been working perfectly fine. UNTIL a couple weeks ago I found out that it doesn't run on XPe (works fine on 7e), turns out find.exe is not included in…
Brian
  • 137
  • 1
  • 4
  • 14
0
votes
3 answers

How to make client load new html page with new java applet

How can I make the browser of a client load the new version of the html page with a new java applet? We updated a system in the field, but when the client connected to the web server, the old java applet was still shown (from the cache). How can I…
Hrqls
  • 2,944
  • 4
  • 34
  • 54
0
votes
1 answer

ManualResetEvent issue on WinXP embedded

I am having a problem with using the ManualResetEvent class with a timeout parameter. This problem occurs specifically on the WinXP embedded platform. The code works perfectly on other windows platforms. I am communicating with a TCP server. In my…
this-Me
  • 2,139
  • 6
  • 43
  • 70
1 2 3
4