Just as a note from someone who has been working to port the VNCviewer code
to new platforms:
The use of "log" as a global variable name was and is amazingly poorly
thought out. "log()" is a standard math library function, and many
compilers (the ones I keep having to use, in particular) are not happy
about trying to access a member method of a function pointer... In my set
of code, I have replaced all instances of "log" with "globallog", but
almost any name would be better than "log". Even "Log" would work (though
I personally hate using only capitalization to distinguish things), except
that the class is named "Log".
Could this be fixed before the next set of source code is released? It can
be done almost entirely with a global search and replace (though it has to
be in multiple files -- I used UltraEdit 32 because it made this operation
much nicer). Be careful to specify "whole word only" and "case sensitive"
or you might change things you didn't mean to change.
I am cross posting because this exists in both the AT&T and the Tridia
sources.
Mac
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------