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:

  1. native code windows phone 8
  2. windows phone runtime api
  3. using native c++ code in apps

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

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -