Newbie to C# :o)
-
Hi, I have a simple question. If I have a CAD/CAM Application using OpenGL and programmed with C++ is it possible to still used it with a C# GUI? or do I have to transform all my C++ code in C# code? I answer the question because I would like to use to power of C# unstead of MFC to build my GUI Thanks Everything's beautiful if you look at it long enough...
-
Hi, I have a simple question. If I have a CAD/CAM Application using OpenGL and programmed with C++ is it possible to still used it with a C# GUI? or do I have to transform all my C++ code in C# code? I answer the question because I would like to use to power of C# unstead of MFC to build my GUI Thanks Everything's beautiful if you look at it long enough...
Just take your working code into a COM object or a DLL and use it under your C# application! So you don't have to rewrite the code under C#. Daniel ;) --------------------------- Never change a running system!