Status: New
Owner: ----
New issue 3285 by gaston.dalloglio: Obsolete ConfigurationOfRFB
http://code.google.com/p/pharo/issues/detail?id=3285
Pharo image: Pharo-core
Pharo core version: Pharo1.2a
I have installed RFBServer following this guide
http://book.pharo-project.org/book/TipsAndTricks/RemoteDevelopment/
But when I connect an external VNC client I get a DNU:
SmallInteger(Object)>>doesNotUnderstand: #'@-'
I've fixed this by simply changing the code "-...@-1" to "-1 @ -1" in the
method RFBSesion>>initServer:socket:reverse:, and then the server run fine.
But when I look at ConfigurationOfRFB I see this definition is obsolete,
this load RFB-lr.31, and the last is RFB-lr.33. In this other book
http://book.seaside.st/book/advanced/deployment/maintaining/vnc say that
this package is not more soported in Pharo. Its true?