PDA

Click to See Complete Forum and Search --> : CPP DLL to C#


TOMERP
May 16th, 2004, 12:56 PM
hello
i wrote a dll using C++ two years ego.
i used external headers like this:
in "MAIN.cpp" i called external header & wrote the following line:
#include "ABCD.h"
now i need to write it in C#.
need to know if & how to do it in C#.
:confused:

Pirate
May 18th, 2004, 06:11 PM
First , no header files in C# . So , try rewriting the code in C# .