Currently I have a work base where class library acts as a plugin UI developed in HTML js, I have a c++ dll which I am planning to port to WinRT dll and use it from the js file of the class library.
I developed a simple WinRT dll and added a reference to my Windows store class library and tried creating an object of a sealed class of WinRT dll in one of the js files.
When I check putting a debugger I get the error as the namespace itself in undefined
Please help me to access c++ code form js files of an class library.
I am new to this development environment please let me know if I am missing something.
Thanks in Advance.
Regards,
Amrut
Amrut.s.a