Re: Patch: gvimext.dll don't find MSVCR80.dll when built with VC8. No context menu entries.

2006-06-17 Thread George V. Reilly
Bram Moolenaar wrote: Mathias Michaelis wrote: Patch 7.0.Make_GvimExt Problem:On Windows, when GvimExt is built with Microsoft Visual Studio 2005, the context menu item "Edit with vim" doesn't appear in Explorer. Reason: GvimExt.dll cannot be loaded, b

Re: svn, cvs

2006-06-17 Thread George V. Reilly
Suresh Govindachar wrote: The reason for fetching from cvs is to avoid having to patch. (and the reason for not using svn is that svn is out-of-date, and svn differes from Bram's cvs by CR/LF in some files). There were concerns about switching over to Subversion when we first started

RE: svn, cvs

2006-06-17 Thread Suresh Govindachar
A.J.Mechelynck wrote: >Suresh Govindachar wrote: >> Based on Sir Raorn's reply, I tried: >> >> C:\home\suresh\develop\vim\cvs>c:\opt\cvs\cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/vim checkout vim7 >> >> which did lots of stuff and ended with: >> >> U vim7/src/xxd/xxd.

Re: svn, cvs

2006-06-17 Thread A.J.Mechelynck
Suresh Govindachar wrote: Based on Sir Raorn's reply, I tried: C:\home\suresh\develop\vim\cvs>c:\opt\cvs\cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/vim checkout vim7 which did lots of stuff and ended with: U vim7/src/xxd/xxd.c cvs checkout: dying gasps from vim.cvs.sourceforge.ne

RE: svn, cvs

2006-06-17 Thread Suresh Govindachar
Based on Sir Raorn's reply, I tried: C:\home\suresh\develop\vim\cvs>c:\opt\cvs\cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/vim checkout vim7 which did lots of stuff and ended with: U vim7/src/xxd/xxd.c cvs checkout: dying gasps from vim.cvs.sourceforge.net unexpected Repeating t

Re: svn, cvs

2006-06-17 Thread Alexey I. Froloff
* Suresh Govindachar [060618 01:27]: > Am I doing something wrong, or is cvs just down? CVS access has been changed some time ago. Use :pserver:[EMAIL PROTECTED]:/cvsroot/vim as cvsroot. -- Regards, Sir Raorn. signature.asc Description: Digital signature

svn, cvs

2006-06-17 Thread Suresh Govindachar
Hello, Since svn sources haven't been updated, and since they differs from the cvs sources by CR/LF in some files, I tried cvs. However: The following: C:\home\suresh\develop\vim\cvs>c:\opt\cvs\cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/vim checkout vim7 resulted in: cv

Re: [patch] Mods needed to successfully compile on OS/2 with gcc 3.2.1

2006-06-17 Thread Bram Moolenaar
David - Thanks for the patches. I'll include them. - Bram -- Back up my hard drive? I can't find the reverse switch! /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, b

Re: Patch (unofficial): Create PDBs and EXEs within same directory

2006-06-17 Thread Ilya
Bram Moolenaar wrote: Mathias Michaelis wrote: Patch Problem:IMHO .pdb files should reside in the same directory as the corresponding .exe files so they can be distributet along with them. Solution: Change one line within src/Make_mvc.mak Files: src/Make_mv

Re: Runtime error in explorer.exe when right clicking with vim70f gvimext.dll installed

2006-06-17 Thread Ilya
Bram Moolenaar wrote: [...] I have seen a few messages on the subject. Can someone merge everything and send me a patch for the final solution? I don't have this compiler thus I can't try it out myself. "Patch: gvimext.dll don't find MSVCR80.dll when built with VC8. No context menu entries

Re: Runtime error in explorer.exe when right clicking with vim70f gvimext.dll installed

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > first of all: THANKS! > > > This issue is explained in MSDN in section about SxS - Side by > > Side Components. I've attached patch against current > > GvimExt/gvimext.rc that would make resource compiler add manifest > > inside generated DLL - this is what is require

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > Patch > Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops > with an error message). (Suresh Govindachar) > Solution: Don't use 'echo' to create files. Use inline files instead. > Files: src/Make_mvc.mak This has always worked just

Re: Patch (unofficial): Create PDBs and EXEs within same directory

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > Patch > Problem:IMHO .pdb files should reside in the same directory as the > corresponding .exe files so they can be distributet along > with them. > Solution: Change one line within src/Make_mvc.mak > Files: src/Make_mvc.mak This doe

Re: Patch (unofficial): OLE & SNIFF enabled gvim crashes on Windows by closing

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > Patch (unofficial) > Problem:OLE & SNIFF enabled gvim crashes on Windows by issuing the > command :q after 10 minutes > Solution: Do translate and dispatch all messages. They may be addressed > to some thread of hidden window created by the

Re: PC sources lacks if_sniff.c

2006-06-17 Thread Bram Moolenaar
Benji Fisher wrote: > On Wed, May 24, 2006 at 12:26:35PM +0200, Mathias Michaelis wrote: > > Hi vimmers! > > > > The source archive > > > > ftp://ftp.vim.org/pub/vim/pc/vim70src.zip > > > > contains the file if_sniff.h but not the corresponding source file > > if_sniff.c. Has this a specific r

Re: Redraw bug on WinXP with non-GUI tab line.

2006-06-17 Thread Bram Moolenaar
Ilya Bobir wrote: > I've found bug in vim version > > VIM - Vi IMproved 7.0 (2006 May 7, compiled May 25 2006 04:17:33) > MS-Windows 32 bit GUI version with OLE support > Included patches: 1-17 > > In case incremental search is on, tab line some times is not visible. > > Steps to reproduce: >

Re: Patch: gvimext.dll don't find MSVCR80.dll when built with VC8. No context menu entries.

2006-06-17 Thread Bram Moolenaar
Mathias Michaelis wrote: > Patch 7.0.Make_GvimExt > Problem:On Windows, when GvimExt is built with Microsoft Visual > Studio 2005, the context menu item "Edit with vim" doesn't > appear in Explorer. Reason: GvimExt.dll cannot be loaded, > because it is not