All,
heo13.c defines the prototypes for the functions :
sqlxuopenuser(), sqlxucloseuser(), sqlputuser(), sqlgetuser(), and sqlindexuser().
For all of these, the last argument is a pointer to a bool - "tsp00_BoolAddr pbOk" - a
return flag. But, where the functions are defined, in veo13.c, they are declared with
this type being "bool *pbOk"
I had a look around for the definition of tsp00_BoolAddr, but couldn't find it. It seemed
a safe assumption that tsp00_BoolAddr would be the same as bool*, so I changed
veo13.c to use tsp00_BoolAddr instead.
Comments? Has anyone seen the same problem ?
thanks,
Per Jessen, Zurich