Mike Williams wrote:
> Attached is a patch against 7.1.082 to solve a number of issues with > cscope on Windows. It no longer jumps through hoops to hide the console > (occasionally failing), fixes a handle leak when killing a connection, > now reports a process id, and simplifies the Win32 code logic creating > the connection. One consequence of the change is that VIM now has to > explicitly exit the processes running cscope. Windows has no concept of > patent child processes like Unix - I assume _spawnl() used previously > tracked child process ids and used an atexit() style method to clear > them up. > > I can't currently test Unix builds so I don't know if I have broken > them. I haven't tested with BorlandC - from the documentation I have > seen it is all bog standard Win32 API, and should all work from Win98 > onwards. Problem reports more than welcome. Thanks for working on this problem and making this patch. I'll put it in my todo list, and await remarks in the mean time. -- >From the classified section of a city newspaper: Dog for sale: eats anything and is fond of children. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
