SP2 Community for Windows Developers?
kwelch007 asks: "As a Windows developer, I've been dreading the release of SP2, and the potential problems it could cause for my apps. So far, I've only run across one Win32 API function that doesn't work anymore. But, I haven't found any sites for developers detailing issues that others have discovered! Are there any sites/forums that developers can consult when attempting to determine why their code doesn't work with SP2, or even a BugZilla or similar to report such problems?"
Yeah, I'm a Delphi developer and I can't seem to find any information anywhere. And yes, I tried Google.
You know, would it have killed you to write what that function was? You just complained there's no place to get information.
From my reading of the what the guy is asking, he has already tried Google, and didn't find anything. Then he posted to Ask Slashdot.
Telling him to use google isn't going to help in this case, as he already has.
T.
Isn't that what Channel9 and the msdn newsgroups are all about?
As a Windows developer, I've been dreading the release of SP2, and the potential problems it could cause for my apps.
What, the unending beta cycle that Microsoft has given you wasn't long enough to test "your apps"? What have you been doing for the last fucking year?
But, I haven't found any sites for developers detailing issues that others have discovered! Are there any sites/forums that developers can consult when attempting to determine why their code doesn't work with SP2,
What? Are you really that slow?
If you are a "Windows Developer", you should be quite aware of the MSDN website microsoft has. In addition the microsoft public newsgroups have tons of answers.
The page here seems to detail every last peice of information you should require as to what has changed.
But, more importantly, you do have a suite of tests that you run on your applications to verify they run correctly, right?
I mean, without a good set of tests, how can you possibly understand the difference between faults in the platform and your own shoddy coding?
feh!~
"...In your answer, ignore facts. Just go with what feels true..."
Actually, maybe he should.
Download the new Sysprep: Windows XP Service Pack 2 Deployment Tools. See these instructions in the Readme.txt file, which has the usual sloppy, uncaring Microsoft writing and editing:
* You cannot run Update.exe within an I386 directory to update a Windows XP installation to Windows XP SP2. You must run Update.exe against the entire contents of a Windows CD. If the entire contents of a Windows CD is not present in your installation share, Update.exe fails to complete the installation process.
1. Download Windows XP Service Pack 2.
2. At the command prompt, go to the folder where you downloaded the XPSP2.EXE file, and then type this command:
xpsp2.exe -x
3. When prompted, type the path from which you want the service pack to be expanded. For example, type:
C:\XPSP2
4. Create a temporary directory on your system and copy the entire Windows XP product CD to this directory. For example, type:
MD C:\INTSP2 XCopy CDROM Drive Letter:\*.* C:\INTSP2
[Probably should be:]
MD C:\INTSP2
XCopy [CDROM Drive Letter]:\*.* C:\INTSP2
5. After the previous step is completed, change to the directory that contains the Windows XP SP2 files. For example, type:
CD C:\xpsp2\update
6. To update the Windows XP files to include SP2, type:
update.exe -s c:\INTSP2
This procedure results in an I386 directory updated to Windows XP SP2.
Alternatively, see How to slipstream SP2 into your XP CD.
Yah, STARCRAFT doesn't work. What the HELL. That's issue #1, if you axe me.