jcupitt@xxxxxxxxx wrote: > Yes, but if they are tagged as CLI .exes (which they will be if you > can run them from the command-line and the CLI blocks until they exit) > when you run them from the Windows shell by double-clicking an icon > you will get an annoying extra console window linked to stdin/stdout. You can use stdio from a WinMain application if you: AttachConsole(ATTACH_PARENT_PROCESS); freopen("CONOUT$","wb",stdout); etc. so that it runs without a console normally, but uses one if launched from the command line. Graeme Gill. _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer