MacVNC 3.3.2 Beta 2.1 release
Tim Senecal
tsenecal "at" denverpost.com
Mon, 10 Jan 2000 12:05:06 +0000
Jonathan,
At 09:18 PM 1/7/2000 +0000, you wrote:
<snip>
> I will also experiment with removing the Open Transport 1.1.3
>requirement in a near-future release, along with making some code more
>interrupt-tolerant for even more stability.
<snip>
two modifications I made to get the blasted beta 2 server to compile on my
machine: (umax c500 running system 7.6.1)
vncServerApp.h:
line 177:
(was)
kOTVersion113 = 0x0113000,
(now)
kOTVersion113 = 0x0111000,
you can either make this change, or change all references to kOTVersion113 to
refer to kOTVersion111
next, my compiler choked on the following two OT api calls and I had to
comment them out in httplistener.cp and vnclistener.cp, and the additional
few lines around the calls
OTEnterNotifier
OTLeaveNotifier
after that, I had a stable copy of the VNC server that compiled under
CodeWarrior pro 3??, and ran under OT 1.1.2 (MacOS 7.6.1)
hope this helps
Tim Senecal
---------------------------------------------------------------------
The VNC mailing list - see http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------