Welcome to MSDN Blogs
Sign in
|
Join
|
Help
GC.Collect()
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
Archives
August 2007 (1)
April 2007 (2)
December 2006 (2)
October 2006 (2)
September 2006 (3)
December 2006 - Posts
Friday, December 15, 2006 10:24 PM
Visual Studio 2005 Service Pack 1
The much awaited service pack for Visual Studio 2005 is out! It can be downloaded from this link . Check this link for more details on VS 2005 SP1. Fresh out of the box. Happy patching everybody J
Posted by
parthas
|
3 Comments
Wednesday, December 06, 2006 6:34 AM
Application crash on replacing sscanf() with sscanf_s()
Here is the typical scenario. You have upgraded your code which uses sscanf() from one of the previous versions of Visual Studio to Visual Studio .Net 2005. Building this code in VS 2005 is going to throw a warning at build time suggesting you to make
Posted by
parthas
|
2 Comments