2011年9月27日 星期二

build boost 1.47.0 in 64 bits with vc 2008


     


  1. 下載boost 1.47[1]

  2.  解壓縮檔案 ex.(D:\boost_1_47_0)

  3.  開啟VC command line(開始->所有程式->Microsoft Visual Studio 2008->Visual Studio Tools->Visual Studio 2008 Command Prompt)

  4. 在command line中打入指令,切換到剛解壓縮的目錄中 ex.(D:\boost_1_47_0)

2011年9月9日 星期五

Micro$oft .Net Framwork相容性

 


.Net Framework 1.1 完全獨立


.Net Framework 2.0 不向下相容,表示裝2.0無法使用1.1開發的程式


得需要再安裝.Net Framework 1.1


2011年9月6日 星期二

[Android]如何加入第三方library(.jar)

 


最原本我想說應該很簡單


直接到  Properties -> Java Build Path -> Libraries -> Add External JARs  把jar加入


但這在android中...怎麼試都不成功! 


一直出現   conversion to dalvik format failed with error 1


後來我才發現我好傻好天真...


 


正確的加入.jar檔案方式如下:


[Android]conversion to dalvik format failed with error 1

使用Eclipse開發Android程式時,有時候會出現以下的錯誤


conversion to dalvik format failed with error 1


共有以下幾種解決方法