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
Post a Comment