Hi,
We have a system which uses C++ dll. This dll has some functions with pointer references in it. We don't want to make changes to the main system.
Can we just replace C++ dll with a C# dll if both provide the same functionality ?
Please advice.
Thanks
Pr.