Basically, I checked the project properties of the Component and it's as a dll. I tried to add msclr/mashal.h but it gives me error:
WinRT does not support #using of a managed assembly
It's because by adding the above .h, it uses few #using which seems not supported.
any thoughts on this? FYI, I am developing on UWP application.
Can you please give an example on how it works? A code snippet will do the job for me.
Thanks.