AsyncNative

This sample demonstrates asynchronous event operations using two applications and a shared-memory database.

How to Run

In a console window run

 
    AsyncNative
     

Then in a second console window run the C application:

 
    target\bin\async_native.exe
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.