
This Demo-Folder contains two XCopy-deployable 
Bin-Folders (ServerBin and ClientBin) - please
ensure, that you copy the 3 Toolset-Dlls:
dhRichClient3.dll, sqlite36_engine.dll, DirectCOM.dll
into each of these folders (at least into ServerBin).

Then for a fast test on your local host, you should 
start a Serverinstance. Always do this from a compiled
Binary (within ServerBin) and not from one of the 
VB6-Projects (in the IDE) which contain the the Server-
Sources in the Folders:
\RPCSimpleServer  (contains a very simple Server-Host)
\RPCServiceApp  (contains a servicebased Server-Host without a GUI)
\RPCServiceControllerApp  (contains the Controller-App for the above one)

Each of the two alternative RPCServer-instances should
play well with all the Client-Apps (which also should
work from inside their IDE-Projects):


The RPCClient-Projects come inside:
\_Hello World Client
\RPCClientDemo
\RPCClientDemo-SQLiteRemoteDB

These Client-Folders also contain the appropriate
"Server-Dll-Projects", which compile their Binaries
into the \ServerBin\RPCDlls\-Folder.

