The Cockpit Core Library

Top  Previous  Next

The Cockpit core provides only the basic means every other Cockpit library relies on: Callbacks, structures, interfaces and helper functions. Apart from some absolutely necessary API functions it needs for memory allocation or message output it is completely independent from the O/S . It does not export any API functions to your Xbase++ applications. That's the job of the other Cockpit libraries, which rely on the functions and classes exported by the Cockpit Core.

 

The whole Cockpit Core is packed into one dll only: CCKPTCOR.DLL.

 

If you want to auto-link the Cockpit Core dll to your application, #include the file "CockpitCoreLibs.ch" in one of your prg files.

 

Linking with any other Cockpit library will add the Core to your application's runtime requirements.