C++ windows phone 8 components -
i'm new windows phone development, , need create control c++ (basically it's webbrowser control) create c# library need use core written in c++.
conclusion: so question is, can develop control in c++ using external libraries , compile use language of clr , use in windows phone 8 applications? if does, let me know resource video, book, or whatever.
the general answer "yes", although comes caveats.
it's possible build component in c++ using windows phone runtime apis , utilize programming language, such c#. more "pure" c++ code in doesn't access native operating system features (that may not present), better off you'll be.
there's general guidance on msdn:
that being said, if you're attempting create entirely new web browser reason, i'd suggest consider using built in webbrowser
component. in windows phone 8, it's based on ie10, , in windows phone 8.1, it's ie 11. both capable browsers , designed work within memory constraints of platform.
Comments
Post a Comment