Results 1 to 15 of 15

Thread: Which programming language have you used to make VB08?

  1. #1
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 07
    Location
    Planet Earth
    Posts
    282

    Which programming language have you used to make VB08?

    This may sound silly but which programming language have you used to make VB08?

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 03
    Location
    USA, Maryland
    Posts
    4,981

    Re: Which programming language have you used to make VB08?

    I think it depends on what part of VB08 you're referring to but I am also curious about this question.

    The IDE was most likely developed in C++ as, I believe, has been the existing codebase (as far as I know VS hasn't been re-written).

    The .Net framework has been reported to have been developed via C#.

    For VB08... I would imagine the parser was created in C# but I'd be curious to know if any other languages / technologies were used. Is VB used at all in the actual developed of VB?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,789

    Re: Which programming language have you used to make VB08?

    If I remember right... the IDE is written in C#.... the compiler is in C++ (I think)... But VS is written in C#.NET. At least it used to be....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  4. #4
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,495

    Re: Which programming language have you used to make VB08?

    Yes, I was curious about this too as 08 is out I wonder just how much of a percentage of it is written in .NET.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  5. #5
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,292

    Re: Which programming language have you used to make VB08?

    Quote Originally Posted by techgnome
    If I remember right... the IDE is written in C#.... the compiler is in C++ (I think)... But VS is written in C#.NET. At least it used to be....

    -tg
    This is interesting insofar as C# is a part of .NET - it would seem as though one part of .NET was used to develop another part.

    (As an aside, many years ago when I was taking a class in the Assembly language I asked my instructor what language Assembly was written in.....he was not amused. )
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  6. #6
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,495

    Re: Which programming language have you used to make VB08?

    Well I would assume its because C# is easier for the C++ programmers to use since they come from a C++ background.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,789

    Re: Which programming language have you used to make VB08?

    Actually, not really.... you develop the language binaries... and the compiler in something like C++.... now you have a command-line compiler.... you then write the interface using something, could be the previous version of the IDE... .could be note pad.... could be something proprietary.... thyen use the command line to build the IDE.... it's almost ingenious... downright brilliant in my opinion.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  8. #8
    Banned timeshifter's Avatar
    Join Date
    Mar 04
    Location
    at my desk
    Posts
    2,467

    Re: Which programming language have you used to make VB08?

    Use VS to create VS. It's perfect.

    I would imagine the IDE wasn't written with VB, given what it does. C# is in its' nature a faster language, and C++ even more so. Neither would really surprise me.

  9. #9
    Noodly Appendage wossname's Avatar
    Join Date
    Aug 02
    Location
    #!/bin/bash
    Posts
    5,645

    Re: Which programming language have you used to make VB08?

    The Mono compiler is self-hosting (compiles its own code).
    I don't live here any more.

  10. #10
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 06
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Which programming language have you used to make VB08?

    Quote Originally Posted by techgnome
    If I remember right... the IDE is written in C#.... the compiler is in C++ (I think)... But VS is written in C#.NET. At least it used to be....

    -tg
    Same exact information i have, i also found this also on Bjarne's site...

    Visual Studio (Visual C++, Visual Basic, Visual FoxPro) (Some parts of Visual Studio like the Base Class Libraries that ship with the .NET Framework were written using C# but the C# compiler itself is written in C++.)

  11. #11
    Special Guest - Microsoft
    Join Date
    Dec 07
    Posts
    36

    Re: Which programming language have you used to make VB08?

    Myth buster time:

    The compiler is native code written in C++, the VB runtime is completely written in VB (hence so is part of the .NET framework redist), My namespace and framework is completely written in VB.

    The IDE is a solid combination of C++, C#, and VB. Examples of VB are the project designer and corresponding designers (settings, resources, attributes). Other managed code designers such as OR designer are C#.

    Dynamics SL is another example of a serious Microsoft product written in a combination of VB.NET, C++, and C#.

    Best,
    Paul
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  12. #12
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 07
    Location
    Planet Earth
    Posts
    282

    Re: Which programming language have you used to make VB08?

    Thank you PaulYuk_MS for you answer and for clarifying "tha mith".
    Thank you MS VB Dev Team for giving us this opportunity to chat with you.

  13. #13
    Special Guest - Microsoft
    Join Date
    Dec 07
    Posts
    36

    Re: Which programming language have you used to make VB08?

    Thank you for having us - honestly we love the engaging conversations we're having with y'all.
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  14. #14
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,292

    Re: Which programming language have you used to make VB08?

    Quote Originally Posted by PaulYuk_MS
    Myth buster time:

    The compiler is native code written in C++, the VB runtime is completely written in VB (hence so is part of the .NET framework redist), My namespace and framework is completely written in VB.

    The IDE is a solid combination of C++, C#, and VB. Examples of VB are the project designer and corresponding designers (settings, resources, attributes). Other managed code designers such as OR designer are C#.

    Dynamics SL is another example of a serious Microsoft product written in a combination of VB.NET, C++, and C#.
    I am astounded, and very please to hear, that VB was used in these products. As an old VB'er (I started with VB3), I've taken some....er...um..."comments" over years from folks that believe VB is nothing more than a "play" language.

    I can't wait for the next time someone says something like that to me.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  15. #15
    Frenzied Member
    Join Date
    Jul 02
    Location
    Dublin, Ireland
    Posts
    1,808

    Re: Which programming language have you used to make VB08?

    Quote Originally Posted by Hack
    As an old VB'er (I started with VB3), I've taken some....er...um..."comments" over years from folks that believe VB is nothing more than a "play" language.
    Unfortunately not enough people realise that VB stands for Very Best :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •