Hi Amos & Nenad,
Thanks for replying.
My problem right now is I can't get the letodb service (under Windows) to start when I have the letoudf.hrb file together with letodb.exe in the same folder.
I have tested the following:
1. Using letoudf.prg from the tests folder & compiled using "Compile command: hbmk2 letoudf.prg -gh"
2. Removed all the functions in letoudf.prg except the following & compiled using the same command as in #1.
~~~
/* $Id: letoudf.prg,v 1.1.2.9 2012/11/12 17:20:30 ptsarenko Exp $ */
#ifdef __LINUX__
#define DEF_SEP '/'
#define DEF_CH_SEP '\'
#else
#define DEF_SEP '\'
#define DEF_CH_SEP '/'
#endif
~~~
In both the above scenarios, my service would not start. I have tried setting "Debug = 1" in letodb.ini but not entry was added to the log file, so I don't know what's going on.
Once I removed/renamed letoudf.hrb, the letodb service starts normally.
Thanks,
Raymond