2012年7月5日 星期四

interior decoration reference article




How to Hang a Photo Wall
http://decomyplace.com/blogpost.php?id=439



Make Your Own Personlized Eye Chart

http://decomyplace.com/blogpost.php?id=338





全球最有誠意的4款免費室內設計軟體

http://decomyplace.com/blogpost.php?id=30

syntax error : missing ';' before identifier 'PVOID64'

solution:

#define POINTER_64 __ptr64

2012年6月7日 星期四

Cannot find _ASSERTE

The reason for this is, I have a crtdbg.h in my project. So, #include crtdbg.h goes to my own crtdbg.h.
Make sure the include path is correct!

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.