Computers Products & Services


Previous Page - Programming


Picture This Page!


Go Back to the Main Page

Different Languages

Visual C++ and Assembler
Visual C++ is a much more robust programming language then Visual Basic by allowing us to create not only executable programs, but Active X controls and Dynamic-Link Library's (DLL's).

An example of a DLL we created are those that go with the Visual Basic telephony project, PhoneLink. By creating a common user interface to the routines contained in the DLL we created a bunch of different DLL's, each to be used for a different environment. Some of the different DLL's created communicate:

  • via the serial port using:

  • via a network using:

And there is an ongoing effort to handle more and different types of hardware to broaden PhoneLink's market.

Since each one of these DLL's handles one type of hardware environment, it is a simple matter to ship out the correct DLL with the PhoneLink product to a customer. If the customer upgrades or changes hardware in the future then a new DLL is all that is required to keep them up and running.


NOTE: Although the examples we've used had a lot to do with telephony, let me say now that they are only examples of some of the larger projects we have done in the last couple of years and by no means should that be taken as the only thing we can do (we've been in business 10 years), but should be recognized as an achievement and a display of our versatility, since, before these projects, we had no telephony experience at all!

Send us your comments.
Last Modified on Thursday, January 29, 2004 at 23:15 PST. Copyright © 1997,2004 by R Computers. All rights reserved.