On Wednesday, October 16, 2013 11:19:31 AM UTC-5, [email protected] wrote: > > http://code.google.com/p/vim/issues/detail?id=173 > > > > Under Windows 7 (64 Bit) my VIM builds produce an runtime error R6034 > > stating that an application attempts to use the C Runtime library in an > > incorrect manner. After two such message boxes VIM starts nevertheless but > > without Python support. > > > > So far I understand the reports and solutions in the net about that error > > the root cause is that VIM loads the Python DLL (python27.dll in my case) > > _dynamically_ and Python loads the MSVC runtime DLL without having a > > correct manifest. >
I don't see this in my 32-bit Vim build with Python 2.7.2 on 64-bit Windows 7. I compiled with Visual Studio 2010. My Vim version is 7.4.052 with HUGE features. What version of Vim did you build? What version of Python are you using? What compiler did you use? I assume you got your Python from an official installer... -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
