Linking Existing C++ dll with Windows Phone Component Runtime -
i trying link c++ dll compiled x86 windows phone project. followed tips in:
2) http://www.silverlightshow.net/items/windows-phone-8-native-code-support.aspx
3) http://code.msdn.microsoft.com/wpapps/windows-runtime-component-fb644b34
my question whether can re-use native dll x86 under windows phone component runtime? if not, how port existing native c++ dll windows phone?
for example, in sample project (http://www.jarredcapellman.com/2012/11/3/how-to-get-c-winrt-in-a-windows-phone-8-application) tried add opencv dll windows x86 , tried call opencv functions (http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html).
it compiles fine when run app, crashes error message module not found exception.
the specified module not found. (exception hresult: 0x8007007e)
windows phone has arm architecture , not compatible x86/64 pc. can share source code including.
the steps building windows phone component runtime declared here: http://code.msdn.microsoft.com/wpapps/windows-runtime-component-fb644b34
Comments
Post a Comment