Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 383 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 383 Bytes

Calling C code from kdb+

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.