"George V. Reilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Daniel Einspanjer wrote:
Installed the build exes and dlls to c:\bin\vim\vim70f and ran
install.exe.
When I right click on a file in explorer I get an MSVC Runtime error
dialog:
   Microsoft Visual C++ Runtime Library
   Runtime Error!
   Program: C:\WINDOWS\explorer.exe
   R6034
   An application has made an attempt to load the C runtime library
incorrectly.
   Please contact the application's support team for more information

If I unregister gvimext.dll then the error goes away.  If I install
the gvimext.dll from vim64 or my prior vim70e, then the Edit with Vim
functionality works fine.

Without trying it, here's my guess. VS8 no longer links to msvcrt.dll,
but to msvcr80.dll. Is it in your path?


msvcr80.dll is the problem, but it isn't that the dll is missing, gvimext.dll loads it from c:\windows\system32. The problem is that gvimext.dll is loading the dll incorrectly (according to the error dialog). Obviously the source for gvimext.dll hasn't changed in a while, but I believe this means that the gvimext.dll can't be built against VC 8.0 until this problem is resolved. :/


Reply via email to