Brian Johnson works with BizSpark Startups on the East Coast of the United States. For more information about the BizSpark program you can go to http://bizspark.com.
Well, it's not really like that, but Steve posted that he's tempted to get an Xbox simply to play Halo 2. I'm having similar pains over Half-Life 2. My beautiful wife picked up a copy of Halo 2 for me this morning at Target. On my home PC, I've got a ready to activate copy of Half-Life 2. The problem is, after playing the source beta for Counter-Strike 2, I find that my video card isn't quite up to snuff for the HL2 release. So my conundrum is, do I buy a new video card so that I can play HL2, or do I save myself 250 bucks and just get some of the other great new Xbox games that are coming out this fall? The mind reels...
Update: I'm going to get a new video card and at get the game.(Eventually) I didn't mean to start a Vi vs. Emacs war, my only point was that I don't have to screw with the console games at all. I can just pop a disk in and play it. The PC is a little tougher, as I want to play wide screen and I want it to run well. I love playing Counter-Strike, so there was never really a question that I would get the software. I'm also looking forward to playing with the source code and maybe building a level or two. :)
Windows XP Service Pack 2 Join Microsoft Experts in an online chat to discuss Microsoft Windows XP Service Pack 2 (SP2). Learn what you need to know about deploying SP2 for Windows XP Home Edition and Windows XP Professional.
A lot of stuff went on while I was away on vacation. Visual Studio 6, Service Pack 6 is now available for download, or you can order it on CD for the price of shipping.
Service Pack 6Microsoft Service Pack 6 for Visual Basic 6.0, Visual C++ 6.0 with Visual SourceSafe 6.0d addresses known issues with Visual Basic 6.0, Visual C++ 6.0 and Visual Source Safe 6.0. This service pack does not contain fixes for Visual InterDev 6.0, Visual FoxPro 6.0, and Visual J++ 6.0, as the mainstream life-cycle for these products has ended.
Microsoft Response to Hurricane Katrina Published: August 31, 2005 Every one of us at Microsoft is deeply saddened by the destruction of property and personal lives in the wake of Hurricane Katrina, and our hearts go out to the hundreds of thousands of people who have been affected by the storm and its aftermath.
A number of people have asked about building Win32 applications using the Visual C++ 2005 Express beta. I'll take you through the basic steps here and I'll try to get a more detailed page posted early this week.
Building Win32 applications with express is a three step process:
To install the Platform SDK, visit SDK Update and install the core components of the Platform SDK. Once that's accomplished, open the Visual C++ 2005 Express Edition IDE and open the Options dialog box. Navigate to Projects and Solutions and then Visual C++ Directories and add the following to the top of each the appropriate sections:
Executable Files: C:\Program Files\Microsoft SDK\bin Include Files: C:\Program Files\Microsoft SDK\include Library Files: C:\Program Files\Microsoft SDK\lib
Once all that is done, you just need to take one more step to make the Win32 template work in express. You need to edit the corewin_express.vsprops file (found in C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults) and change the string that reads:
AdditionalDependencies="kernel32.lib" to AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
AdditionalDependencies="kernel32.lib"
to
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
At this point you should be able to generate a Win32 application from the New Project dialog box. If you have trouble with this, drop me a note at brianjo@microsoft.com and I'll see if I can make that clearer. After I test things out a bit, I'll add some instructions for using the DirectX SDK with express.
Microsoft Visual C++ .NET 2003 Support