Is there any way to write a Windows Shell Extension (both 32 and 64 bit) without buying Visual Studio? All the tutorials I can find require ATL, which is apparently not included in the free express editions.
If so, it would be great if someone could point me in the right direction!
I barely recall reading about shell extensions at some point, but I think they are just a COM implementation. ATL is (mainly) a fast and relatively easy framework to produce COM.