hi tony thanks a lot. I have found the problem, it is that the "csprg" parameter is set up error. I set it to "C:\Program Files\Vim\vimfiles\cscope.exe" but "csprg" parameter can't include the space in the path name, so gvim can't find the cscope.exe and gvim could work with cscope.
Best regards waynefan 2009/6/22 Tony Mechelynck <[email protected]> > > On 22/06/09 14:21, 枫林 wrote: > > hi > > all > > I use cscope for window, it works well in dos,but when I use cscope > > in vim("cs add cscope.out"), vim says that E623:can't cause cscope > process. > > thanks > > waynefan > > Cscope works perfectly for me with gvim 7.2 on Linux. However, I know > that the Vim-cscope interface on Windows is "different". A few caveats > though: > > - the cscope.out database must be built separately (by invoking cscope > yourself, either at the command-line or via a :!cscope -b <something> > command in Vim) before you can ":cs add" it. > - The Win32 version of cscope works with Vim, but not the Dos32 DJGPP > version. > - And, of course, you need +cscope compiled-in to use it (i.e., ":echo > has('cscope')" must return a nonzero value, usually 1). > > See: > :help cscope-howtouse > :help cscope-limitations > > > Best regards, > Tony. > -- > If you live in a country run by committee, be on the committee. > -- Graham Summer > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
