Tagged Questions

2
votes
0answers
163 views

ARP request are sent even though windows has an entry in cache (ARP Table)

we have a product which runs on windows XP embedded SP1. We add a fake(does not exists) MAC address for a fake IP in ARP table. When there is a communication happening Windows sends packets to the ...
0
votes
2answers
75 views

XP embedded CRT version issue.. LoadLibraryEx failing

I am using a third party dll in my application which is destined to be run on a Windows XP embedded SP1 system. It runs fine on my dev box however, but when I try to run it on target platform it ...
0
votes
3answers
926 views

How do I add the NULL device to Windows XP Embedded?

Windows XP Embedded is missing the NULL or "NUL" device. For one thing, Visual Studio seems to require it and trying to build a project aborts with a PRJ0015 error. Anyone know how to configure an ...