๐ŸŽ‰ Celebrating 25 Years of GameDev.net! ๐ŸŽ‰

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Visual Studio as an IDE question

Started by
3 comments, last by DividedByZero 11ย months, 1ย week ago

Hi Guys,

This isn't one of those โ€œwhat is better?โ€ threads, but more of a โ€œHow did they do it?โ€ type question.

Atmel Studio is based directly from an older version of Visual Studio (not to be confused with VS Code). So my question is, how did they even do that to begin with? Is there somewhere you can get a completely vanilla VS install and build upon that and make it your own?

Atmel Studio installs completely independently and doesn't affect any present installations of Visual Studio whatsoever.

I sometimes use the Visual Studio to create empty projects and code 6502 ASM and compile it using batch files etc. The thought of being able to create an entire VS version (so to speak) and have it install independently seems like a very fun project in itself.

Where would you even begin to do this though? I have no idea how Atmel made their install completely independent.

Any ideas would be fantastic!

Advertisement

โ€œbased on the same Visual Studio shell, which make them very similar in functionality, usage and appearance.โ€
https://www.vihttps://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/https://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/sualmicro.com/page/User-Guide.aspx?doc=Getting-started-which-IDE.html

๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚<โ†The tone posse, ready for action.

https://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/โ€‹โ€‹

Sorry for the extra post, the forum is garbage and I couldn't even edit the prev post.

ED: Fixed link that the forum software mangled.

๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚๐Ÿ™‚<โ†The tone posse, ready for action.

Amazing! Huge thanks for the link. That looks very promising.

This topic is closed to new replies.

Advertisement