On Mon, 02 Aug 2010 15:16:07 +0200, I wrote: > RegDeleteKeyEx was used in 7.2 (macro #ifdef WIN3264) and I can build > 7.3b on Win98 using Borland Bcc. > In 7.3c KEY_ALL_ACCESS parameter is replaced by KEY_WOW64_64KEY | > KEY_ALL_ACCESS. See : > <ftp://ftp.vim.org/pub/vim/unstable/unix/vim-7.3b-7.3c.diff.gz> > I will try to build this version.
Yes, I have errors with KEY_WOW64_64KEY in if_ole.cpp 7.3c: c:\borland\bcc55\BIN\Bcc32 +WIN32\oleobj\bcc.cfg -c -oWIN32\oleobj\if_ol e.obj if_ole.cpp Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland if_ole.cpp: Error E2451 if_ole.cpp 161: Undefined symbol 'KEY_WOW64_64KEY' in function CVim::Create(int *) Error E2451 if_ole.cpp 654: Undefined symbol 'KEY_WOW64_64KEY' in function RecursiveDeleteKey(HKEY__ *,const char *) Error E2451 if_ole.cpp 697: Undefined symbol 'KEY_WOW64_64KEY' in function SetKeyAndValue(const char *,const char *,const char *) *** 3 errors in Compile *** ** error 1 ** deleting WIN32\oleobj\if_ole.obj -- Patrick Texier -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
