Is C++ coming back to a warm welcome from Microsoft?
Is C++ coming back to a warm welcome from Microsoft?
How can you tell if your code is being called from within DllMain? You could use an undocumented function from ntdll.dll.
Interop assemblies containing certain constructs will cause a BadImageFormatException in .NET 4.0
Where’s my window gone? I’m sure I left it around here somewhere…
What F# language and syntax features are required to implement a fundamentally object-oriented WPF custom control?
Thinking of adding some code to your DLLs DllMain function? STOP!
A FormatException is generated by the WPF DataBinding diagnostics if the original exception text contains curly brackets.
How do you find the unmanaged COM object that’s being referenced by a .NET object?
I’ve been seeing problems recently with fragmented virtual address space. During the lifetime of a process, bits and pieces of memory are allocated throughout the 2GB 32-bit address space to such an extent that large contiguous blocks of free space are no longer available. If anything subsequently requires a large block of memory (like, for [...]