How to run C++ program on C#??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mangesh Kulkarni
    New Member
    • May 2007
    • 1

    How to run C++ program on C#??

    Developing GUI for my project in C#.Entire proj is in C++ and want to know how i can run this proram from c#???
  • oohay251
    New Member
    • May 2007
    • 27

    #2
    compile your C++ as a class library and reference it in your C# project.

    Comment

    • Inbaraj
      New Member
      • Apr 2007
      • 76

      #3
      Originally posted by oohay251
      compile your C++ as a class library and reference it in your C# project.
      Plz Explain with a small example....

      Reg
      Inba

      Comment

      Working...