T
Tim Nelson
Hi,
I've got a legacy application written in C. I'd like to evolve the product
(as opposed to completely rewriting it) by adding new features using C#. Is
this possible? I know I should be able to call a managed-code DLL from C,
but I am unsure of the best way to do it, and also how I might marshal the
data between the two parts between the managed and unmanaged parts of the
application.
Can anyone point me in a direction?
Thanks.
I've got a legacy application written in C. I'd like to evolve the product
(as opposed to completely rewriting it) by adding new features using C#. Is
this possible? I know I should be able to call a managed-code DLL from C,
but I am unsure of the best way to do it, and also how I might marshal the
data between the two parts between the managed and unmanaged parts of the
application.
Can anyone point me in a direction?
Thanks.