Apr 11, 2006 · 2 min read
The Loader Lock is a synchronization object that hepls to provide mutual exclusion during DLL loading and unloading.
Mar 27, 2006 · 2 min read
Recently I got tangled into this problem in my code – Calling a vector dtor for a scalar pointer.
Mar 27, 2006 · 1 min read
For an ATL class, the QueryInterface is implemented in CComObject. The figure below is the inheritance hierarchy for a class generated by the wizard representing an ATL-COM object.
Mar 27, 2006 · 1 min read
To understand quickly and to explain in the simplest way, Class Factories are the factory classes that create a COM object.
Mar 27, 2006 · 1 min read
It is UNSAFE to do any operation on an STL container that will modify its size while holding a reference to one of its existing element.
Mar 27, 2006 · 1 min read
Learnt something new, a small one but very useful.
Many times I have seen GUI applications accompanied by console windows that show logs or trace information of the application.
Mar 27, 2006 · 2 min read
Need to change or set the value of an environment variable programmatically and without the need to restart/log off the machine.
Mar 26, 2006 · 3 min read
Problem:
I have created a multi-threaded application which works without any problems on a NT-4.
Mar 26, 2006 · 1 min read
I was doing some programming with C# and I had to use some ‘const’s as everybody does generally in programming.
Apr 19, 2005 · 1 min read
Everything has a beginning.