- I was wondering if I can use a library -written in C++- in C#
- The problem is that library has its own structures and classes.. Will I be able to use it in C#?
Thanks
EDIT
This library is open source..
so if my requirements needs something special in C++ code, I will be able do it...