Ultimate Delphi Codebank (UDC) project was born with aim to be usefull to all delphi developers and help them increase their knowledge. I’m coding for long years and i always try to help new beginners or developers to learn&solve coding, that’s why i have a lot of friends&people around me. I have noticedsome facts about them.
Delphi Tips Explorer 2007 v3.0
Delphi Tips Explorer 2007 v3.0 – Delphi Code Library Give you the famous library of codes Delphi Delphi Tips Explorer Library very, very important for the novice and the professional Containing a wide range of codes and characterized by its small size , less than 10 Mega After the pressure does not exceed 3 MB Compared to the huge library Ultimate Delphi CodeBank about 280 Mega
libgpod-0.8.3 for windows
基于libgpod-0.8.3构建,原代码请访问http://gtkpod.org/libgpod/ ,代码地址:http://code.h4ck.org.cn/libgpod-0.8.3-for-windows
Windows 7/Visual Studio2012下使用GTK
Glib是一个多种用途的工具库,它提供许多有用的数据类型,宏定义,类型变换,字符串工具,文件工具,主循环的抽象等等。它可以用于许多类-UNIX平台、Windows,OS/2和BeOS中。GLib在GNU库通用公共许可(GNU LGPL)下发布。
GLib的主要策略是除了数据结构管理功能以外所有的功能都是线程安全的。如果你有两个线程关联系统的数据结构,他们必须使用锁来同步他们的操作。
其实并没有去刻意的要使用这个库,并且所谓的跨平台的东西配置起来都不是那么的容易的。之所以要用这个东西是因为要编译libgpod的代码,网上的说明文件不少,但是代码迁移到windows还是不少的问题的。
官方网站上提供了不少的文件和资源包,为了方便建议直接下载all-in-one bundle,猛击此处下载,猛击此处访问官方下载页面。
下载后解压到某个目录下,我这里是解压到了D:\glib2.28.8,下面的配置以这个路径为例,如果你的不是,那么请自行修改相关路径。打开项目的属性,切换到VC++ Directory标签页,修改如下两项配置:
Apk Installer for Windows/Mac OSX/Linux SouceCode
Apk Tool
Apk Installer for Windows/Mac OSX/Linux
Install PyQt4 on Mac OSX 10.8
其实这个东西就是为了上篇文章的内容准备的,传送门。
1:下载安装Qt
http://qt-project.org/downloads
我下载的是Qt 5.0.2 for Mac (404 MB) (Info)
安装起来还挺方便的。不过要记住安装的路径,后面会用到
theos Makefile
Python tools for VS2012
PTVS is a free/OSS plugin that turns Visual Studio into a Python IDE. PTVS supports CPython, IronPython, Editing, Browsing, Intellisense, Debugging, Profiling, HPC Clusters, Multiple REPL’s, IPython, Django, and Cloud computing with Client Libraries for Windows, Linux and MacOS. This is an officially supported product from Microsoft’s Developer Division.
如果喜欢用vs勊考虑用这个插件来实现在vs中进行代码编写和调试,简单的测试了一下,发现如果新建工程调试的时候断点是有效的,但是如果是单一文件作为脚本调试,断点无法正常中断。当然作为一个alphra版本的软件做到这样已经不错了。