Am 26.04.2012 um 17:21 schrieb Hernan Wilkinson:
I use it daily on pharo 1.3. I load it via metacello. My baseline entry looks like this
> Hi
> �does anybody ported the implementation of VNC to pharo 1.3 or 1.4?
> �If so, could you share it? :-)
>
project: 'RFB' with: [
� � � �spec
� � � � � � � �className: 'ConfigurationOfRFB';
� � � � � � � �file: 'ConfigurationOfRFB';
� � � � � � � �versionString: #'bleedingEdge';
� � � � � � � �repository: 'http://www.squeaksource.com/MetacelloRepository' ];
Norbert