Unsupported Format
Status: Beta
Brought to you by:
mslot
I've compiled wincevncsvr and I have placed the
application on the mobile device, when I try to connect
to the device from my desktop I get "Client requested
unsupported Format" error on the mobile device. Any
information will help. Also, is there some kind of
configuration file?
this might be due to the si.format.depth in CSvrMain::Negotiate().
I had the same problem and changed it to
si.format.depth = (m_ScrUpdate.m_iBitsPerPixel == 16) ? 15 : m_ScrUpdate.m_iBitsPerPixel;
for a 16bit-screen....