(adjust previous/next navigation + minor manual clean)
Line 3:
Line 3:
|id=719
|id=719
|previous=718
|previous=718
−
|next=724
+
|next=725
−
|created=May 14, 2004
+
|created=2004
|complexity=intermediate
|complexity=intermediate
|author=Jens Berlips
|author=Jens Berlips
|version=6.0
|version=6.0
|rating=1/1
|rating=1/1
−
|category1=Windows
+
|category1=Integration
−
|category2=
+
|category2=Windows
}}
}}
−
''See also [[Integrate gvim with Visual Studio]].''
''See also [[Integrate gvim with Visual Studio]].''
Line 18:
Line 17:
If you want to rebuild the entire project in Visual Studio 6++:
If you want to rebuild the entire project in Visual Studio 6++:
−
<pre>
<pre>
function! RebuildAllVC()
function! RebuildAllVC()
Line 29:
Line 27:
</pre>
</pre>
−
There are a lot more things you can do, check out: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html/_asug_application_object.asp the application in that link is the "obj" in the code.
+
There are a lot more things you can do, check out [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html/_asug_application_object.asp MSDN]; the application in that link is the "obj" in the code.
==Comments==
==Comments==
−
[[Category:Integration]]
Latest revision as of 05:25, August 11, 2011
Please review this tip:
This tip was imported from vim.org and needs general review.