[Harbour] Closing relation

2008-11-21 Thread Mindaugas Kavaliauskas
Hi, is there any way in Harbour/Clipper to close a single relation of workarea? Best regards, Mindaugas ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] OSX (and Linux) and dyn libs

2008-11-21 Thread Maurilio Longo
Szakáts Viktor wrote: > > Windows, OS/2 and DOS doesn't need an (extended) installer, > and this makes them very flexible to use. IMO, if there is > any chance to replicate that (and I believe there is), > we shouldn't cut the way to allow this on as much platforms Viktor, in OS/2 there is an en

Re: [Harbour] MT and hb_gtInfo() - Appln Locks

2008-11-21 Thread Przemyslaw Czerpak
On Thu, 20 Nov 2008, Pritpal Bedi wrote: Hi Pritpal, > Function Main() >hb_threadStart( {|| First() } ) >hb_threadStart( {|| Second() } ) >do while .t. >nKey := inkey( 0.2 ) >if nKey == 27 > exit >endif >enddo >Return nil > Function First() >

Re: [Harbour] MT and hb_gtInfo() - Appln Locks

2008-11-21 Thread Pritpal Bedi
Przemek Przemyslaw Czerpak-2 wrote: > > There is also yet another solution. You can create non HVM thread > which will be used to create all windows and process their message > queues. It will not make any other jobs so it will be always available > and other threads which may call locking wind

[Harbour] hbapi.h and DWORD values

2008-11-21 Thread Randy Portnoff
Hi all, Is there a way to return a DWORD value using HBAPI.H or does this conversion (ie. from LONG to DWORD) need to be done at the PRG level? Regards, Randy. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/ma

Re: [Harbour] hbapi.h and DWORD values

2008-11-21 Thread Mindaugas Kavaliauskas
Hi, Is there a way to return a DWORD value using HBAPI.H or does this conversion (ie. from LONG to DWORD) need to be done at the PRG level? Try hb_retnint( (HB_LONG) dword ); Regards, Mindaugas ___ Harbour mailing list Harbour@harbour-project.o

Re: [Harbour] Closing relation

2008-11-21 Thread Przemyslaw Czerpak
On Fri, 21 Nov 2008, Mindaugas Kavaliauskas wrote: Hi Mindaugas, > is there any way in Harbour/Clipper to close a single relation of workarea? No. There are no RDD methods which allows to implement it. You can hardcode it without RDD API but it's rather bad idea. You can also collect information