Thread: how to integrate code in different languages?

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    1

    how to integrate code in different languages?

    i m facin prob integratin codes in different laguages... the prob is that since VB is easy for developing interfaces... and i m comfortable wit java for writtin code...and c comipler directly creates a .exe file which can be directly double cilcked and executed without any further need for compiler...
    hence i am facin prob of how to use these in coordination...

    plz help

  2. #2
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Use Lisp as a FFI. Of course, you'll probably need to distribute both the Java and the Lisp runtime with the executable.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  3. #3
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    What exactly is it you want to accomplish?

  4. #4
    Just kidding.... fnoyan's Avatar
    Join Date
    Jun 2003
    Location
    Still in the egg
    Posts
    275
    >the prob is that since VB is easy for developing interfaces...
    You can use some GUI libs for developing interfaces with C, wxWidgets for example. Or Borland C Builder is a powerful tool for GUI desşgn under Windows.

    > and i m comfortable wit java for writtin code...and c comipler directly creates a .exe file which can be directly double cilcked and executed without any further need for compiler...
    Well, you can create JAR files. It is also possible to double click end run any JAR file!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  2. Can I integrate C and C# code?
    By stevespai in forum C# Programming
    Replies: 5
    Last Post: 07-26-2006, 10:34 AM
  3. Can I integrate C and C# code?
    By stevespai in forum C Programming
    Replies: 2
    Last Post: 07-25-2006, 08:51 PM
  4. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM