顯示具有 visual studio 標籤的文章。 顯示所有文章
顯示具有 visual studio 標籤的文章。 顯示所有文章

2012年5月28日 星期一

env variable and Visual studio

Sometimes VS uses the settings in the env variable. When you modified those variables, you need to close the VS and re-open it and those changes will take effect.

2012年5月27日 星期日

2012年5月22日 星期二

Visual Studio改compile flag...

This is for my own:

When doing porting, i.e. from WinCE to Win32, some Macro flags will not be found. When this happens:
1. Find the .vcproj file
2. in the file, find "InheritedPropertySheets"
3. open those .vsprops files indicated in step 2.
4. modify those suspecious flags in the files found step 3.