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

2010-02-18 Thread vouchcac
Revision: 13919 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13919&view=rev Author: vouchcac Date: 2010-02-19 03:54:00 + (Fri, 19 Feb 2010) Log Message: --- 2010-02-18 19:52 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/nex

[Harbour] Re: error C2485 compiling hvm.c with vce 2007

2010-02-18 Thread Antonio Linares
ok, this solved it: set HB_USER_CFLAGS=-DHB_NO_TLS thanks :-) Antonio ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: error C2485 compiling hvm.c with vce 2007

2010-02-18 Thread Antonio Linares
More on the C2485 error compiling with Microsoft Windows CE 6.x SDK cl.exe: We have found where the error is coming from. It was not a define: hb_stack_ptr is defined as: HB_TLS_ATTR PHB_STACK hb_stack_ptr = NULL; HB_TLS_ATTR is translated into __declspec( thread ) and that may be causing a mang

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

2010-02-18 Thread vouchcac
Revision: 13918 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13918&view=rev Author: vouchcac Date: 2010-02-19 02:11:26 + (Fri, 19 Feb 2010) Log Message: --- 2010-02-18 18:05 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/clo

[Harbour] error C2485 compiling hvm.c with vce 2007

2010-02-18 Thread Antonio Linares
We are trying to build Harbour using Microsoft vce 2007 (the one provided with Microsoft Windows CE 6.x). Thanks to recent Viktor changes we are able to start building Harbour, but it errors on hvm.c. The errors are quite "curious": c:\harb_svn\harbour\src\vm\hvm.c(453) : error C2485: '$I' : unre

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

2010-02-18 Thread vszakats
Revision: 13917 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13917&view=rev Author: vszakats Date: 2010-02-18 22:33:45 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 23:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c + Add

Re: [Harbour] thread.c TOFIX: comment

2010-02-18 Thread Przemysław Czerpak
On Thu, 18 Feb 2010, Maurilio Longo wrote: Hi Maurilio, > inside vm/thread.c 817..818 there is a comment of yours about DosWaitThread(), > I don't know if this text about it can help you decide what to do. > 8<-- > DosWaitThread is used to wait for termination of threads withi

Re: [Harbour] hb_InetAddress()

2010-02-18 Thread Przemysław Czerpak
On Thu, 18 Feb 2010, Mindaugas Kavaliauskas wrote: Hi, > >Testing hb_InetAddress() on a listening socket I get back 0.0.0.0 while > >hb_InetPort() works as expected. > >hb_InetAddress() works when called on a connected socket where it returns the > >caller IP address. > >Is this the correct behav

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Bacco
The HBQt tool will be only a front-end to already existing NF TXTs and will create new ones based on the template, so contributors can choose to still edit the TXTs directly, or use this visual tool as they want. I proposed to do as a demo of HBQt, so I can be realist and finish the job, as I know

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Viktor Szakáts
Hi Bacco, > I think that what docuwiki does, we already have. Most of us can write > some prg to convert NF to docuwiki. Its not so hard to make a parser > to exhibit the NF as wiki on the web instead of exchange text to > another text, OR we shoud move to more complex structures to justify > the

Re: [Harbour] hb_InetAddress()

2010-02-18 Thread Mindaugas Kavaliauskas
Hi, Maurilio Longo wrote: Testing hb_InetAddress() on a listening socket I get back 0.0.0.0 while hb_InetPort() works as expected. hb_InetAddress() works when called on a connected socket where it returns the caller IP address. Is this the correct behavior? Perhaps, yes. I guess you have not

[Harbour] Re: About Harbour Documentation

2010-02-18 Thread Pritpal Bedi
Bacco wrote: > > As I have proposed to write new HBQt demos, I had an idea today: Maybe > the first of them could be a basic visual NanForum command help > editor, that scans the correct Harbour folder, hides the NF format for > the contributors, by presenting the respective fields as PlainText

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

2010-02-18 Thread vouchcac
Revision: 13916 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13916&view=rev Author: vouchcac Date: 2010-02-18 19:20:20 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 11:22 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg

[Harbour] Re: Error running hbide with today svn (13910)

2010-02-18 Thread Pritpal Bedi
Guy Roussin wrote: > > > cd /usr/local/src/harbour > svn update ' --> now rev > 13912 > make clean > make > sudo make install > cd contrib/hbide > ./hbmk2 hbide.hbp > ./hbide > {same crash} > I can reproduce this error on my desktop. On laptop ever

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

2010-02-18 Thread vszakats
Revision: 13915 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13915&view=rev Author: vszakats Date: 2010-02-18 18:59:04 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 19:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * external/jpeg/Makefile

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Bacco
I think that what docuwiki does, we already have. Most of us can write some prg to convert NF to docuwiki. Its not so hard to make a parser to exhibit the NF as wiki on the web instead of exchange text to another text, OR we shoud move to more complex structures to justify the change. As I have pr

