Fast and reliable COM-Tools for developers

The RichClient-Toolset currently consists of 5 Binary Components now (last Site-update: 2010-05-20)


dhRichClient3.dll

  (COM-Dll, current version 3.0.22 ... binary: public domain - sources under LGPL soon)

sqlite36_engine.dll

  (StdCall-compile of sqlite-version 3.6.23.1 ... source-license: Public Domain)

DirectCOM.dll

  (StdCall-compile, regfree COM-instantiation-helper ... binary: public domain)


newest additions and now "officially" in the toolset:

dhCairo.dll

  (COM-Dll, current version 1.0 ... binary: public domain - sources under LGPL soon)

cairo2_engine.dll

  (StdCall-compile of cairo-version 1.9.4 ... source-license: LGPL, additional, statically

  linked libraries under different licenses are contained, please read the new file:

   _Library-Licenses.txt which is available in the toolset-zip for more details)

 

The Online-Documentation for dhRichClient3 is currently only a start (just a very basic Class-View) - but it will be enhanced over time, after this site got a WIKI-engine.

But to take a first look on "whats in there" this should be suitable.

A big <Thank you> to Jose San Leandro Ros, who has put some efforts into it.

 



Downloads (VB6):

The Toolset-Binaries: (ca. 1.6MB)  (now containing also the new Cairo-COM-wrapper)

A large VB6-Demo-Tutorial for the new cairo-wrapper (ca. 4MB)

The VB6-Demo-Sources for the RichClient--part of the toolset: (ca. 2.2MB)

Simple MetaStock-Demo (ca. 2.6MB)  (using an InMemory-DB + charting)

 

Download (VBA-Demo, including the Binaries)

VBA-NWind-StarSchema.zip (ca. 1.2MB)


All the ActiveX-components in this Toolset are free (as in free-beer) - you can use them without any restrictions in your own apps, but (as usual for tools in the "Public Domain") at your own risk. That doesn't mean, that we don't offer support - just drop us an email, if you experience any problems.


The new cairo2_engine.dll does come under LGPL - which allows commercial usage too,

as long as it is linked to dynamically - and that's what dhCairo.dll does - so no larger changes for users of the toolset, aside from deploying a License-Info-File along with

your solution - but please read the already above mentioned: _Library-Licenses.txt


The toolset is thought mainly as a feature-rich vbRuntime-enhancement, which aims to lower the dependencies into the COM-based MS-ToolStack (it contains replacements for e.g. DAO/ADO/JET, MS-XML, DCOM, the Scripting-Dictionary, etc. ... and now with cairo-

support we are independent from GDI+ too).

It also offers regfree Loading/Instancing-capabilities for ActiveX-Dlls and it can also make ActiveX-Exes obsolete, due to support for a new, easy to use Threading-approach, which works with Named-Pipes under the hood and works therefore also cross-process.

Short description of the available Classes (Class-Sets) in dhRichClient3.dll:

  • SQLite-Classes - an ADO-like Replacement based on the great sqlite-engine
  • SimpleXML-Classes - an unicode-aware XML-Parser with DOM and SAX-Support
  • cSortedDictionary - superfast alternative to the Scripting.Dictionary
  • cCollection - a nearly similar approach as above, but compatible to the VB-Collection
  • Report-Classes - an enhanced-metafile-based WYSIWYG-Reporting-engine
  • Socket-Classes - TCP-Server and -Client-Classes (an alternative to the winsock.ocx)
  • cCrypt - strong-encryption-, hashing-, encoding- and compression-stuff
  • cEventCollection - Eventsupport for COM-LateBound-Objects in a centralized sink
  • OpenOfficeEmbed-Classes - embed OpenOffice-Documents into your VB-Forms
  • cFormula - a Formula-Evaluator, which supports Variables, Arrays and Objects in the Eval-Term
  • cTimer - a classbased replacement for the VB-Timer
  • RPC-Classes - the Client- *and* Serverpart (including the ThreadPool) for a fast DCOM-alternative
  • DC, DIB and DDB-Classes - GDI-encapsulation with support for e.g. ByteArrayBased (Alpha-)Icon-loading, AlphaBlending etc.
  • cRegFree - support for the new pipe-based Threading-enhancements and regfree Class-Loading from COM-Dlls
  • cConstructor - an instantiation-helper, which offers Optional Init-Params for most Classes
  • cFactory - the "main-entry-point" into the framework, which contains the two classes above

Most of the newer functionalities (classes) in this toolset do require W2K or higher to work - please understand that - since I want to "move fast" with these class-helpers and also with the new, upcoming (unicode-capable) widgetset over the next years, I had to "draw a line" somewhere.


The dhRichClient3.dll was built with VB6 and depends on the VB6-Runtime (which comes preinstalled on all current WinOS's ranging from Win98SE up to Vista and Windows7) - but it is of course usable from VC++-ATL-Projects too. The performance of well-implemented VB6-COMponents is on par with C++-ATL-components due to VBs (since Version 5) builtin C++ native Compiler (C2.exe) - simply compare e.g. the SQLite-WrapperClasses with C++-implemented COM-wrappers or the performance of the built-in RPCServer with DCOM/COM+.