顯示具有 enviroment 標籤的文章。 顯示所有文章
顯示具有 enviroment 標籤的文章。 顯示所有文章

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月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.

2012年5月10日 星期四

building cross platform apps - environment and SDKs

A web server:
XAMPP - http://www.apachefriends.org/zh_tw/xampp.html

Sencha touch 2 framework:
http://www.sencha.com/products/touch/

IDE for html/javascript/...etc
http://www.aptana.com/



Download those files, then you can begin to write the cross-platform apps using javascript and html5.

cheers