How to solve error LNK1104: cannot open file ‘mfc120d.lib’
If you encounter the same problem as below: error LNK1104: cannot open file ‘mfc120d.lib’ You can solve this problem by downloading Multibyte MFC Library for Visual Studio 2013 and install that....
View ArticleAndroid, you ask to “Run As”, but it still “Debug as”
When you develop an android App in Eclipse, sooner or later, you will encounter such a weird problem: you press the “Run As” button, but it is still running as if you clicked “Debug as”, as shown...
View ArticleGet started with AIML C# programming (I): Just say hello to the robot
In this series of articles, I am about to keep a note on my recent trials to program AIML using C#. AIML, or Artificial Intelligence Markup Language, is an XML dialect for creating natural language...
View ArticleGet started with AIML C# programming (II): Give your robot a cute name
In the last blog, I have demonstrated how to say hello to AIML based robot. It is cool, but when you ask the robot You: “What is your name?”The Robot: I am Unknown. Weird, but how do we name our robot...
View ArticleGet started with AIML C# programming (III): Be nice and understand that robot...
In previous two blogs (Here and Here), I have shown how to experiment AIML programming, and it is not hard to turn the HelloRobot console into a GUI program. Yes, I did, and found that the robot is...
View ArticleOpenSceneGraph: texture missing – The Solutions
After development a program using OSG, you might sooner or later package all needed executable (*.exe, *.dll) and copy/deploy them to the target machines. It is not uncommon that when you open a model,...
View ArticleAndroid development: Play Youtube video in your app, “Can’t play this video”...
Playing Youtube video in your app is a frequently requested feature, and some time ago, it is trivial to do this using VideoView: In the layout file, add below: <VideoView...
View ArticleHow to install pip for python in Windows
pip install might be the most frequently used module in python. However, in the past it is not easy to install that in windows, see my previous post. Now in the latest update, it is very trivial to get...
View ArticleHow to switch between python 2.x and python 3.x
It is known that Python2.x can coexist with Python3.x. But how do you switch the active version in use? Simple: go to edit system environment variables (shortcut key: Windows + Break), and set the path...
View ArticleGet started with AIML C# programming (IV): Train your own robot
It is very, very easy to train or coach your own robot. The way is to teach your robot in a question-answer fashion. Q: Where is City University of Hong Kong?A: It is located in Tat Chee Avenue,...
View ArticleCannot open file ‘mfc120d.lib’
If you encounter below error: error LNK1104: cannot open file ‘mfc120d.lib’ Try download and install Multibyte MFC Library for Visual Studio 2013.Filed under: MFC, Programming Tagged: 'mfc120d.lib',...
View ArticleVisual Studio 2013 Update2 offline ISO download link
Official Microsoft Visual Studio 2013 with Update 2: Offline installation ISOs, released on May 12, 2014 Microsoft Visual Studio Ultimate 2013 with Update 2 – EnglishDVD5 ISO image (SHA-1:...
View ArticleEnable USB debugging for Samsung Galaxy S4, S5, Galaxy Note and tablet
You might wish to enable usb dubugging for Samsung Galaxy S4, S5 or Galaxy Note 10.1 (2014 Edition) for a number of reasons. For instance, if you are an Android App developer, this is a must-have...
View ArticleInstall Genymotion In Ubuntu
Genymotion is a great virtual machine, especially for emulating Android VMs. In my earlier post, I have shown how to emulate Nexus 10 using Genymotion. Recently, I need to do the same work in Ubunut,...
View ArticleGenymotion failed to start due to incorrect IP settings: “The Genymotion...
If you start running Genymotion, you might encounter the “The Genymotion Virtual device could not obtain an IP address” error, as shown below: To solve this: go to VirutalBox, select File >...
View ArticleOpenSceneGraph for Android 3rd party dependency file download
The official download link for OSG Android 3rd party dependency files is: http://www2.ai2.upv.es/difusion/osgAndroid/3rdpartyAndroid.zip However, recently I found this link cannot be accessed...
View ArticleVisualStudio 2014 CTP out
Visual Studio 2014 CTP 1 includes a few of tools including the “Roslyn” .NET compiler platform, ASP.NET vNext and Apache Cordova tooling. Many additional improvements across Visual Studio, including an...
View ArticleRhino C# Development (IV) :Using new RhinoCommon API to develop Rhino3D .net...
Rhino3D has changed its .net plugin development implementation. Although you can still use the Rhino.NET SDK to create Rhino plug-ins with the same capabilities as Rhino C++ SDK developers, however,...
View ArticleRhino C# Development (V) : Create and dock Rhino Panels side-by-side
In my previous blog Rhino C# Development (III) : Add Winform UI to Rhino, I demonstrated how to create a dock bar with Winform User controls in Rhino3D. In this blog I am to demonstrate how to use a...
View ArticleMicrosoft Webmatrix offline installer download link
WebMatrix is a free, lightweight, cloud-connected web development tool. Mostly likely when you download it, you get a web installer link (around 113k). If you wish to grab the full installer (around...
View Article