Reputation: 9926
I have C++ code (support CLR in the properties) - and I created some unmanaged class. Now, I want to create object of this class in the Entrypoint (the interface that exposes) of the code.
But I get the message 'mixed types are not supported'
So - how can I do it?
Upvotes: 0
Views: 321