Sign In
Developer Support Languages - VC++, C# and VB.NET
Welcome to Microsoft Developer Support, Languages team blog! You will find a lot of language related troubleshooting resources here.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Troubleshooting
ATL
Authenticode
autoexp.dat
CRT
Custom Configuration File
Feature Pack
fusion
GC
Historical Debugger
Intellitrace
MFC
MFC "Feature Pack" "Visual Manager" caption "Office 2007"
Microsoft Robotics Studio
PInvoke
STL
SxS
System.InvalidCastException CLR DOM
TDLOG
VC++
VS2010 debugging
Win32
Archive
Archives
February 2012
(1)
January 2012
(1)
July 2010
(2)
June 2010
(2)
May 2010
(2)
March 2010
(1)
February 2010
(2)
January 2010
(1)
December 2009
(3)
November 2009
(1)
September 2009
(2)
July 2009
(1)
June 2009
(5)
February 2009
(5)
January 2009
(2)
November 2008
(2)
September 2008
(1)
August 2008
(2)
June 2008
(4)
February, 2009
MSDN Blogs
>
Developer Support Languages - VC++, C# and VB.NET
>
February, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer Support Languages - VC++, C# and VB.NET
Porting C++ native code to managed (/clr) - Threads
Posted
over 3 years ago
by
mjawa
1
Comments
In native world, one interacts with OS directly by calling Win32 APIs for managing resources (like allocating/deallocating memory,opening/closing handles). In managed world one relies on CLR totally or at times partially for doing the same( eg GC does...
Developer Support Languages - VC++, C# and VB.NET
Marshalling Complicated Structures using PInvoke
Posted
over 3 years ago
by
Jyoti Patel
1
Comments
This article talks about marshaling structures using PInvoke which has a pointer to an array of another structure as a member. When calling native functions in a managed application, a frequent question that comes to mind is how to marshal a nested...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting Manifest-Related Issues
Posted
over 3 years ago
by
Jyoti Patel
8
Comments
After migrating to Visual Studio 2008 SP1 and building the application, the manifest file of application and all the dependent DLL’s contain RTM version. In Visual Studio 2008 SP1, by design, the manifest for the created exe links it to the RTM version...
Developer Support Languages - VC++, C# and VB.NET
Sort function of STL Gives Unexpected Output when Vector is a Type Derived from _com_ptr_t
Posted
over 3 years ago
by
Jyoti Patel
2
Comments
C++ code which contains an STL vector containing types derived from the_com_ptr_t COM smart pointer class and using the std:sort() function to sort interface pointers may give unexpected sort output._com_ptr_t COM smart pointer derived types are commonly...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting CRT heap corruption
Posted
over 3 years ago
by
Ravi Avanaganti
0
Comments
This article focuses on troubleshooting a heap corruption caused by writing into the next allocated block. Heap corruption comes into notice when the overridden memory is accessed, leaving in a state where it becomes hard to figure out the original code...
Page 1 of 1 (5 items)