To run the Win32 demo:
	First start LCDSERV.EXE, the LCD simulation server.
	Second start the LCD demo application DEMOAPPL.EXE.
	
The LCDSERV.EXE program is the complete LCD simulation server included 
with the LCD driver library. 

The GREYDEMO.EXE represent the "embedded" program which typically will be compiled, 
executed and debugged via the integrated environment in PC compiler tools, 
ex. the free MicroSoft Visual C++. This working method enables most of the GUI 
development to be done on the PC, even before the target processor hardware is ready. 

The two programs will exchange LCD data via a socket connection,
therefore LCDSERV.EXE should be started first.

While the server is running DEMOAPPL.EXE can be stopped and started several times
The DEMOAPPL.EXE demo is stopped automatically if the server is stopped.
