On Monday, September 9, 2013 1:00:09 PM UTC-5, David Fishburn wrote:
> On Sat, Sep 7, 2013 at 11:58 PM, Mark Anthony Dungo <
ma...@servant.tk> wrote:
>
>
>
> On Developer Command Prompt for VS2012 on (Microsoft) Windows, the commands “cl /EHsc filename.cpp” and “cl /clr basicclr.cpp” are used to compile a C++ program and a program that uses .NET classes. What can I do to make those commands compile a program in Vim?
>
>
>
> ...
>
>
> This does not address your specific query, but if you have a python enabled Vim you can use:
>
>
> visual_studio.vim : Vim and Microsoft Visual Studio .NET integration
>
>
http://www.vim.org/scripts/script.php?script_id=864
> Author: Michael Graz
>
I use this also, but it hasn't been updated in a LOOOONG time, and it has stopped working for me for anything but the very basic "get file" and "put file" commands in Windows 7/VS2010. Even these throw errors about the "runtime" terminating in an "unexpected way". Does anyone know of a more maintained location to grab this plugin from?