Managed and Unmanaged Interoperability Bank Sample

This document contains the release information for the NGWS Managed and Unmanaged Interoperability Bank sample.  You will find the following sections below:

 

Sample Overview

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 samples 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:\Program Files\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…

·         Type NMAKE All from the command line.

For Example:

C:\Program Files\NGWSSDK\Samples\Bank\:>NMAKE All

 

Running the Sample

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

·         Type NMAKE RUN from the command line.

For Example:

C:\Program Files\NGWSSDK\Samples\Bank\:>NMAKE RUN

·         The sample will be loaded in the Visual Basic 6.0 development environment during the last steps of the build process.

·         Press F5 to execute the unmanaged Visual Basic 6.0 portion of the sample.