Sugesstion: new function ISNULLDEF
char* EXPORT fn_isnulldef(ARG(char*,s), ARG(char*,c))
ARGLIST(char* s)
ARGLIST(char* c)
{ return( (*s) ? s : c); }
I also had problems to recompile 2.1.3.1 (win-version) with Borland C55. It always give error unresolved external ib_util_malloc(long). With Microsoft Visual C++ it recompiles OK, linux gcc also works fine ...