Monday, December 24, 2012

compiling python for windows phone 8 - CodeProject

English: Python logo Deutsch: Python Logo
English: Python logo Deutsch: Python Logo (Photo credit: Wikipedia)
It seems that Python is not easy to compile on Windows phone 8. Here is a great article about how to compile Python on that platform.
Windows phone 8(wp8) supports native code. Developers can write applications using c/c++ directly, and port existing achievements to windows phone. But there are many differences between APIs on wp8 and APIs on win32. These differences exist in many categories, such as native thread, synchronization method, file find, library load, etc, which brings a lot of workload for code porting.
Python is a dynamic script language and has many function modules. It is easy to learn and use. Python can improve the flexibility of the application and existing python module can also be used to speed up the development procedure. For python is dynamic language, Apps can uses this feature to create logic or controls some application functions dynamically. Python interpreter is written in c code. Because wp8 supports native code, we can compile python source code on wp8. Thus makes it possible to use python on wp8.
Because the limitations of APIs on wp8, changes have to be made in some source code of python to be compiled successfully. Furthermore, some APIs such as thread, windows registry are not supported, not all modules or features can be ported to wp8.
This article talks about how to compile python source code on wp8, the changes made on source code, and gives an example using python in wp8 native app.


compiling python for windows phone 8 - CodeProject
Enhanced by Zemanta

Monday, December 17, 2012

Wi-Fi HotSpot Creator – Free Wi-Fi HotSpot Tool Download

Increasingly, I have been caught needing to have wifi for my mobile devices but not bring able to use my phone as a hotspot for reasons such as not being able to connect my iPad 2. This option is one I've never considered: a free app that turns your PC into a hotspot if it is connected to the Internet using a wired connection. This, I would like to try: Wi-Fi HotSpot Creator. 

Wi-Fi HotSpot Creator – Free Wi-Fi HotSpot Tool Download
Enhanced by Zemanta

Tuesday, December 11, 2012

Simple Comic Book Viewer for Android - CodeProject

Here is a good example of building an Android app  for cbz files.


Simple Comic Book Viewer for Android - CodeProject
Enhanced by Zemanta

Tuesday, December 4, 2012

How to Get Free Wifi Tether / Hotspot on the Samsung Galaxy S III - YouTube

Great video for doing free WiFi Tether/Hotspot with Samsung Galaxy S 3


How to Get Free Wifi Tether / Hotspot on the Samsung Galaxy S III - YouTube
Enhanced by Zemanta

Projects in Visual C++ 2010 – Part 1: Creating a DLL project » manski's blog

I've recently trying to do a DLL in Visual C++ and calling it from VB.Net. Here is some information I'm trying to make use of.


And this is an article that should help to.

Projects in Visual C++ 2010 – Part 1: Creating a DLL project » manski's blog
Enhanced by Zemanta