Sunday, December 25, 2016

Sunday, December 04, 2016

cannot open include file qmemarray.h

cannot open include file qmemarray.h

fix:
use qwt6.1.3 (not 4.2.0)
https://sourceforge.net/projects/qwt/files/qwt/6.1.3/

Saturday, December 03, 2016

mspdb100.dll couldn't be found by cl.exe

mspdb100.dll couldn't be found by cl.exe

mspdb100.dll lives in C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE

fix:
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
 
 

Thursday, July 07, 2016

android display rotate 180 landscape


android display rotate 180 landscape:

modify AndroidManifest.xml

android:screenOrientation="reverseLandscape"

complete:

android:name="xyz.com.demo.MainActivity"    
android:configChanges="orientation"    
android:label="@string/app_name"    
android:screenOrientation="reverseLandscape" 

Sunday, January 31, 2016