Results 1 to 3 of 3

Thread: Question regarding multi-language use

  1. #1

    Question regarding multi-language use

    Is it possible to design and write a GUI in Visual Basic that then have it call a DLL or something to have it run a specific algorithm from a different language? In this case, that language would be C++. Thanks in advance.



    And, another quick question:

    When writing a DLL, is the syntax similar to most other C based languages?
    Tell me if you think I\'m spamming or doing something stupid, please.

  2. #2
    Ninja Code Monkey
    Join Date
    Nov 2001
    Location
    Washington State
    Posts
    1,027
    Yes, it is. Usually you will just create a com .dll written in C/C++, which is incredibly simple. You can support non-com .dll's as well. I'd recommend checking out http://msdn.microsoft.com
    "When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
    "There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
    "Mischief my ass, you are an unethical moron." - chsh
    Blog of X

  3. #3
    Thanks . I'll get to browsing the MSDN and googling up some tutorials for it.






    You get a cookie!

    Tell me if you think I\'m spamming or doing something stupid, please.

Posting Permissions

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