Friday, December 8, 2017

Re: organize dll

Hi,

2017/12/8 Fri 18:46:16 UTC+9 Ni Va wrote:
> Hi,
>
>
> Instead of deploy external dll in $vimruntime, is it possible to organize them in their own directories?
>
> In _vimrc
> " ext dlls
> exe 'set luadll='.$vimruntime.'/extDlls/lua/lua53.dll'
> exe 'set rubydll='.$vimruntime.'/extDlls/ruby/x64-msvcrt-ruby240.dll'
>
>
> It seems to not working after test.

If a DLL doesn't require another DLL, it might be possible.
However x64-msvcrt-ruby240.dll requires another DLLs. In that case, the DLLs
should be placed in a directory in $PATH.

Regards,
Ken Takata

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: