Yanshof
Yanshof

Reputation: 9926

How to mix between mixed types (managed & unmanaged) in C++/CLI?

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

Answers (1)

Zaid Amir
Zaid Amir

Reputation: 4775

Without some code this is a really broad question. I hope you can find some answers here

Upvotes: 1

Related Questions