Questions tagged [windows-xp]

Windows XP is a historical Microsoft operating system edition for use on personal computers. Support was discontinued in April 2014. Important note: This tag is exclusively for programming questions directly related to Windows XP; questions about general software issues should be directed to Super User. This tag is for all flavors of XP, including XP Home Edition, XP Professional, XP x64, Itanium-64, XP Embedded, and XP Tablet.

Important Notice: As of April 8, 2014 has stopped the support for Windows XP. See the official recommendations.

Microsoft Windows XP is the sixth release of the NT series of operating systems. The name "XP" is short for "eXPerience", highlighting the enhanced user experience. Its predecessors are NT 3.1 (released July 1993), NT 3.5 (September 1994), NT 3.51 (May 1995), NT 4.0 (July 1996), NT 5.0 (February 2000, marketed as Windows 2000 ). The next in the family is NT 5.1 (October 2001), which is marketed as Windows XP.

Releases before XP targeted enterprise, business, and server installations. XP was the first to be marketed in a variety of editions, and the first NT-derivative to target home and small business use, as well as professional, developer, data center, and a few more. Subsequent product releases do not use the XP title. They are (November 2006), (February 2008), (October 2009), (October 2012).

XP features a new task-based GUI. It is also the first version of Windows to use product activation to combat illegal software duplication. Windows XP was released worldwide for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006. Microsoft released various service packs: SP1, SP2, SP2b, SP2c, and SP3. These added limited features, but mostly fixed bugs and increased system reliability.

XP was packaged in multiple flavors:

  • Windows XP Home Edition, designed for home users, and
  • Windows XP Professional, designed for business and power users. It contains advanced features that the average home user would not use. However, those features generally are disabled in Home Edition, but are there and can be activated.

Two different 64-bit editions were made available. One, designed specifically for Itanium-based workstations, was introduced in 2001 at around the same time as the Home and Professional editions, but was discontinued a few years later when vendors of Itanium hardware stopped selling workstation-class machines due to low sales. The other, called Windows XP Professional x64 Edition.

  • Windows XP Embedded: an edition for specific consumer electronics, set-top boxes, kiosks/ATMs, medical devices, arcade video games, point-of-sale terminals, and VoIP components.
  • Windows Fundamentals for Legacy PCs (July 2006): a thin client version of Windows XP Embedded which targets older machines (as early as the original Pentium).
  • Windows XP Tablet PC Edition was produced for a class of specially designed notebook/laptop computers called tablet PCs. It is compatible with a pen-sensitive screen, supporting handwritten notes and portrait-oriented screens.
  • released April 2003, internally versioned V5.2

References:

Useful Links:

3492 questions
1
vote
1 answer

default application like wget for windows

I remember there is some build-in application that I can use to download websites. but there is not wget in windows xp sp3. What the name of the app? I want to use it in my BATCH application.
IAdapter
  • 62,595
  • 73
  • 179
  • 242
1
vote
1 answer

OpenCV2.2 cvCaptureFromCAM problems...only returning a green screen. (Logitech C260 camera)

I'm writing a program that needs to capture from a webcam using opencv. I am using a Logitech C260 Camera and OpenCV2.2, Windows XP, QT Creator. Here is an example piece of my code: int i = 0; int arg = 0; CvCapture *pCapturedImage =…
1
vote
1 answer

WinSock2 on Windows XP and ICMPv6

I am trying to programatically send out ICMPv6 echo requests (ping6) using WinSock2. The ICMPv6 checksum is calculated based on the whole IPv6 packet that will be sent out. For that reason - from what I understand - the OS (kernel?) is supposed to…
pdinklag
  • 1,241
  • 1
  • 12
  • 28
1
vote
1 answer

Python raw socket frames never received

I am using a RHEL6 computer and I try to communicate with a Windows XP computer via RAW sockets. When I receive a specific frame on my RHEL computer, a Python 2 script using RAW sockets processes the frame and changes the following fields before…
waterleek
  • 11
  • 2
