> However, when I load the dll from within win32 gvim.exe, the gvim hangs up > To study the problem, I had made the dll as simple as "hello world". So the
I hope you are not doing hello world in DllMain. I suspect the problem is not in Vim but rather with Cygwin. So I suggest to rectify your problem even further: 1) Create console win32 application which does NOT use Cygwin and uses your library with LoadLibrary, GetProcAddress. Test whether this works or not. 2) Create win32 windowed application and test it too. -- Sergey Khorev http://sites.google.com/site/khorser Can anybody think of a good tagline I can steal?
-- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
