Hi!

> I tried, also on Windows XP, but I don't see the problem.  I have no
> idea why it happens for you.  Must be something obscure.  What
> compiler did you use?  Does it also show in the distributed Vim 7.0g?

That's interesting. I use the same compiler as you (at least that's what
I think), that is Microsoft Visual C++ Toolkit 2003. I add my batch file
below.

With both executables (OLE and non-OLE) of gVim in the distributed Vim
7.0g, which can be downloaded from ftp.vim.org, I see the problem, too.

I have built gVim with MinGW now and I see this problem, too.

Best wishes,
Georg

The batch file for MS Visual C++ Toolkit 2003:

@echo off

set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
call "%VCToolkitInstallDir%vcvars32.bat"
set MSVCVer=7.1
call "%ProgramFiles%\Microsoft Platform SDK\SetEnv.Cmd"
set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB%

del c:\Source\build\*.* /Q
cd C:\Source\vim-7.0g02\src

set GUI=yes
set OLE=yes
set DEBUG=no
set NBDEBUG=no
set MAP=no
set FEATURES=HUGE

set PYTHON=C:\Python24
set DYNAMIC_PYTHON=yes
set PYTHON_VER=24

set LANGUAGE=de
set GETTEXT_PATH=c:/Programme/gnu/

nmake -f Make_mvc.mak clean

nmake -f Make_mvc.mak all
nmake -f Make_mvc.mak vim.exe GUI=no

copy *.exe C:\Source\build
copy *.dll C:\Source\build
copy xxd\*.exe C:\Source\build
copy GvimExt\*.dll C:\Source\build
copy VisVim\*.dll C:\Source\build

cd C:\Source






                
___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com

Reply via email to