Re: [Harbour] SF.net SVN: harbour-project:[13914] trunk/harbour

2010-02-18 Thread Maurilio Longo
Viktor, > ! Fixed to enclose newly added code in {} block, otherwise > it breaks with C compiler. Sorry, I didn't know > - Deleted OS/2 specific guard in code section which is not > anymore active to OS/2. > You're too fast! I was going to commit when your message arrived. :

[Harbour] hb_InetAddress()

2010-02-18 Thread Maurilio Longo
Hi, from doc/en-en/hbinet.txt I read that Returns a string representing the remote server address in quad dot notation, e.g. "192.168.1.1", or the local server address if the socket is server side. Testing hb_InetAddress() on a listening socket I get back 0.0.0.0 while hb_InetPort() works as exp

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

2010-02-18 Thread vszakats
Revision: 13914 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13914&view=rev Author: vszakats Date: 2010-02-18 17:58:49 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 18:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/cmdarg.c ! Fix

[Harbour] thread.c TOFIX: comment

2010-02-18 Thread Maurilio Longo
Przemyslaw, inside vm/thread.c 817..818 there is a comment of yours about DosWaitThread(), I don't know if this text about it can help you decide what to do. 8<-- DosWaitThread is used to wait for termination of threads within a process. It is usually used so that thread resou

Re: [Harbour] Re: Error running hbide with today svn (13910)

