Call function/program thats written in a different language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolbreeze822
    New Member
    • Feb 2015
    • 1

    #1

    Call function/program thats written in a different language

    Title says it all. just in general, if I were writing a program and needed to access a function/program in another language....how would I do that?


    Thanks
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can't unless they provide an API for you to do so. And it doesn't matter what the original language was, all the code is compiled to machine language anyways.

    You will need to refer to the documentation of the third party program to see if any API was provided and how to call them.

    Comment

    Working...