Re: Differences of GIOChannel between Linux and win32

2007-08-29 Thread Tor Lillqvist
Jim George writes: > My question is: is there some documentation on what part of GIOChannel > is broken on win32 and what's not? Unfortunately not. You are using pipes, and there should hopefully be less variation in behaviour in that case than with sockets. (Even if the implementation of watche

Differences of GIOChannel between Linux and win32

2007-08-29 Thread Jim George
I have a question about the cross-platform compatibility of GIOChannels, between win32 (using mingw32) and Linux, when using pipes. I am using g_spawn_async_with_pipes to spawn a series of programs that do some processing and deliver results. Specifically, I'm using the Generic Mapping Tools (GMT).