1
vote
2 answers

Visual C++ err: RegGetValueA could not be located

Attempting to write a simple registry-check script in Visual Studio 2010, running on XP SP3 x86. No errs are thrown on build, but on debug the program exits with the following error: The procedure entry point RegGetValueA could not be located in…
SamGoody
  • 13,758
  • 9
  • 81
  • 91
1
vote
3 answers

Label's position is different in xp and 7

I made small application(winforms) to show the cricket score (the world has just started , yay). It works fine in xp, but in win 7 the label shows a few pixels down in position as compared to its position in xp, which totally ruins everything. ( i…
gyaani_guy
  • 3,191
  • 8
  • 43
  • 51
1
vote
1 answer

No data from desktop heap monitor (dheapmon.exe) on WinXP

Has anyone seen this error? I'm able to install and load the desktop heap monitor but I can't get any data from it: C:\kktools\dheapmon8.1\x86>"c:\Program Files\Debugging Tools for Windows (x86)\symchk.exe"…
whitey04
  • 1,321
  • 11
  • 17
1
vote
2 answers

Crashing with C# and Directory Services on XP

I'm trying to do some simple data retrieval with C# and Directory Services, but for some reason it doesn't work on any XP machines. If I run my code on a Server 2003 machine, there are no problems. I've spent a fair bit of time trying to find out if…
Ralph
  • 13
  • 3
1
vote
1 answer

How do you make an icon that's compatible with Vista/7 and XP?

Is there a way to make an icon file that includes a high-res .PNG copy of itself to be used with Windows 7 and Vista, but also includes the old-school .ico format so that it works with XP? I recently had a problem with a program that I wrote…
Sootah
  • 1,771
  • 3
  • 23
  • 42
1
vote
2 answers

SNMP traps not caught in Windows XP

I have an SNMP client, sending my PC SNMP traps with destination port 162. I run a sniffer (Wireshark) from my PC, and see that the traps are indeed received. The SNMP.exe and SNMPTRAP.exe system processes are up and running (I've even restarted…
user181218
  • 1,655
  • 5
  • 28
  • 42
1
vote
6 answers

Visual Studio 2008 Constantly Freezes on Me

If this isn't the right place, please move as necessary. This is REALLY affecting my production. I can't pinpoint when it started, but recently VS2008 has been freezing on me quite often. The freeze happens for 1-10 minutes. This seems to usually…
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
1
vote
4 answers

Unpredictable results from os.path.join in windows

So what I'm trying to do is to join something in the form of os.path.join('C:\path\to\folder', 'filename'). **edit : Actual code is : filename = 'creepy_%s.pcl' % identifier file = open(os.path.join(self.cache_dir, filename), 'w') where…
ilektrojohn
  • 19
  • 1
  • 4
1
vote
1 answer

Does windows7 and vista come with preinstalled msxml3.dll

Do windows 7 and windows vista come with preinstalled msxml3.dll or should i use the newer versions? If so will msxml6 work on windows xp and win2k without installing any additional files? Thanks :)
Miha
  • 13
  • 2
1
vote
1 answer

Building OpenCV 3.4.1 on Windows 10 targeting Windows XP

I have an application that uses the OpenCV libraries. This application has to be installed on an old PC running Windows XP 32 bit. When running the application I got the error: Kernel32.dll unable to import InitializeCriticalSectionEx According to…
Giorgio R
  • 85
  • 1
  • 9
1
vote
2 answers

NativeWifi and Windows XP SP2/SP3

I'm using the Native Wifi API and specifically the function WlanGetNetworkBssList. I am aware that that function is not available in Windows XP SP2 and SP3. I tried installing the hotfix that was supposedly to allow access to that function but it…
Honus Wagner
  • 2,830
  • 13
  • 44
  • 61
1 2 3
99
100