calling c program in vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cathblue
    New Member
    • Nov 2007
    • 7

    calling c program in vb

    hi all,

    i have a project to create my own compiler...
    the problem is, i have to code everything in c but need to use the interface of vb.
    so i have to somewhat incorporate or call the codes i made in c to run in vb program.
    please please help...

    thanks.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to compile the code to a .DLL file and can refer that from Vb to get all the functionality of your code.

    Comment

    • cathblue
      New Member
      • Nov 2007
      • 7

      #3
      thanks for the reply..
      but... im a beginner in this aspect and honestly don't know how to compile it in a .dll..
      i'm really clueless here in calling it in vb program...
      i've tried searching the net but only to find ambiguos answers..


      Originally posted by debasisdas
      You need to compile the code to a .DLL file and can refer that from Vb to get all the functionality of your code.

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Please post a question in the C / C++ forum regarding the topic.

        Comment

        Working...