VS2005 linking errors with FEATURES=TINY GUI=yes OLE=yes

2006-06-04 Thread Mathias Michaelis
Hi developers If I compile vim on Windows XP with Microsoft Visual Studio 2005 Express Edition on the command line with nmake -f Make_mvc.mak DEBUG=yes FEATURES=TINY GUI=yes OLE=yes I get the errors: ex_cmds2.obj : error LNK2019: unresolved external symbol _get_locale_val referenced in

Patch: nmake DEBUG=yes FEATURES=NORMAL GUI=yes OLE=yes fails

2006-06-04 Thread Mathias Michaelis
Patch 7.0.mswin Problem:On Windows, when gvim is built by the command nmake -f Make_mvc.mak DEBUG=yes FEATURES=NORMAL GUI=yes OLE=yes then the linker will issue the error message if_ole.obj : error LNK2019:i unresolved external symbol

Re: VS2005 linking errors with FEATURES=TINY GUI=yes OLE=yes

2006-06-04 Thread A.J.Mechelynck
Mathias Michaelis wrote: Hi developers If I compile vim on Windows XP with Microsoft Visual Studio 2005 Express Edition on the command line with nmake -f Make_mvc.mak DEBUG=yes FEATURES=TINY GUI=yes OLE=yes I get the errors: ex_cmds2.obj : error LNK2019: unresolved external symbol

Re: VS2005 linking errors with FEATURES=TINY GUI=yes OLE=yes

2006-06-04 Thread Yegappan Lakshmanan
Hi Mathias, On 6/4/06, Mathias Michaelis [EMAIL PROTECTED] wrote: Hi developers If I compile vim on Windows XP with Microsoft Visual Studio 2005 Express Edition on the command line with nmake -f Make_mvc.mak DEBUG=yes FEATURES=TINY GUI=yes OLE=yes I get the errors: ex_cmds2.obj : error