NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Managed and Unmanaged Interoperability Bank Sample

This sample demonstrates bi-directional unmanaged NGWS/managed NGWS Interoperability functionality with NGWS servers written in VB and VC and a COM client written in VB. Pressing the load button on the form and loading the included 1234.txt file, will load sample customer information.

Requirements:

This sample requires the installation of Visual Basic 6.0 to function properly.

Architecture:

The following diagram shows the basic architecture of the Bank sample, and how it uses managed and unmanaged code.

Location of the Sample

This sample list located in the Bank directory of the NGWS SDK sample directories.

For Example:

C:\NGWSSDK\Samples\Bank

Building the Sample

In order to properly build and run this sample, the following steps need to be performed prior to building and running the sample.

Running the Sample

In order to run this sample, follow the instructions listed below.

  1. Type NMAKE MAKEFILE from the command line.

    For Example:

    C:\NGWSSDK\Samples\Bank\:>NMAKE MAKEFILE
  2. The sample will be loaded in the Visual Basic 6.0 development environment during the last steps of the build process.
  3. Press F5 to execute the unmanaged Visual Basic 6.0 portion of the sample.