
This folder contains 4 Client-Apps, which require
a prior started Server-Instance to be running
(please ensure a properly started RPCServer from
within the appropriate ServerBin-Folder, before
running these Client-Apps - and please make sure,
you copy the 3 toolset Dlls into the ServerBin and also 
the ClientBin-Folder here to ensure regfree loading).

If you run these Apps against a Serverinstance on
the same machine, then you don't need to specify 
an IP explicitely. If the server runs on a different  
host, then adjust the IPs (or the Server-HostName) in
the appropriate TextFields. 
The ChatClient-App does not even require that, since
it is capable, to receive a UDP-broadcasted ServerIP,
adjusting the IP-field itself in this case.

The SimpleClient-Exe is mainly thought for your
Developer-machine, where it expects a registered
dhRichClient3.dll (regfree-support was not used in 
that small App, to keep things more simple).

The other three Exes were compiled from somewhat
more advanced sources (look into the source-folders), 
and support regfree instancing (in case you want
to test the clientside with these three Exes also
from other machines where the RichClient-libs are
not explicitely installed and registered).
So, to avoid the MsgBox-question: "make an attempt
with a registered version of the dhRichClient3.dll"
and to ensure XCopy-Deployment of this ClientBin-folder
(to test from e.g. different machines), you need to
place a copy of the 3 Toolset Dlls in this ClientBin-folder
(in the same way as with the ServerBin-Folder, which
you can also deploy per XCopy to a different machine
then, to test things properly over TCP/IP).

If you want to run the RPCClientDemo-example in 
Debug-Mode (from the appropriate *.vbg-ProjectGroup
_DemoClientAndServerDll.VBG), an initial recompile 
of the ServerTest-Dll-project, which is included in
this group is recommended.
In case of the Debug-Mode, which is entered when
you run the Client-Demo from within the IDE, no 
running RPC-Server is needed - the RoundTrip is 
then ensured directly within the clientside cRPCConnection-
Class which simulates the Server-Roundtrip in this 
case (including the very same Parameter-Serializing
and Compression as in "real servermode").

The same Debug-Mode-capability is also available on the
newer ChatDemo (over __DebugChatApp.vbg).