Hi,
I made a C++ library with an interface (header-file with pure virtual function) that needs to be implemented in order to get another class from the library to work. The implementation is up to a third party user, but they seem to use the .NET environment. What would be the best way to make this interface available in managed C++ or even C#?
Thx in advance,
RaKKeR
I made a C++ library with an interface (header-file with pure virtual function) that needs to be implemented in order to get another class from the library to work. The implementation is up to a third party user, but they seem to use the .NET environment. What would be the best way to make this interface available in managed C++ or even C#?
Thx in advance,
RaKKeR