Hello, today update svn , but i have this problems;
1.- make install; break at this point;
! Installing ../../../lib/linux/gcc/libhbvmmt.a on /usr/local/lib/harbour
gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF
-DHB_HAS_PCRE -I/home/rafa/harbour-project/trunk/harbour
010-02-17 11:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
> * src/rtl/hbdyn.c
> ! Adjustments for non-win, non-os2 platforms.
>
Perfect GNU/Linux Ubuntu 9.04! Thank you!
Regards
Rafa Carmona
___
Harbour mailing list (attachment size
I compile example /mt/mttest09 , but show errors;
Not found function dbRelease()
I find this function , but not exists.
This example, stop line hb_dbRequest( , , @bResult, .T. )
Harbour 2.1.0dev (Rev. 14255)
Copyright (c) 1999-2010, http://www.harbour-project.org/
Harbour Build Info
--
The examples /mt/mttest09.prg
Where is
dbRelease( , {|| xResult } )
change by
hb_dbDetach( , {|| xResult } )
Regards
Rafa Carmona
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org
I find error, i report this error another message!
Regards
Rafa Carmona
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
I believe this example is interesant.
Regards
Rafa Carmona
/*
Example multiThreads index.
One thread by table , and one thread by index.
2010 Rafa Carmona
Thread Main
|-> Thhread child table for test.dbf
||> Thread child
Exists limits debug thread in harbour ?
I don't put breakpoint into thread child, never stop.
thanks!
Rafa Carmona
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/lis
I create video, from tools gource, the harbour project , years 1999-2000
http://www.youtube.com/watch?v=_FEuktpNQmo
Regards
Rafa Carmona
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour
? cLib, cCheck // ALERT: Only Information for test
AADD( ::aLibs, { iif( cCheck = "yes", .T., .F. ), cLib } )
oNodeLib := oIter:Next() // Siguiente libreria
end while
endif
endif
RETURN Self
/* config.xml for testing
Xavi escribió:
> rafa,
>
>> METHOD New( ) CLASS gConfigHarbour
>>Local oNode, oIter, oNodeLib, cLib, cCheck
>>
>>::Super:New( )
>>
>>if ::lOk
>> oNode := ::oDoc:FindFirst( ::cNode )
>> if oNode != NIL
>
16-1ub
Where is the problem ?
Thanks!
Regards
Rafa Carmona
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Szakáts Viktor escribió:
Hi Rafa,
I'm afraid I have no idea, sorry. Maybe you would have
better luck with the supplied .tar.gz file, until we
resolve this.
make_deb.sh had minor problems which I've found out
after the release, maybe it had others, or maybe I
messed up something wh
ECTED]>' omitido: clave secreta
no disponible
gpg: [stdin]: clearsign failed: clave secreta no disponible
dpkg-buildpackage: binary only upload (no source included)
(WARNING: Failed to sign .changes file)
Well, i create .DEB and INSTALL CORRECT!
Very thanks to everybody by t
icial, not exist windows MDI.
Please, Can you see source code XWT from xHarbour ?
Giancarlo Niccolai begin this for GTK+ and API Win32.
The idea is similar the AWT Java, or not ?
Regards
Rafa Carmona
___
Harbour mailing list
Harbour@harbour-projec
Please, Its possible using txml.prg and hbxml.c into Harbour ?
It is very interesant and important this files about manager XML.
It have Harbour manager XML ?
I view this source and have functions about tables hash;
hb_hashNew, etc...
Have Harbour equal API Hash xHarbour ?
Regards
Rafa
Lorenzo Fiorini escribió:
On Mon, Apr 21, 2008 at 5:56 PM, rafa <[EMAIL PROTECTED]> wrote:
Please, Its possible using txml.prg and hbxml.c into Harbour ?
Yes.
Are you test in Harbour of XML support ?
Have Harbour equal API Hash xHarbour ?
Harbour has hashes.
Lorenzo Fiorini escribió:
On Wed, Apr 23, 2008 at 10:34 AM, rafa <[EMAIL PROTECTED]> wrote:
Are you test in Harbour of XML support ?
If this files are compatibility with Harbour i think that
put this files in RTL of Harbour, then Harbour the best! ;-)
I w
Many Thanks!
I view/make this library.
Regards
Rafa Carmona
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
?
Thank you!
Rafa Carmona
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Oh! It is problem from file /contrib/mtpl_b32.mak
$(CC) $(CLIBFLAGS) -P -o$@ $(OBJ_DIR)\$&.c
This is -P not is correct!
Thank you at M.Marchuet for your help!
Another i have diferents problems with TXML and i report
as soon as possible.
Regards
Rafa Car
xceso.
Cualquier comentario es bienvenido para mejorar este aspecto.
//-- source code
--
/*
Example multiThreads index.
One thread by table , and one thread by index.
2010 Rafa Carmona
Thread
Of course, thanks for your opinion!
I also think it is due to disk.
Regards
Qatan escribió:
> Hello Rafa,
>
>I am not sure, may be wrong but I would say also that the fisical
> access of the HD Head divided in different threads would increase the
> time to access the same
arate crea() thread for each index tag,
> but indexes are not created in parallel, because only one thread has
> attached area.
>
Is it possible to improve this aspect?
Under Windows, usndo ProcessXP, I could see the threads of the indices
only run one at a time, while the rest is wait
nce ;-)
The reason is because only one index reindex a table, while the others
wait, I do not know.
I need to save time when re-indexing on the servers, because we handle a
lot of information in the tables, over 12 GB in total.
Regards
Rafa Carmona
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hello,
Mindaugas Kavaliauskas escribió:
> Hi,
>
>
> On 2010.05.11 12:22, rafa wrote:
>>> Of cause. Did you expect your code to behave in a different way?...
>> I thought he reindex all at once ;-)
>> The reason is because only one index reindex a table, while
Hello All,
First; Great!
I have noticed is an improvement of about 2 minutes of not using
Hb_detach () and remove the threads in the creation of indices.
Second;
A question
What advantages are there in using indexes MEMORY?
I do not appreciate any improvement is more, we analyzed under Windows
X
Another implemtation;
This is implementation the API Sqlite 3 for compilers [x]Harbour.
Copyright 2007 WenSheng
Copyright 2007 Rafa Carmona <[EMAIL PROTECTED]>
License: Library General Public License (GNU)
* Based in job of :
Copyright 2003 Alejandro de Gárate &
27 matches
Mail list logo