Any workaround for Lamda type converted to char in C library?

Hi!I’m using kdb-interface C library (k.h, c.lib, c.dll) and running intosome problems, it seems.Does anybody know a way to determine if returned value is a char orlamda?It seems lamda (type 100) getting converted to char (type 10) on itsway through the library, which is strange, because operators/amends/sigma- and delta- operators, etc. (types 101-109) are getting throughintact.Last experiment was to pass lamda received ({x}) back as an argumentfor (“show”), which resulted in “{x}” in console (if it was lamba, itwould showed without quotation {x})…So, now I’m getting pretty desperate (up to the point of thinkingabout writing IPC interface library from scratch).Maybe somebody know a way of getting raw message received fromlibrary?Thank you!Oleg