c++ - Can I JBT compile code on Windows RT and Windows Phone 8 -


i have done bit of reading jit compiling code because want port , emulator windows phone 8 , windows rt have noticed microsoft has disallowed virtualprotect() , related apis neccessary execute block of memory containing compiled code. therefor thought might possible compile code before needs launched , save storage. question though, possible execute external code on storage , if not, possible program expand new binaries executable on next launch.

if above won't work there way can compile code on device , able execute it.

also struggling find reading material on matter if not have answer atleast rever me relevant reading material.

thanks.

i not sure if after possible check out microsoft's touchdevelop (if haven't done already). allows create apps, via scripts, can run on pretty of devices (windows phones, pc, ipad, iphone, android, & mac). don't know if can directly incorporate apps or not may give ideas.

  1. microsoft research page touchdevelop
  2. main web site
  3. in windows phone store

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -