Call C# from unmanaged C++ Windows Phone 8 -
i have problem access system functions on windows phone 8 (i need phone id or anid2 in native c++). because official api not provide id in c++, have make separate project in c# (where anid2 working).
and have problem call c# function unmanaged c++. tried call com object , import tlb file, no success (intellisence says "cannot open .....tlh file" , when try compile says cannot include olectl.h
). guess should possible wrl, i'm doing wrong.
or there other way unique id? need unique id of phone (or id of logged user) in unmanaged c++.
Comments
Post a Comment