Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
12answers
568 views

How to trigger an event at 03:00 every night?

How is this done best? I want an app that's running on a server to trigger an event every night at 03:00.
2
votes
2answers
550 views

Disable a right click (press and hold) in WPF application.

I am working on the touch screen application which is running on Windows XP Standard. With current hardware to invoke a right click user has to click and hold for couple of seconds, but this might ...
2
votes
0answers
165 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 ...
2
votes
1answer
139 views

.NET compact framework on Windows XPE

I have a .NET 2.0 application running on Windows XP Embedded. I have problems with memory consumption of this application on devices that have low amount of memory (128Mb and less). Obviously, .NET ...
2
votes
2answers
208 views

Why do I get memory errors from my Delphi 2006 app running under Windows XP embedded

I have a D2006 app that uses FastMM4 (like, it has "FastMM4" in the start of the uses clause in the DPR file). I know Delphi uses FastMM4 as it's memory manager anyway, but the downloaded version has ...
2
votes
1answer
97 views

Make windows XP ask for password

We have software that have some features that are so sensitive that we want to verify the identity of the user. Instead of using a own user/password scheme we would really like to either test the ...
2
votes
2answers
1k views

where does msscript.ocx gets installed from

I'm using msscript.ocx in my application which is an activex scripting host for windows. Although I want to be able to use the same for XP embedded(XPe) which's highly customizable. 1.I want to ...
1
vote
2answers
74 views

When does a memory dump get written after BSOD?

I have a machine that periodically BSOD's. I have full memory dumps configured. Sometimes, when rebooting AFTER the BSOD, the machine sits on a black screen for several minutes, then finally comes ...
1
vote
2answers
93 views

What causes a nul character written to file just before a pc crash?

We have an application running on several thousand identical machines. Same OS, same hardware, same application installation. On very rare occasions, the machine locks up. Alt tab, ctrl-alt-del, ...
1
vote
2answers
491 views

How do I programmatically change a .lnk to change its target?

Is there any way to open a windows shortcut (.lnk file) and change it's target? I found the following snippet which allows me to find the current target, but it's a read-only property: ...
1
vote
1answer
506 views

Developing WPF App to Run on Windows XP Embedded Monitor

I'm experienced developing Windows client desktop apps with WPF, but I've never developed apps for a Windows XP embedded device. We have monitors located around the factory that run XP embedded and I ...
1
vote
4answers
1k views

WCF with .Net 2.0

We need to implement a WCF service on a machine that can only run .Net 2.0. The machine is a Windows XPe POS terminal, and we have not found a way to install .Net 3.0. We can't really format it with ...
1
vote
2answers
2k views

How do I access performance counters from C# in Windows XP Embedded?

I have an application running under Windows XP, and I'm accessing the Processor and Memory performance counters. When I try to run the same code and access them on XP Embedded, the counters don't ...
0
votes
0answers
10 views

Disabling ctrl-alt-del in XP Embedded configuration

I was wondering, if it is possible to disable the Ctrl-Alt-Del in the XP-Embedded configuration when creating a new XP Embedded image?
0
votes
0answers
45 views

Windows XP Embedded C++ TR1 - The procedure entry point ?_Xmem@tr1@std@@YAXXZ could not be located

I'm building a Windows app and recently included use of the std::tr1::regex functions. Now when I go to run my app on XP embedded I get the above error. How do I fix this? App. used to work before ...
0
votes
0answers
43 views

How can I prevent users from changing UltraVNC settings?

I'm running UltraVNC 1.0.5.6 on a Windows XP Embedded machine, and I need to lock down the machine so users can't change any of the settings. The problem is VNC is allowing all users of the machine to ...
0
votes
0answers
81 views

Wix heat.exe generating incorrect fragment for context menu dll in Windows 7 32-bit application

So we've got this 32-bit software package that is installed on both Win XP and Win 7 machines. The current issue that I'm looking at is that when installing part of the package, registry values are ...
0
votes
2answers
47 views

How to program for Windows XP embedded

When it comes to mobile development on .NET platform I've only developed for Win CE and Win Mobile, but a provider offered me Win XP Embedded on some industrial computer we're going to use. The ...
0
votes
0answers
71 views

Windows XPe: How do I change the time zone via a script or API call without rebooting?

I'm working with some deployed Windows XPe systems and I need to change the time zone such that the local time is the same as the system time. I need to do this via a script or via win32 API calls. ...
0
votes
1answer
130 views

how to disable (or reset) a network adaptor programmatic-ally in C#

Hope the subject line makes it clear. I need to disable a network adapter programmatically using C#(.NET 2.0) on Windows XP/E Background Reason : After installing a Bluetooth stack on the pc. 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
2answers
59 views

Does AIR run on XP embedded?

I cant seem to find any answer to this, other than a series of forum posts asking the same question going unanswered. Does AIR 2.0 run on XP embedded?
0
votes
0answers
172 views

WCF security exception with Windows XP Embedded

I have a web service, housed in a windows service, that uses the BasicHttpBinding with transport security via a self-signed certificate. The service works fine except when it resides on Windows XP ...
0
votes
2answers
454 views

Access GPIO on atom board

On this machine: http://www.nexcom.com/ProductModel.aspx?id=376f4fa5-64f3-41d1-afba-60ee48883465 I'm trying to access gpio, but neither Nexcom or Intel support has been very helpful. The closest ...
0
votes
1answer
40 views

Architecture and patterns for cash collection terminals

I have just been handed a huge project for an application that must run on a terminal that securely collects cash drops. It is a rewrite of an existing project, so requirements are pretty well ...
0
votes
0answers
109 views

Flash Cookies in Silverlight doesent work on Windows XP Embedded

I have a Silverlight 4 out-of-browser full trust application that shows a Flash file. This Flash file is using cookies to store some informations. When I opening the Flash application in my Browser ...
0
votes
4answers
173 views

Convert a .NET WinForms Application to a binary executable

I have a very low spec computer running XP Embedded (512Mb RAM, 512Mb HDD). IE 8 doesn't fit on it with .NET, so I was wondering if it's possible to compile a WinForm's project to a binary executable ...
0
votes
1answer
178 views

WMI Win32_Printer not working on XP Embedded

I have some code which works on a standard XP system, but fails on XP Embedded test machine. I get System.Management.ManagementException : Provider Load Failure Here is my code: string query = ...
0
votes
1answer
380 views

Windbg with xp embedded, ntdll.dll symbols fail, other symbols affected?

I am using windbg with xp embedded. Attempting to fetch the operating system symbols fails with the message "Symbol file could not be found. Defaulted to export symbols for ntdll.dll". (Is this ...
0
votes
0answers
163 views

Recommendations for CANOpen stack implementations?

I need an off-the-shelf CANOpen stack implementation as part of a Windows XP Embedded software solution I'm developing. Does anyone have any suggestions beyond IXXAT's offerings?
0
votes
3answers
42 views

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.
0
votes
1answer
163 views

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 ...
0
votes
2answers
783 views

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 ...
0
votes
2answers
1k views

Windows XP embedded - RS485 problems

We've got a system running XP embedded, with COM2 being a hardware RS485 port. In my code, I'm setting up the DCB with *RTS_CONTROL_TOGGLE*. I'd assume that would do what it says... turn off RTS in ...
0
votes
3answers
929 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 ...
0
votes
3answers
1k views

Porting Windows demo apps to WinCE/XP Embedded

We have a range of PC demonstration programs for our microcontroller products. The programs typically connect to a USB HID chip on the microcontroller board. The USB chip acts as a communications ...