Le vendredi 5 janvier 2018 10:54:35 UTC+1, Ken Takata a écrit : > Hi, > > 2018/1/5 Fri 18:22:52 UTC+9 Ni Va wrote: > > Hi, > > > > > > 1/ working with these builds > > > > ¤ gvim built with nmake on windows 64 bits prompt (Visual Studio 2017) > > ¤ lua 5.3.4 built with mingw32 bits 64 bits > > ¤ python 27 & 36 64 bits downloaded > > ¤ Ruby24-x64 built with nmake > > > > > > 2/ In _vimrc overload and set python/lua/ruby dll option path. > > > > let dllPath = tr(fnamemodify($vimruntime.'/extDlls',':p:h'),'/','\') > > " let currpath.=';'.dllPath.'\lua' > > let currpath.=';'.dllPath.'\ruby' > > let currpath.=';'.dllPath.'\rg' > > let currpath.=';'.dllPath.'\python\x64' > > > > let uniqPath= join(uniq(split(currpath,';')),';') > > > > let $path=currpath > > Did you check that $path is actually set as you expected? > > > > set luadll = "lua53.dll" > > set pythondll = "python27.dll" > > set pythonthreedll = "python36.dll" > > set rubydll = "x64-msvcrt-ruby240.dll" > > > > 3/ testing fails on E370 > > : lua/py/py3/ruby print ("test dll") => E370 could not load. > > > > > > Maybe it comes from that gvim is built with nmake and for example lua is > > built with mingw32 for 64, even both in 64bits. > > I don't think so. They are binary compatible as far as I know. > > > BTW, this kind of question is suitable for vim_use. > (Not vim_dev or personal mail.) > > Regards, > Ken Takata
It seems checked, as shown by joined screenshot. Thanks -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.