Today I noticed that I can no longer compile gvimext.dll, due to the code added in patch 724.
I compile with MinGW as follows: make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE PYTHON="C:/Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes DEBUG=yes LUA="C:/LUA/lua-5.2.3" LUA_VER=52 Leading to the following error: gvimext.cpp: In member function 'virtual HRESULT CShellExt::QueryContextMenu(HMENU, UINT, UINT, UINT, UINT)': gvimext.cpp:654:6: error: 'MENUITEMINFO' has no member named 'hbmpItem' Commenting out the if (showIcons) code block at line 651 lets the code compile, but obviously I'm missing that functionality now. -- -- 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/d/optout.
