Perhaps start from scratch.? (realistic.)
You whould have to atleast list the program that you are trying to convert.
We havent a clue as to the scope of your program.
I have to warn you, c code and managed c# code can be completely different
beasts.
As for the rest of your classes, if they are in a dll, you most likely could
reuse them.
If your code works just fine, why convert?
"Gilgamesh" wrote:
> I have a program written in C which I need to convert it to C#. This program
> includes about six header files and it makes calls to functions which havee
> been defined in other C programs . How can I convert only this program to C#
> without bothering about other C programs used by this program? Do I need to
> just add the include files in the project? What's the best way to develop
> this?
>
> Any feedback will be greatly appreaicted.
>
> Thanks,
> Gilgamesh
>
>
>
|