Daniel Einspanjer wrote: > "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. :/
Try copying src\GvimExt\gvimext.dll.manifest to wherever you've placed gvimext.dll. You may also need to install VCRedist_x86.exe from http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog You will be surrounded by luxury. (Get Witty Auto-Generated Signatures from http://SmartBee.org)
