> Solaris 2.5.1 and Linux RedHat 5.0.
> I have xview and olgx libraries on both machines and have compiled the
> program (using gcc)
> on both machines, with some tweeking of the unix/posix system calls.
> However, The upgrade program works on Solaris 2.5.1, but not on Linux.
> The problem is appears to be some key differences between when the
> CANVAS_REPAINT_PROC is called.
> On solaris, CANVAS_REPAINT is called as soon as the object is created,
> or soon afterwards.
> This allows me to place some initaization code inside the proc.
> However, on Linux, the proc is not called until sometime later. This
> forces me to try to initialize it manually.
> After doing some library checking, I have found that the Linux xview
> library is
> version 3.2, while the Solaris library is 3.5.1. I have search around,
> but can;t see
> to find any good references on the differences.
> Are these different libraries?
> Where are the differences listed?
> Is xview 3.5.1 avaible for Linux or is the source code available?
> Are there any good documentation sources on 3.2/3.5.1?
> thanks,
> D Fannin