I\'m new to C++ CLI coming from unmanaged C++ world.
I\'m getting this error:
candidate function(s) not accessible
when I pass a s
In addition to the solutions described above, one can subclass the templated type to obtain a non-templated type, and include its definition in both projects, thus overcoming some of the problems mentioned above.