Hallo Norberto, that's it, thank you! Now all works well!
* Norberto Bensa schrieb: > in void writeProperties( char *filename, Properties &properties ) > > change: > iniFile.PutItem( "SocketConnections", (properties.acceptSocketConnections? > "1":"0" ); > > with: > iniFile.PutItem( "SocketConnections", > (char*)(properties.acceptSocketConnections? "1":"0" )); > thx Ekkard --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
