I know I can use dll import + wrapping (managed) to use C++ libraries in C# applications (question link>>) but what\'s opposite? How can I use C# library in my C++ application?
No CLI?
You can do it using Reverse P/Invoke
See http://tigerang.blogspot.co.il/2008/09/reverse-pinvoke.html.