pinvoke

  1. F

    Thread [Q] WP7- Using remote procedure call as a way around to pinvoke

    The idea is to gain access to native lib functions from windows phone. so instead of pinvoking functions, can we make a rpc to the native function. the dll could be hosted elsewhere e.g. on a azure platform ? anyone tried this/ know if this is a doable?