![]() ![]() |
Different Languages
Visual C++ and Assembler
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:
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! |