It was a strange thing when I use AppWizard to generate a SD application with Office 2007 style in VS 2010. The code was generated in an inherited CWinappEx class. However, this method was not declared in header file. It generated a C2509 error when building the project.
At this moment, I manually added the declaration in the header file for removing this error message. Maybe VC team will fix it in the later service pack.
Tuesday, November 09, 2010
Thursday, September 30, 2010
emulator: ERROR: the user data image is used by another emulator. Aborting
By developing Android application under Eclipse is a wonderful thing. One thing bothers some developers is an error message “emulator: ERROR: the user data image is used by another emulator. aborting.” There are tons of the postings and the answers by searching this error message. In my opinion, those solutions are too complex and handy. Then one solution comes to my eyes, http://www.cnblogs.com/over140/archive/2010/08/06/1793264.html. His method is quite simple – just reset adb. Simple, right?
Wednesday, July 07, 2010
新天上碑─手動更新
從某一版開始,官方的手動更新程式會檢查安裝的版本,因此手動將測試版改成正式版變得更加麻煩;因此有兩種方式可以規避這個辦法,一是修改安裝程式,跳過檢查版本的地方,二是手動下載更新檔案。前者是殺雞用牛刀,因此個人傾向於後者方式。
官方的更新伺服器是一台FTP伺服器,位址是1003bpatch.pfamily.com.tw,所以需要ftp軟體,個人建議使用圖形介面的ftp軟體,例如FileZilla,當然你可以使用你喜歡軟體。官方提供的更新伺服器需要正確的使用者名稱和密碼,否則無法使用,至於使用者名稱和密碼可以在官方提供的更新軟體中找到。所要下載的檔案分為兩部分,一是version.dat:版本訊息,如果沒有更新此檔案,登入時會出現版本不符的訊息,另外一部份則是遊戲檔案,可能是單一檔案,也可能是多檔案,全看更新內容而定。
更新的方式如下描述:
連接到1003bpatch.pfamily.com.tw,如圖一所示。
圖一
最新的更新資料在/pub/1003b/Patch底下,如圖二所示。
圖二
- Version底下只有一個檔案:version.dat,直接下載即可。
其它需要更新的檔案都在Patch_Data底下,如圖三所示。
圖三
- 以此例而言,共有七個更新檔案需要下載。仔細查看延伸檔名,除了game.exe之外,其餘六個檔案都多了一個字母,這表示說下載之後不能直接使用,而必須修改檔名,而修改方是很簡單,只需要將多出來的第四個字母移除即可。
- 這些更新檔案的安裝位置除了1003b.exe,game.exe與version.dat是在天上碑的安裝資料夾外,其餘檔案的位置都可能不同,可以利用搜尋的功能尋找相對應的資料夾,例如item_big_e06.dat可以在data\ext找到,這表示這個更新檔案將覆蓋原先在data\ext資料夾下的item_big_e06.dat,其餘檔案可以依此方式找到相對應的資料夾。
Saturday, June 19, 2010
Microsoft Office 輸入法 2010
微軟於六月十日開放Office輸入法2010,這包含了注音輸入法、倉頡輸入法、新速成輸入法和香港澳語輸入法。
下載網頁:http://www.microsoft.com/downloads/details.aspx?FamilyID=60984ecd-9575-411a-bd38-2294f17c4131&displaylang=zh-tw
直接下載位址:http://download.microsoft.com/download/F/9/B/F9BC9BB4-9A03-4D96-9E03-B7CE1BEAC958/IME2010_zh-tw.exe
大小:131.2MB
下載網頁:http://www.microsoft.com/downloads/details.aspx?FamilyID=60984ecd-9575-411a-bd38-2294f17c4131&displaylang=zh-tw
直接下載位址:http://download.microsoft.com/download/F/9/B/F9BC9BB4-9A03-4D96-9E03-B7CE1BEAC958/IME2010_zh-tw.exe
大小:131.2MB
Tuesday, June 01, 2010
Microsoft Windows SDK 7.1
Microsoft releases Windows SDK for Windows 7 and .NET Framework 4 on May 19. It has three versions: x86, x64 and Itanium. The ISO image direct download is listed as followings:
x86 ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDK_EN_DVD.iso
x64 ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKX_EN_DVD.iso
Itanium ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKIAI_EN_DVD.iso
x86 ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDK_EN_DVD.iso
x64 ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKX_EN_DVD.iso
Itanium ISO: http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKIAI_EN_DVD.iso
System Requirements
- Supported Operating Systems: Windows 7; Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 R2 x64 editions; Windows Server 2008; Windows Server 2008 R2; Windows Vista; Windows XP Service Pack 3
- Platform architecture: Install this SDK on and/or create applications for platform chipsets X86, X64, and Itanium.
- .NET Framework: Create applications that target .NET Framework versions 2.0, 3.0, 3.5, 4.
- Visual Studio: Use the resources in this SDK with Visual Studio versions 2005, 2008, and 2010, including Express editions (Not all features work with all versions of Visual Studio. For example, you cannot use the .NET 4 tools with Visual Studio 2008.)
Friday, April 16, 2010
[Tools]Microsoft Visual Studio 2010 Released
Microsoft was release its latest development tool Visual Studio 2010 series on April 12. You can download trial version from Microsoft directly. Here are five versions download address,
Professional :http://download.microsoft.com/download/4/0/E/40EFE5F6-C7A5-48F7-8402-F3497FABF888/X16-42555VS2010ProTrial1.iso
Test Professional :http://download.microsoft.com/download/F/6/6/F6615AB8-E082-4E92-A715-A087E83D37F8/X16-42549VS2010TestProTrial1.iso
Team Foundation Server:http://download.microsoft.com/download/1/5/1/15139F21-8A10-44E8-99D5-B37316D3F00F/X16-42785VS2010TFS1.iso
Labels:
C/C++,
Computer Technology,
Tool,
Windows
Wednesday, January 06, 2010
[Updated]MoveSize In Sourceforge
Now MoveSize is hosted in SourceForge. It means you can download the executable and the source files from SourceForge.
Project location: http://movesize.sourceforge.net
Project forum: http://sourceforge.net/projects/movesize/forums/forum/1053754
Project location: http://movesize.sourceforge.net
Project forum: http://sourceforge.net/projects/movesize/forums/forum/1053754
Subscribe to:
Posts (Atom)


