Hi, I have Ma client server-cmm.104.mcz loaded into image SRV and
image CLI.
My "first steps" are exactlky from this tutorial:
http://wiki.squeak.org/squeak/2978 - look at "Using the Object Request
Layer"
When I do:
myLinkToServer _ MaTcpRequestServerLink
hostAddress: #(192 168 1 16) asByteArray
port: 12345.
myLinkToServer timeoutSeconds: 10.
myLinkToServer connect.
exception "MessageNotUnderstood: Dictionary>>init:" occurs (look at
screenshot).
Any suggestions? Thanks, pf