2010-02-18 Thread Guy Roussin
I get this error running hbide on linux debian sid 32 bits : $ ./hbide Unrecoverable error 6005: Exception SIGSEGV at address 0x29 Called from HBIDE:_OSEARCHREPLACE(0) in ../../../tobject.prg Called from IDEDOCKS:BUILDSEARCHREPLACEWIDGET(333) in idedocks.prg Called from IDEDOCKS:BUILDDIALOG(300

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

2010-02-18 Thread mauriliolongo
Revision: 13913 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13913&view=rev Author: mauriliolongo Date: 2010-02-18 17:47:54 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 18:45 UTC+0100 Maurilio Longo (maurilio.lo...@libero.it) * src/vm/cmdarg.c

[Harbour] Re: Error running hbide with today svn (13910)

2010-02-18 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Why can a missing file causing RTE or GPF in HBQT/HBIDE? > > This is clear bug and should be fixed. A missing > file should be handled gracefully and an error > displayed or functionality made unavailable (picture > not displayed), etc. > Yep. And will update the

Re: [Harbour] Re: Error running hbide with today svn (13910)

2010-02-18 Thread Viktor Szakáts
Hi All, Why can a missing file causing RTE or GPF in HBQT/HBIDE? This is clear bug and should be fixed. A missing file should be handled gracefully and an error displayed or functionality made unavailable (picture not displayed), etc. Brgds, Viktor On 2010 Feb 18, at 18:21, Pritpal Bedi wrot

[Harbour] Re: Error running hbide with today svn (13910)

2010-02-18 Thread Pritpal Bedi
Guy Roussin wrote: > > Hi, > > I get this error running hbide on linux debian sid 32 bits : > $ ./hbide > > Unrecoverable error 6005: Exception SIGSEGV at address 0x29 > Called from HBIDE:_OSEARCHREPLACE(0) in ../../../tobject.prg > Called from IDEDOCKS:BUILDSEARCHREPLACEWIDGET(333) in idedock

Re: [Harbour] tthreadx.prg and contrib/tthreadx.prg

2010-02-18 Thread Maurilio Longo
Przemyslaw, Przemysław Czerpak wrote: > On Mon, 15 Feb 2010, Szak�ts Viktor wrote: > > BTW Maurilio you were asking about some compatibility > problem with TTHREAD class. If you know xbase++ then > please update this code. Not everything can be emulated > i.e. Harbour (just like Clipper) does not

Re: [Harbour] hb_InetShutdown()

2010-02-18 Thread Maurilio Longo
Przemyslaw, > Why do you need to receive pending data in such situation? > >> hb_InetClose() does an automatic shutdown, I saw it, but I think that a >> following hb_InetRecv() on a closed socket will give me an error. > I think rfc959 requires this kind of behaviour (or at least I've inferred i

[Harbour] Error running hbide with today svn (13910)

2010-02-18 Thread Guy Roussin
Hi, I get this error running hbide on linux debian sid 32 bits : $ ./hbide idemisc.prg:857:HBIDE_DBG(): HB_TR_ALWAYS NIL THbQtUI.prg:0:HBQ_DBG(): HB_TR_ALWAYS WidgetmainWindow QMainWindow QMainWindow():new() THbQtUI.prg:0:HBQ_DBG(): HB_TR_ALWAYS Command mainWindow

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Antonio Linares
Viktor, DokuWiki uses a plain text (ascii) file for each wiki page. i.e. see this function: http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_abortdoc This is the ascii file stored for it: == AbortDoc() == Stop a print job == Syntax: == AbortDoc( ) --> nSuccess ==

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

2010-02-18 Thread vszakats
Revision: 13912 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13912&view=rev Author: vszakats Date: 2010-02-18 16:00:52 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 16:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg *

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

2010-02-18 Thread vszakats
Revision: 13911 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13911&view=rev Author: vszakats Date: 2010-02-18 15:47:27 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 16:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h * C

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Viktor Szakáts
Hi All, First about wiki: - Wiki is really a final/presentation format in context of Harbour. Easy to convert _to_, but very difficult to convert _from_. That makes it a target format rather than a source format. - How to convert wiki page to usable .pdf, .rtf? - "Wiki" has no standard s

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Antonio Linares
Functions alphabetically ordered: http://wiki.fivetechsoft.com/doku.php?id=fivewin_functions_alphabetically_ordered Classes alphabetically ordered: http://wiki.fivetechsoft.com/doku.php?id=fivewin_classes_alphabetically_ordered Commands alphabetically ordered: http://wiki.fivetechsoft.com/doku.ph

[Harbour] Re: SF.net SVN: harbour-project:[13907] trunk/harbour

2010-02-18 Thread Pritpal Bedi
marco bra wrote: > > Hi, hbide runtime error on close app > Please check after r13910. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- View this message in context: http://n2.nabble.com/SF-net-SVN-harbour-project-13907

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

2010-02-18 Thread vouchcac
Revision: 13910 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13910&view=rev Author: vouchcac Date: 2010-02-18 14:06:48 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 05:58 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/sea

[Harbour] Re: SF.net SVN: harbour-project:[13907] trunk/harbour

2010-02-18 Thread Pritpal Bedi
marco bra wrote: > > Hi, hbide runtime error on close app > > How i get this error: main menu File → Exit > > Error BASE/1004 No exported method: OWIDGET > > Called from OWIDGET(0) > > Called from IDEFINDINFILES:DESTROY(670) > > Called from HBIDE:CREATE(469) > > Called from MAIN(110) > Y

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Antonio Linares
Many times when a user ask for a question is as easy as write the answer into the wiki and then point the user to the wiki entry. So instead of writting messages on the list that answer the same topic again and again, the wiki gets more and more completed. Wiki is safe against vandalism, and whoe

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Antonio Linares
Why don't we use a wiki for the documentation ? :-) We have been using a wiki for several years and we are very happy with the results. Our wiki of choice is Dokuwiki as it just uses plain text files. No database required. Here you have several examples: http://wiki.fivetechsoft.com/doku.php?id=

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Viktor Szakáts
Hi Daniel, > Ok! I agree. > I'm searching for NanForum file format and google didn't give me any > usefull results. I search for hbdoc2 in the harbour sources, but I It's in /examples/hbdoc2/ > can't found. Where is hbdoc2 and where can I found information about > NanForum file format? I'd sugg

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Daniel Gonçalves
Ok! I agree. I'm searching for NanForum file format and google didn't give me any usefull results. I search for hbdoc2 in the harbour sources, but I can't found. Where is hbdoc2 and where can I found information about NanForum file format? Regards! 2010/2/18 Viktor Szakáts : >> IMHO, it would be

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

2010-02-18 Thread vszakats
Revision: 13909 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13909&view=rev Author: vszakats Date: 2010-02-18 09:51:16 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 10:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c + Add

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

2010-02-18 Thread vszakats
Revision: 13908 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13908&view=rev Author: vszakats Date: 2010-02-18 09:29:53 + (Thu, 18 Feb 2010) Log Message: --- 2010-02-18 10:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c + Add

Re: [Harbour] SF.net SVN: harbour-project:[13907] trunk/harbour

2010-02-18 Thread marco bra
Hi, hbide runtime error on close app How i get this error: main menu File → Exit Error BASE/1004 No exported method: OWIDGET Called from OWIDGET(0) Called from IDEFINDINFILES:DESTROY(670) Called from HBIDE:CREATE(469) Called from MAIN(110) - my Harbour detail: harbour -build Harbour 2.

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Viktor Szakáts
> IMHO, it would be simpler to create a simple tool to parse the > NanForum format into a database, for example. From the database, we > could use php into a site to show and search the documentation, and so > on. The same kind of tools could generate many other formats, suitable > to other uses. I

Re: [Harbour] Re: About Harbour Documentation

2010-02-18 Thread Viktor Szakáts
Hi Daniel and All, For off thanks for joining this list, and your interest in documentation, we need it very well actually. I don't know how you guys imagined writing documentation, but if it's meant to be committed to Harbour SVN (which would definitely a good thing, and this is how other "s

Re: [Harbour] Errors in latest SVN

2010-02-18 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: mercoledì 17 febbraio 2010 16.09 Oggetto: Re: [Harbour] Errors in latest SVN SVN is correct. You must have an older hbdyn.ch in include dir. Try again after fresh checkout. Thank you,