V
vikas
I am working on developing an application in c# but I
need to access some class libraries which are in c++.
What I understand is that I can use my c++ library
classes in C# code if I write managed C++ wrappers around
c ++ code. Also I can access the methods using P Invoke
feature. My problem is that in my c++ class libraries we
have used some third party class libraries and we don't
have access to third party code.I can write wrappers
around my base classes but how I can wont be able to
modify the third party libraries which are being used. Is
there any other way to work around this problem.
Any ideas??
Thanks
Vikas
need to access some class libraries which are in c++.
What I understand is that I can use my c++ library
classes in C# code if I write managed C++ wrappers around
c ++ code. Also I can access the methods using P Invoke
feature. My problem is that in my c++ class libraries we
have used some third party class libraries and we don't
have access to third party code.I can write wrappers
around my base classes but how I can wont be able to
modify the third party libraries which are being used. Is
there any other way to work around this problem.
Any ideas??
Thanks
Vikas