On Sat, Feb 23, 2008 at 11:32 AM, Enrico Tröger enrico.troeger@uvena.de wrote:
Do you think it's possible to create g_spawn_async_with_pipes() on Windows ... This doesn't need to be exported to the plugin API ...
If I may inject my 2c here, I managed to get the GDB plugin to compile and load on Windows - but it seems to suffer from the same problem, that is, its pipes don't read or write anything. So if someone does manage to get an async_with_pipes working for windows, I would like to see it available also for plugins, since the GeanyDebug plugin needs two-way communication with gdb.
- Jeff