Re: [Harbour] sample of my hbdoc2 results

2009-09-13 Thread Massimo Belgrano
for /ascii, text, html, html2, and xml/ > > If you want to see the source code, it is at: > http://www.harbour-project.com.br/apwhite/hbdoc2-20090913-1633.zip > > I think I've settled on the internal code design (classes); I'm going to > tackle rtf output next (so it

Re: [Harbour] debug

2009-09-13 Thread Pritpal Bedi
Hi Alexandr Okhotnikov wrote: > > Using hbqt how to use the harbour-debugger (for *. prg)? > I asked earlier, no one answered. The debugger is not called. It is > not possible or require additional conditions? > I never use a debugger so cannot comment on the issue. May be someone else could

[Harbour] debug

2009-09-13 Thread Alexandr Okhotnikov
Hi Pritpal Bedi Using hbqt how to use the harbour-debugger (for *. prg)? I asked earlier, no one answered. The debugger is not called. It is not possible or require additional conditions? Best regards, Alexandr Okhotnikov ___ Harbour mailing list Harbou

[Harbour] about NETIO

2009-09-13 Thread WenSheng
Hi~ I test netio function, at server side use: --- pListenSocket := NETIO_LISTEN( PORT, IP, DRIVER ) do while .t. pConnectionSocket := NETIO_ACCEPT( pListenSocket ) ? 'Have one connect...', pConnectionSocket NETIO_SERVER( pConnectionSocket ) enddo

Re: [Harbour] Contrib TPostgres (Contribución)

2009-09-13 Thread Carlo Borelli
Hola, es muy interesante eso pero porque no prueba a traducir tu intervención en ingles para que toda la lista pueda comprender y a la vez agregar tus modificaciones? Un saludo cordial. El 11/09/09, Rodrigo Machado escribió: > Buenos Dias > > Hace algun tiempo he modificado el contrib para postgr

[Harbour] Capture the event "Minimize" or "close (x)" a window of a console application

2009-09-13 Thread gvarona
It can capture the event "Minimize" or "close (x)" a window of a console application? TIA BestRegards GVS --- EC Red Internet g...@tis Inscríbete en www.ec-red.com ___ Harbour mailing list

Re: [Harbour] sample of my hbdoc2 results

2009-09-13 Thread April White
Vailton Renato wrote: Hi April! Great job! How can we help in the documentation of functions? Will still be updating the text files inside DOC folder? Thank you Vailton. I've been standardizing the sections within the doc\en-en folder, so until my work is complete and uploaded any changes

Re: [Harbour] sample of my hbdoc2 results

2009-09-13 Thread Vailton Renato
de, it is at: >       http://www.harbour-project.com.br/apwhite/hbdoc2-20090913-1633.zip > > I think I've settled on the internal code design (classes); I'm going to > tackle rtf output next (so it can be turned into hlp files) and then trf. > > April > > -- > The ha

[Harbour] sample of my hbdoc2 results

2009-09-13 Thread April White
the output formats for /ascii, text, html, html2, and xml/ If you want to see the source code, it is at: http://www.harbour-project.com.br/apwhite/hbdoc2-20090913-1633.zip I think I've settled on the internal code design (classes); I'm going to tackle rtf output next (so it ca

RE: [Harbour] SF.net SVN: harbour-project:[12489] trunk/harbour

2009-09-13 Thread Bisz István
Hi Pritpal, Thanks for your feedback. I will ignore in my test reports these issues until your fix. Best regards, István Bisz -Original Message- From: Pritpal Bedi [mailto:bediprit...@hotmail.com] Sent: 2009. szeptember 13. 17:26 To: harbour@harbour-project.org Subject: RE: [Harbour] S

RE: [Harbour] SF.net SVN: harbour-project:[12489] trunk/harbour

2009-09-13 Thread Pritpal Bedi
Hi Bisz István wrote: > > After copying these files (exe and dll) in a folder on Vista, the two demo > programs are fully functional, just the 'demoxbp.exe' produces the same > crash as I encountered with the direct 'Vista/mingw32' build. The crash > appears at program exiting after playing wit

Re: [Harbour] linux x mingw strange behaviour

2009-09-13 Thread Tamas TEVESZ
On Sun, 13 Sep 2009, Viktor Szakáts wrote: hi, > If you specify HB_COMPILER explicitly, there will be > no autodetection done, so you also have to setup the other > aspects of the compiler, like HB_CCPREFIX, HB_BUILD_EXTDEF. > > Of course it could be implemented otherwise, but it > looks a

Re: [Harbour] linux x mingw strange behaviour

2009-09-13 Thread Viktor Szakáts
Hi, If you specify HB_COMPILER explicitly, there will be no autodetection done, so you also have to setup the other aspects of the compiler, like HB_CCPREFIX, HB_BUILD_EXTDEF. Of course it could be implemented otherwise, but it looks a bit too costly compared to the value added. Anyway it's a pa

RE: [Harbour] SF.net SVN: harbour-project:[12489] trunk/harbour

2009-09-13 Thread Bisz István
Hi, I continued the cross building mechanism testing... My goal was to build the 'demoqt.exe' and 'demoxbp.exe' executable under wine. 1. step was the copying of the 'qt' folder of the qtsdk from 'Vista' to 'Fedora 11' under '/opt/Qtwin-4.5.2' (Windows version). 2. step was the 'harbour' cross b

[Harbour] linux x mingw strange behaviour

2009-09-13 Thread Tamas TEVESZ
hi, if i specify HB_PLATFORM=win, compiler is autodetected fine to be mingw, and all is fine. if, however, i explicitly specify HB_COMPILER=mingw (along with HB_PLATFORM=win of course(?)), all hell breaks loose. it looks as if compile commands were *mostly* set (ie. switches and stuff are alm

[Harbour] two more watcom failures

2009-09-13 Thread Tamas TEVESZ
hi, after viktor's recent watcom treat, things have gotten much better, the build log for linux x os2 is attached (as it's big), the other, native linux, is inlined here. it's not entirely impossible i've gotten hb_build_extdef wrong, at least not finding pthread.h would indicate that, but if