The code demonstrates compiling and loading a c dll for kdb.
It shows how to:
- Compile a DLL on windows
- Load the library within kdb
- Calling the C function from kdb
It is a simple example only and does not contain good logging, argument checking etc.