B
Brett
We have an application completely written in C++ under visual studio v6. One
of our customers wants to use some of our existing components in his project
but doesn't know C++ and isn't interested in learning it. He does know C#
and VB though.
Whats the best option for us (ie. minimum work) to provide him with an API
that he can use in his own applications? I was originally considering a COM
interface, but looking into .NET, I'm wondering if we should just upgrade
the appropriate sections of code to "managed code" so he can use that from
one of his languages. Is this a big and difficult job in peoples experience?
Any advice is appreciated.
Thanks,
Brett.
of our customers wants to use some of our existing components in his project
but doesn't know C++ and isn't interested in learning it. He does know C#
and VB though.
Whats the best option for us (ie. minimum work) to provide him with an API
that he can use in his own applications? I was originally considering a COM
interface, but looking into .NET, I'm wondering if we should just upgrade
the appropriate sections of code to "managed code" so he can use that from
one of his languages. Is this a big and difficult job in peoples experience?
Any advice is appreciated.
Thanks,
Brett.