In one of my Win32 DLL projects, whenever I tried to add a resource file, I got the “Automation server can’t create object” object. Similar to other errors, this was not very informative. After searching for this error, I found this the common cause of this problem is that Windows Scripting host is corrupt. You […]
Archive for the ‘Visual Studio’ Category
Macros in Visual Studio 2005
Most of the developers follow some standards for the headers and change signatures in the software projects for change management and tracking and I’m no exception (and wouldn’t want to be in this case). I have used Macros in different tools to make this logging process standardized. But for some reason I never thought of using […]