I have a C# exe which calls a C++ unmanaged DLL. I wish that DLL to become managed so it
can better access objects received from C#. However, it will of course still be invoking
unmanaged code, and just changing the compiler to /clr seems to create lots of errors. Can
anyone recommend an online source for good instruction?
===================================
This list is hosted by DevelopMentorĀ®
http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
opensubscriber is not affiliated with the authors of this message nor responsible for its content.