ehelin Posted August 7, 2006 Posted August 7, 2006 Hi All: Just sitting here with one of my collegues and was wondering if anyone knows what visual studio is built with? And for that matter, windows itself? I have always assumed it was C/C++ since that is what the API calls resemble. Just curious... Eric Quote
Cags Posted August 7, 2006 Posted August 7, 2006 I could be wrong, but I'm pretty sure Visual Studio is built with well Visual Studio, lol. More accurately I think it was designed at least partially with the .Net Framework. I know it sounds an odd concept, but I'm sure I read it somewhere. Quote Anybody looking for a graduate programmer (Midlands, England)?
Leaders snarfblam Posted August 7, 2006 Leaders Posted August 7, 2006 Visual studio is most likely written in C++. I am almost certain that Windows was. VS must have been programmed in a language with some managed (.Net) functionality because it is fully interactive with the managed runtime environment. Quote [sIGPIC]e[/sIGPIC]
ehelin Posted August 8, 2006 Author Posted August 8, 2006 thanks!!!!!!!!!!!!!!!! thanks!!!!!!!!!!!!!!!!!!! Quote
*Experts* Nerseus Posted August 8, 2006 *Experts* Posted August 8, 2006 I don't know what VS was built with but I know it still uses COM for most of the internals, including most of the plugins (even VSS, I think). I worked with a guy (who is now at Microsoft) who talked to friends of his at MS to find out why the Add-ins were so hard to program. They told him that they developed code in .NET internally, but when it comes time to put something new into VS they have to get it working with COM. Or something like that. It sounded ridiculous, but that's what I heard. It would explain why, even in VS 2005, Add-ins have a COM-like feel to them. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.