How to use a C++ dll in Windows Phone 8.1 XAML App within C++ Runtime Component
问题 I want to use a C++ dll (compiled for arm, x86) within my C# windows phone 8.1 XAML visual studio project. I created a C++ runtime component to interact with my C++ code. This code needs a precompiled dll. I added my lib file to my project settings. The compilation is running fine. If I start my app with the windows phone 8.1 emulator I get: The specified module could not be found. (Exception from HRESULT: 0x8007007E) My Visual Studio Project Structure: c# Windows Phone Project Windows