2009年10月31日 星期六
2009年10月30日 星期五
2009年10月29日 星期四
Android教學 by Jollen
Jollen 的Android 教學首頁
download android sdk page
Quick Start - about an overview of how to install and set up the SDK
Eclipse 3.5 (Galileo) download (我下載這個版本 Eclipse Classic 3.5.1 (162 MB))
安裝ADT發生下列問題

將https改成http就可以嚕
以下是安裝畫面

Follow這個網頁裝好Android PlugIn on Eclipse
download android sdk page
Quick Start - about an overview of how to install and set up the SDK
Eclipse 3.5 (Galileo) download (我下載這個版本 Eclipse Classic 3.5.1 (162 MB))
安裝ADT發生下列問題
將https改成http就可以嚕
以下是安裝畫面

Follow這個網頁裝好Android PlugIn on Eclipse
Jollen 的Android 教學,#1: Android 應用程式模式
Jollen 的 Android 教學,#2: 「Hello Moko」 - Activity 與 View 的關係
20091116Jollen 的 Android 教學,#3: 第一個 Android 專案
透過Facebook分享
2009年10月28日 星期三
Link error - using IImage
MultiLaunchIIDlg.obj : error LNK2019: unresolved external symbol CLSID_ImagingFactory referenced in function "public: struct HBITMAP__ * __cdecl CMultiLaunchIIDlg::LoadImageWithImagingApi(unsigned short const *)" (?LoadImageWithImagingApi@CMultiLaun
chIIDlg@@QAAPAUHBITMAP__@@PBG@Z)
MultiLaunchIIDlg.obj : error LNK2019: unresolved external symbol IID_IImagingFactory referenced in function "public: struct HBITMAP__ * __cdecl CMultiLaunchIIDlg::LoadImageWithImagingApi(unsigned short const *)" (?LoadImageWithImagingApi@CMultiLaunc
hIIDlg@@QAAPAUHBITMAP__@@PBG@Z)
ARMV4IRel/MultiLaunchII.exe : fatal error LNK1120: 2 unresolved externals
Solution
關鍵在於要include一個file
#include "initguid.h"
並且要加在Imaging.h之前
#include "Imaging.h"
Reference:
http://blog.csdn.net/norains/archive/2007/08/14/1743386.aspx
chIIDlg@@QAAPAUHBITMAP__@@PBG@Z)
MultiLaunchIIDlg.obj : error LNK2019: unresolved external symbol IID_IImagingFactory referenced in function "public: struct HBITMAP__ * __cdecl CMultiLaunchIIDlg::LoadImageWithImagingApi(unsigned short const *)" (?LoadImageWithImagingApi@CMultiLaunc
hIIDlg@@QAAPAUHBITMAP__@@PBG@Z)
ARMV4IRel/MultiLaunchII.exe : fatal error LNK1120: 2 unresolved externals
Solution
關鍵在於要include一個file
#include "initguid.h"
並且要加在Imaging.h之前
#include "Imaging.h"
Reference:
http://blog.csdn.net/norains/archive/2007/08/14/1743386.aspx
透過Facebook分享
訂閱:
文章 (Atom)