Hi,
We would like to include VMWare remote console in our Playback server which is written in C++.
Currently our server can display streams and local media via embedded VLC, remote desktops using VNC and RDP.
To be able to integrate the client in our server software we need to call Microsoft CreateWindow function, the alternative is using CreateProcess which is not embedded, only called and placed in correct position with size.
Is there an open source client code suitable for C++?
We just want to connect to remote ESX/VC to view remote console, is it a subset of other code?
Thanks