随笔分类 - 玩转VS
摘要:[MSDN]Objects and the Object Hierarchy Home Page (Objects) | Overview | FAQ | Reference You can control the Visual C++ Developer Studio environment programmatically by manipulating it through...
阅读全文
摘要:使用“devenv.exe /edit ”命令在一个已经存在的vs实例里打开文件 原文链接:You can use devenv.exe /edit to open a file in an existing Visual Studio instance 操作步骤: 运行命令:devenv /edit ,可以在IDE里打开文件。 你也可以创建一个cmd文件,例如VSEdit.cmd,在文件里...
阅读全文
摘要:Macros for Custom Build Commands You can use the File and Directory drop-down lists to insert any of the following directory and filename macros in either grid at the current insertion point location....
阅读全文
摘要:How to Organize solution and projects On solution level: there is Solution Folder to organize projects to be different groups which is logically organized, not physically (on disk);The logical relatio...
阅读全文
摘要:在编写程序的时候,我们经常要用到#pragma指令来设定编译器的状态或者是指示编译器完成一些特定的动作。 MSDN: Each implementation of C and C++ supports some features unique to its host machine or operating system. Some programs, for instance, need ...
阅读全文
摘要:VS project property sheet As projects in a solution grow more and more, the project setting management will be more and more complicated. Modifying one by one will be hard work and easy to cause mist...
阅读全文
摘要:You may meet below errors before: error C2220: warning treated as error - no 'object' file generated warning C4819: The file contains a character that cannot be represented in the current code pag...
阅读全文
摘要:mt -inputresource:X:\..\*.exe;#1 -out:X:\custom.manifest Above calling mt.exe to extract *.exe's manifest to be custom.manifest. It's very useful to check the application's dependency on side-by-side ...
阅读全文
摘要:1. Command window Type command directly, like: view.fullscreen debug.breakpoints immed (go to immediate window directly) 2. Immediate window ? (print a variable's value) >alias (view all alias command...
阅读全文
摘要:Visual Studio Solution[MSDN: http://msdn.microsoft.com/en-us/library/bb165922(VS.80).aspx]Overview of Solutions A solution is a grouping of one or more projects that work together to create an applica...
阅读全文
摘要:Do a quick summary of the official blogging here:http://blogs.msdn.com/somasegar/archive/2008/11/21/c-enhancements-in-vs-2010.aspx : 1. Much better IDE response and intellisense. 2. MSBuild system to ...
阅读全文
摘要:[From: http://msdn.microsoft.com/en-us/library/ms171487(VS.80).aspx] Visual Studio How To: Edit Project Files MSBuild project files are written in a standard XML format, and can be edited in an...
阅读全文
摘要:[转载自:http://blogs.msdn.com/nikolad/articles/427101.aspx][http://msdn.microsoft.com/en-us/library/ms235342(VS.80).aspx] Here is another unofficial preview of a topic that I am going to send out to our...
阅读全文
摘要:[VCBlog Link: http://blogs.msdn.com/vcblog/archive/2008/05/15/vc-runtime-binding.aspx] VC Runtime Binding... Hello, I am George Mileka, a developer on the Visual C++ Libraries Team. After we relea...
阅读全文
摘要:Manifests are XML files that accompany and describe side-by-side assemblies or isolated applications. Manifests uniquely identify the assembly through the assembly's element. They contain information...
阅读全文
摘要:FAQ of 64-bit and Visual Studio 2005 [http://blogs.msdn.com/deeptanshuv/archive/2006/04/11/573795.aspx] 64-bit and Visual Studio 2005 We keep receiving questions about Visual Studio 2005's support...
阅读全文
摘要:WOW64(Windows-on-Windows 64-bit), which is the 32-bit x86 emulator that allows 32-bit Windows applications to run on 64-bit Windows. The WoW64 subsystem is a lightweight translation layer t...
阅读全文
摘要:In Visual C++ 2005, the ATL, MFC, Standard C++, and CRT libraries support the new deployment model available on Windows XP, Windows Server 2003, and Windows Vista. The DLLs corresponding to all Vis...
阅读全文
摘要:下面是性能表格: Scenario VB2005 Time (ms) VB2008 Time (ms) VB2008 is x times faster than VB2005 (2005 time/ 2008 time) VB2008 takes...
阅读全文

浙公网安备 33010602011771号