KLOG.LIB C import library
Previous  Top  Next

Developers can use the KLOG.LIB import library to implicitly access Kiwi Logger functions. The system will load KLOG.DLL, and its functions automatically at load time. This method is suitable for C and C++ projects. KLOG.DLL will need to be distributed with the application.

To include the import library in your project:
·Make KLOGLIB.H and KLOG.LIB available to your project,  
·Include the header file in your code, such as with #include "kloglib.h", and  
·Include KLOG.LIB in the link step of your project. In Visual C++, refer to the Project Settings dialogue by pressing Alt+F7, and the Link tab.