- Home /
Question by
SilverLife · May 27, 2020 at 10:25 AM ·
networkingaugmented-realitywindows store appudp
Start Executable in same Process as UWP application
Hello Community, I currently develope a HoloLens 2 Application with UWP for the HoloLens 2 Emulator. Therefore I have a external console application to send UDP Packages to the HoloLens application which processes them. The problem with UWP Networking Sockets (I Use Datagram Socket) is, that they cant connect to the localhost due to Network Isolation.
The only possiblility to connect those two applications with each other on localhost is, if they are running in the same Process. So my question is, can I start a executable (.exe) from the unity Application in the same Process? If you have different approaches to connect those two applications (one c++ and one as mentioned UWP) i would be also glad about sharing.
Thanks in advance, Johannes
Comment