Results 1 to 6 of 6

Thread: Multiple Languages

  1. #1

    Thread Starter
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195

    Multiple Languages

    This may or may not be a stupid question, but why and when would you want to mix programming languages in a single app?
    (ie: VB.Net and C++.Net)

    What are the benefits and is any the downfalls?

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    You can't mix programming languages in an application.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    Unless I misunderstand the question you can mix languages by referencing COM or .NET components or loading DLLs.

    You may well want to write your front-end GUI in something that is quick to develop (like VB) but write components to handle the speed-critical processes behind it all.
    This world is not my home. I'm just passing through.

  4. #4

    Thread Starter
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    This is what I'm meant, sorry for the misleading question!

    You may well want to write your front-end GUI in something that is quick to develop (like VB) but write components to handle the speed-critical processes behind it all.
    So the benefits mainly all performance and of course ease of use (Using VB for the front end)?

  5. #5
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    One of the touted advantages is that you can write your stuff in say, Delphi and I can write my stuff in Cobol, compile it as .NET and then someone case access it from VB. The idea that you can use your language of choice - as long as it'll do .NET

  6. #6
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    Yes, performance and ease-of-use. Reusability also comes into it. My current VB application has references to the Active Database Objects dll - I'm sure that this wasn't written in VB, but that doesn't stop me being able to use it.
    This world is not my home. I'm just passing through.

Posting Permissions

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



Click Here to Expand Forum to Full Width