The windows-xp-sp3 tag has no wiki summary.
52
votes
2answers
69k views
Dependency Walker reports IESHIMS.DLL and WER.DLL missing?
On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that:
IESHIMS.DLL and WER.DLL can't be found.
Do I need these DLL's?
...
12
votes
3answers
13k views
VS 2010 error - cannot open file “iostream”
I've just migrated from VS2005 to VS2010 and it fails to compile a simple program.
#include <iostream>
using std::cout;
using std::endl;
int main()
{
cout << "Hello Visual Studio ...
8
votes
3answers
1k views
WPF Choppy Animation
WPF
Windows-XP SP3
I'm having a problem with a simple WPF animation.
I use the following Xaml code (in XamlPad and also in a WPF project):
<Page ...
4
votes
4answers
276 views
Error 0x800706F7 “The stub received bad data” on Windows XP SP3
In my VB6 application I make several calls to a COM server my team created from a Ada project (using GNATCOM). There are basically 2 methods available on the COM server. Their prototypes in VB are:
...
4
votes
1answer
2k views
Controlling Windows Firewall in C# for Windows 7 and Xp Sp3
I here have a code working perfect in Windows 7 i took help from this post....
The problem comes when that same code in compiled on Win Xp Sp3 PC. Its does not comile... says interface missing ...
3
votes
3answers
6k views
How to Run PHP on IIS7.5 Express?
I have Win XP SP3 and have installed IIS7.5 Express and want to run PHP on it.
I am able to run simple HTML code on the server, I am able to start and stop the server by running iisservices.exe, but ...
2
votes
3answers
1k views
how to properly print utf8 characters in windows console?
This is the way I try to do it:
#include <stdio.h>
#include <windows.h>
using namespace std;
int main() {
SetConsoleOutputCP(CP_UTF8);
//german chars won't appear
char const* text ...
2
votes
1answer
18k views
Installing IIS on Windows XP SP3 with no media (CD/DVD)
I got my system rebuilt and guy forgot to install IIS.
Its Windows XP SP3. I dont have CD / DVD of Windows XP SP3 install IIS.
Is this can downloaded? if yes where?
2
votes
1answer
4k views
Error during building/compiling “Hello World” for Android
I have a compiling problem. I followed tutorial about "Hello world" program for Android and I've managed to compile and run the program successfuly a couple of times. But the next day when I turned on ...
2
votes
3answers
543 views
CHM file unreadble if saved to hdd
I've just downloaded JSon.Net for framework 4.0 as a zip file.
Opening zip (using WinRar) I'm able to open Documentation.chm file by double-clicking over the name listed and the help file is well ...
2
votes
0answers
93 views
Getting “Capability matching failed at NIC.” error while trying to set a custom profile - NativeWiFi + WinXP SP3
I am trying to create an ZeroConfig client to connect my Atheros WiFi device to an AP (for learning purpose). I am using NativeWiFi (WinXP SP3) to query my device & set a profile against the ...
2
votes
2answers
419 views
ManagementObjectSearcher throws FileNotFoundException when iterating its objects in foreach loop
I try to obtain some system information with several classes from System.Management namespace but any attempt to use ManagementObjectSearcher or ManagementObjectCollection collection items results in ...
1
vote
3answers
107 views
which standard do i need to follow?
If I use vs2005 would I need to follow an old cpp standard edition?
can I possibly run vs2010 with 512 RAM or would it be a very slower?
1
vote
6answers
3k views
How do I make localhost:3000 available world-wide with my IP adress?
I have a Ruby on Rails application running on localhost:3000. I would like to make it available world-wide, using x.x.x.x:3000 (my IP address).
I'm on Windows XP SP3.
1
vote
3answers
774 views
How accurate is Sleep() or sleep()
I'm trying simulate a key down and key up action.
For example: 2638 millseconds.
SendMessage(hWnd, WM_KEYDOWN, keyCode, 0);
Sleep(2638);
SendMessage(hWnd, WM_KEYUP, keyCode, 0);
How would you know ...
1
vote
1answer
662 views
How to get the enable / disable a scheduled task using C#?
Using C# (.net Framework 4.0) and Windows XP is it possible to enable/disable a Schedulled Task programatically?
1
vote
3answers
1k views
Task Manager Process Location
Greetings,
Is there a command line syntax in which returns the Image Path / Location of the *.exe on the task manager?
I'm using Windows XP Professional Service Pack 3, I'm aware of the ...
1
vote
2answers
840 views
Application done in Windows XP SP3 not working in Windows 7
I have done a WPF appliction using VS 2008 SP1 in Windows XP SP3. I copy the exe and dlls to my Windows 7 RC build 7100 machine. But the exe is not working. When I doubleclick on the exe, a message ...
1
vote
1answer
324 views
VBScript FileCopy but dont overwrite 1 file
I have a question (obviously hahah)...
This code below finally works for me with the help from stackoverflow.com and various sites...
all I want to do now is to make sure one file doesn't get ...
1
vote
1answer
243 views
PInvoke works with Windows 7 but fails in Windows XP
I have an application that uses a third party native C dll. Everything works well on a Windows 7 machine with .Net 4 but fails on Windows XP (SP3) with .Net 4.
I get the following exception on ...
1
vote
1answer
398 views
cassandra.bat throws java.io.IOException: rename failed of LocationInfo-e -1-Data.db in 0.7rc1
I've followed the Getting Started instructions for single node and it worked fine in cassandra-0.7beta2. But when trying to do the same for cassandra-0.7rc1 it spews out the following stack trace:
...
1
vote
3answers
1k views
Can't access web service when connected to the network :: HTTP 407
I have a console application that communicates with a web service. Both of them are on the same machine.
When I am accessing the web service with the LAN disabled, it connects without a problem. But ...
1
vote
0answers
96 views
Is there an Windows API routine for getting the timezone name in English?
The Windows GetTimeZoneInformation function returns StandardName and DaylightName members of the resultant TIME_ZONE_INFORMATION structure localized according to the current user default UI language. ...
1
vote
1answer
335 views
git push Permission denied (publickey) windows-xp [closed]
I've looked at the similar issues but none of them fit. I created the world-renowned sample_app from the Ruby on Rails Tutorial. I created the repoFOO.git repository and I successfully pushed my ...
1
vote
0answers
51 views
sound once lost doesn't come back
Am developing a windows application that produces sound.
But sometimes the sound, once muted and unmuted, doesn't come back.
I raise the volume in the volume control but still nothing.
I read a ...
1
vote
0answers
190 views
Connecting PHP script to remote Oracle Database Proplem
i am trying to connect a php script to remote oracle DB but after following this article
http://www.bernzilla.com/item.php?id=784
i have faced this issue
A PHP Error was encountered
Severity: ...
1
vote
0answers
364 views
Can't load 'C:/strawberry/perl/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML
I have downloaded strawberry PERL and writing one application with CGI Perl Apache on Winxp sp3).
One of the libraries (written by someone else) which I using uses XML::LibXML. When i load the page it ...
1
vote
0answers
186 views
Could “Win32_Processor ProcessorID” attribute change value with no hardware modifications
I have been using WMI to get information about hardware. Some informations appears to DO NOT change. One of these is "Win32_Processsor ProcessorID".
Anyway, I have a machine (with just one phisical ...
1
vote
1answer
648 views
Unable To Install Perl Modules Using CPAN (Windows XP Server with XAMPP)
I currently have a Windows XP Pro SP3 server with XAMPP. I downloaded the Perl add-on for XAMPP earlier today, and it installed without a problem. After the install, I was able to go to .pl files on ...
1
vote
0answers
548 views
Running Windows Update through wuapi.dll
I've added a reference to Interop.WUApiLib in my project, a console application. I'm trying to test out silently running updates on virtual machines but its not going so well. When I try to run the ...
1
vote
0answers
295 views
DllRegisterServer in MSCOMCT2.OCX failed
I tried to register MSCOMCT2.OCX at MS Win XP Prof 2002 SP 3. I got this error message - DllRegisterServer in MSCOMCT2.OCX failed. I checked it under C:\WINDOWS\system32. It's already there. But still ...
1
vote
3answers
166 views
VS2005 - Runtime errors, exceptions [closed]
Recently I changed something in VS2005 that now it doesn't show errors at runtime, for e.g
int f()
{
f();
}
int main()
{
f();
}
The program just ends with showing no errors at runtime caused ...
1
vote
1answer
99 views
Incuding directories of VS2010 for VS2005
Can I use new SDK directories that comes with VS2010 for VS2005 ?
1
vote
2answers
2k views
How to solve build errors using VS 2010 Ultimate on 32bit XP Sp3
Installed VS2010 Ultimate on my desktop workstation - Dell Precision T3500 (Windows 7 64bit OS), and on my IBM ThinkPad R51 (Windows XP Sp3 32bit).
I am having problems building solutions on the ...
1
vote
0answers
424 views
VB6 and Com debug issues after XP Service Pack 3 install
My company recently upgraded our PCs to XP service pack 3.
We still have some vb6 apps that connect to an EJB server via a JCOM bridge.
These apps still work as compiled exes but i noticed that during ...
1
vote
0answers
377 views
Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app
I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test ...
0
votes
2answers
12k views
DirectX Version on Windows XP SP3
What is the version of DirectX that is installed by default with Windows XP SP3? Google did not yield convincing results on this.
0
votes
2answers
1k views
Create a computer login screen VB.net
I would like to create a VB.net program that will prompt a user before it shows them their desktop for a password. If the password is correct it will log in. If incorrect, after a couple of tries the ...
0
votes
1answer
57 views
Targetting Windows XP from Visual Studio 2012
Good day everyone,
I recently upgraded to Visual Studio 2012 and I'm loving the improved C++11 support and the dark theme. However, I'm trying to write a program that runs on Windows XP and higher, ...
0
votes
2answers
52 views
what will effected if vs2010 install on already contain vs2005 in a system?
I have an issue that I am using Visual Studio 2005 on my system with Windows XP SP1 as an operating system. Now I want to install Visual Studio 2010 with SP3 without uninstalling VS2005.
My question ...
0
votes
1answer
184 views
How to check that the OS is at least Windows XP SP3? [duplicate]
Possible Duplicate:
How do I determine if a computer is running XP Service pack 3
There's a ton of C++ code illustrating how to check that OS is Windows XP, but I need to know if it's at ...
0
votes
2answers
67 views
Remote connection between Linux and window
Is there any way I can take control of Linux machine, if I am using window xp.
Is there any software equivalent to windows netmeeting.
0
votes
1answer
1k views
Autolaunch exe on USB in windows XP SP3
I want to autolaunch my application on USB as soon as I plug it into a PC running on windows XP SP3. I have made an autorun.inf (having below written code) and also tried to lauch setup using a batch ...
0
votes
1answer
4k views
how to create batch file to copy files to a shared folder with full access then logs all result & errors to a file?
I have created the below batch file but no success.
@ECHO OFF
@ECHO "Backup process started."
@SET TARGET_FILES = "\\pc1\temp\*.mdb"
@ECHO "TARGET_FILES:%TARGET_FILES%"
@SET DESTINATION_FOLDER = ...
0
votes
1answer
52 views
windows XP can't terminate javaw.exe on shutdown
I configured a computer with windows xp to work as a kiosk, at start-up the system runs my java application at full screen. The computer has not a keyboard neither a mouse. To shutdown the system the ...
0
votes
1answer
1k views
.bat file to loop through folder and append text files
I would like to set up a simple batch file that would loop through all the .txt files in a folder (the folder where the batch file is placed), and add the same heading line to each of those files. The ...
0
votes
1answer
70 views
VS2010 Connection Dialog GAC Error in Windows XP
All,
I am using the VS2010 database connection dialog that Microsoft have released (download from here). I am using this without any problems on Windows 7. However, when I install the application on ...
0
votes
1answer
120 views
Can't copy image file with larg size in flash memory
I want copy image file with large size(4G) to flash memory in Windows XP os and capacity of flash memory is 8G and free, but windows shows error dialog : "The disk in the destination drive is full".
0
votes
1answer
585 views
Microsoft Visual C++ Runtime Library [closed]
In my external usb harddisk when I click on only the folder names "MISC" I get the error
Microsoft Visual C++ Runtime Library
Program: C:\Windows\Explorer.EXE
This application has requested the ...
0
votes
1answer
654 views
WebDev.Webserver40.exe error (not a valid win32 application) - can't compile in Visual Studio 2010
Everytime I try to compile in Visual Studio 2010 I get the error
Unable to launch the ASP.NET Development server. Unable to start program 'C\path.......\Webdev.Webserver40.exe
I also tried to ...

