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


i have c++ code (support clr in properties) - , created unmanaged class. now, want create object of class in entrypoint (the interface exposes) of code.

but message 'mixed types not supported'

so - how can it?

without code broad question. hope can find answers here


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -