How to Run Demo
---------------

1. Function call simulation between 16- and 32-bit apps

Run XCall32.exe and XCall16.exe modules. In XCall16 form click
"Submit" button. The function parameters I1-I4, S1-S4 of this
form will appear in XCall32 window.

2. Function call simulation between two 16-bit VB apps

Kill XCall32 window. Run second instance of XCall16.exe.
Set in its form field 'My Name' to "ISS_CPP" and 
'To Name' to "ISS_VBX". Now you may exchange function calls 
between this two applications by striking the 'Submit' buttons.


Visual Basic 3.0 Sample
-----------------------
Files:
	xcall16.mak
	xcall16.frm
	xcall16.bas
	xcall16.exe - produced executable module 


XCall32.exe
-----------
Sample 32-bit application based on C++ XCall library. 
Click left mouse button to submit sample call to XCall16.exe.
This app has properties 'My Name' as "ISS_CPP" and 'To Name' as "ISS_VBX". 


