Month: January 2007

Visual Studio .NET 2005 C++/ATL attribute provider

Does it make sense that __event __interface may still only use dispinterface defined in this module and not imported? #import “libid:…” no_namespace raw_interfaces_only raw_dispinterfaces [ coclass, event_source(com), default(IFoo, _FooEvents), … ] class ATL_NO_VTABLE CFoo : public IFoo { public: __event __interface _FooEvents; // Imported using #import … OK, in Visual Studio .NET 2002 the attribute…

Read the full article

Visual Studio .NET Service Pack

I came across released service packs for Visual Studio .NET, 2003 and 2005: Microsoft® Visual Studio® .NETâ„¢ 2003 Service Pack 1 Microsoft® Visual Studio® 2005 Team Suite Service Pack 1 and was surprised, in a good way, that Microsoft finally released an update to fix at least some of the bugs. Some of the bugs…

Read the full article