Library type constants

>Database Constants

KCML library types

These constants denote the types of libraries that can be compiled using the kc compiler and kmake. They provide the possible values for the kcmltype tag ifor the service in the kconf.xml file.

DEF ENUM enumeration name KCML_LIBTYPE_ENUM

Enumeration ValueValueDescription
_KCML_LIBTYPE_61Interpreted
_KCML_LIBTYPE_72Compiled
_KCML_LIBTYPE_PDB4Compiled for the JIT compiled workbench
_KCML_LIBTYPE_NF710Compiled for browser client
_KCML_LIBTYPE_NFPDB12JIT compiled for browser client

Back to the list of Enumerations and Constants