I have an application that was written in "C" and uses xlib. The
application works as expected on Sparc Solaris 7,8,9 and 10.
The application now needs to be ****ted to red hat 4.0. The obvious
changes
to library linking have been made . The original application compiles
with
0 Errors and 0 Warnings. But the application does not work. It launches
and
hangs in the event loop.
When using a debuger the hang occurs with XNextEvent(...). XNextEvent will
wait if there is nothing in the queue. I rewrote the event algorythm to
use
XCheckWindowEvent(...) The resulted in something wierd the code worked as
expected as long as there were not any events. If it recieved an event it
was looking for the program hangs inside of XCheckWindowEvent.
If there is anyone who thinks they can help, respond. I will post or
foward
the C code.
I don't want to spam the "C" code until I know I can get some help.