COMM-DRV++
v1.0
Easy to use professional serial communication C++ class library for Windows. COMM-DRV++ allows you to accomplish your serial communication task literally in minutes after installation. We have encapsulated general communication functions into easy to understand methods that are applicable to real world applications.
The following example is a complete working Windows application that calls another computer and transfers a file to it. Could it be any simpler?
#include "CCdrvPPPort.h"
main()
{
CCdrvPPPort Port;
if (!Port.OpenPort(1))
if (!ModemDial("2815551212")
if (!Port.SendFileZmodem(FileXferDialogFlagOn ,"Myfile.txt")
cout










Excelsior JET is a complete solution for acceleration, protection and deployment of your Java applications, certified Java SE 6 Compatible on a number of Windows and Linux/x86 platforms. Version 6.4 enhances protection against reverse engineering.










thinBasic is a Basic like language interpreter. For the complete set of functionalities, please visit thinBasic online help at http://www.thinbasic.com/public/products/thinBasic/help/html/whatsnew.htm










PlayBasic is a powerful 2D game creation language. Made for everybody (beginners and game designers) and includes as many built in features as possible. Letting programmers focus on making great games quickly!










UltraGram is a visual parser generator for creating grammar of a parser, interpreter, or compiler.










PPL is a fast and easy-to-learn programming language that is fully object-oriented. PPL runs on all PocketPCs using Windows Mobile 2000, 2002, 2003, 2003SE, and WM2005. PPL is also compatible with PC desktop computers.

