I want to call native C++ code from a windows phone 8.1 project. I was going off this How do I call C++/CLI from C#? for a while up until I found out that I can't reference a C++/CLI library in my windows phone project... too bad, because that would've been very convenient.
How ought I go about this?