Re: [Harbour] Re: rddsetdefault

2010-01-21 Thread Przemysław Czerpak
On Thu, 21 Jan 2010, Alexander S.Kresin wrote: add to letodb/source/client/leto1.c just befor last line with #endif this code: #elif defined( HB_DATASEG_STARTUP ) #define HB_DATASEG_BODYHB_DATASEG_FUNC( leto1__InitSymbols ) \ HB_DATASEG_FUNC(

Re: [Harbour] Re: rddsetdefault

2010-01-21 Thread Viktor Szakáts
Hi Alexander, Nice to see you around. Brgds, Viktor On 2010 Jan 21, at 08:36, Alexander S.Kresin wrote: Przemysław Czerpak writes: I am with problem here. Function Main REQUEST LETO RDDSETDEFAULT( LETO ) Error DBCMD/1015 Argument error: RDDSETDEFAULT Called from RDDSETDEFAULT(0)

[Harbour] Re: rddsetdefault

2010-01-21 Thread Alexander S.Kresin
Przemek, thanks for comments. Probably you haven't used compiler which needs HB_DATASEG_STARTUP initialization like MSC or OpenWatcom so it was not necessary to register to change registration code. But here I only guess. Yes, I still use Bcc5.5. Regards, Alexander.

[Harbour] Re: rddsetdefault

2010-01-20 Thread Alexander S.Kresin
Przemysław Czerpak writes: I am with problem here. Function Main REQUEST LETO RDDSETDEFAULT( LETO ) Error DBCMD/1015 Argument error: RDDSETDEFAULT Called from RDDSETDEFAULT(0) Is a problem of RDD LetoDb correct? Yes, it's LetoDb problem. add to letodb/source/client/leto1.c just befor