[Harbour] Re: MT workareas cloning

2010-03-09 Thread Shum
Hi Przemek, >Support for ZEROSPACE in WorkSpaceList() is trivial but can be implemented >only in C. I can add it in necessary. BTW please check above two example >with xbase++. Would you please implement the WorkSpaceList() with ZEROSPACE ... I need to obtain all alias within ZEROSPACE

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

2010-03-09 Thread marco bra
On Ubuntu 10.04 32 bits ( development post alpha3 ) hbide another error report on exit... Unrecoverable error 6005: Exception SIGSEGV at address 0x61 Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg Called from IDEHARBOURHELP:DESTROY(245) in ideharbourhelp.prg Called from HBIDE:CREATE(537) i

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

2010-03-09 Thread marco bra
2010/3/9 Pritpal Bedi > > > Viktor Szakáts wrote: > > > > Yes, I had it after recent 2 or 3 modifications, I had to make > > a full Harbour rebuild to fix it. > > > > Oh, I forget to mention that hbqt+ libs and hbsbp.lib > needed to be rebuild. > > How about GPF at exit ? You are still experienci

[Harbour] Re: SqlMix and dbcreated

2010-03-09 Thread Shum
Hi Mindaugas, It possible to implement the database connection number as a class ... like the DacSession class in Xbase++ ...?? Shum -- View this message in context: http://n2.nabble.com/SqlMix-and-dbcreated-tp3834818p4707029.html Sent from the harbour-devel mailing list archive at Nabble.com.

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

2010-03-09 Thread vouchcac
Revision: 14117 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14117&view=rev Author: vouchcac Date: 2010-03-10 02:28:12 + (Wed, 10 Mar 2010) Log Message: --- 2010-03-09 18:24 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/resources/fun

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

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > If i have a lib without source i can't use intellisense > so my idea is having a intellisense template > Oh, ah ok, I will provide theses slots. > When press : > display class Method and Class property > Later, right now basics first. > here you can find a b

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

2010-03-09 Thread Pritpal Bedi
Viktor Szakáts wrote: > > 1) I tested it and the GPF on exit seems to have disappeared, > but my problem is that the fix is not a real one. > > Simply this variable is not destructed anymore in HBQT code: > --- > // ::oWidget := NIL /* Variable Destruction GPFs */ > --- > Probably we should

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

2010-03-09 Thread Viktor Szakáts
Hi Pritpal, 1) I tested it and the GPF on exit seems to have disappeared, but my problem is that the fix is not a real one. Simply this variable is not destructed anymore in HBQT code: --- // ::oWidget := NIL /* Variable Destruction GPFs */ --- Probably we should find the real problem and ma

Re: [Harbour] Re: Corruption on Dbf tables

2010-03-09 Thread smu johnson
> Perhaps, Windows protocols (SMB) against system file based ? Yes, this was our problem we had. We just disabled SMBv2 on Vista and 7 machines that were *hosting* the files. Enable / Disable .msi files here: http://blogs.msdn.com/robmar/archive/2009/09/23/get-microsoft-fix-it-for-smb2-issue.asp

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

2010-03-09 Thread Massimo Belgrano
2010/3/10 Pritpal Bedi : > > > Massimo Belgrano wrote: > > >> extend intellisense to lib function with template >> > > I could not get your viewpoint. Please explain in little detail. If i have a lib without source i can't use intellisense so my idea is having a intellisense template > > > >> Appl

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread Viktor Szakáts
Hi Maurilio, > what are the differences between mingw and dragon media? tdragon release is easy to setup/install, while mingw is extremely time-consuming and frustrating experience (and it doesn't get any better with newer versions). tdragon was also more agile in releasing usable packages (no

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

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > very Good Intellisense implementation > a little request: > in xmate is alloved goto function with ctrl -t and visual studio 2008 > use Shift F2 > Done. CTRL+T opens the function. > Automatic Mode without load tag or re_tag > This is natural extension, but I a

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread smu johnson
TDM just released a newer version of GCC, while the official MingW site releases and old version of GCC from the 3.x.x branch. TDM is 4.4.1 currently. On Tue, Mar 9, 2010 at 3:52 AM, Maurilio Longo wrote: > Smu, > > what are the differences between mingw and dragon media? > > Maurilio. > > smu j

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

2010-03-09 Thread Massimo Belgrano
very Good Intellisense implementation a little request: in xmate is alloved goto function with ctrl -t and visual studio 2008 use Shift F2 Follow my suggestion: Automatic Mode without load tag or re_tag extend intellisense to lib function with template Applicate intellisense to Class 2010/3/9 :

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

2010-03-09 Thread druzus
Revision: 14116 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14116&view=rev Author: druzus Date: 2010-03-09 22:37:50 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 23:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom

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

2010-03-09 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Can you add explicit error message with full filename > (then gracefully terminate the application) when required > files are not found on disk? > > There can be many reason in real life why such files are > missing, and without proper error message, these problems

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

2010-03-09 Thread Viktor Szakáts
Hi Pritpal, Can you add explicit error message with full filename (then gracefully terminate the application) when required files are not found on disk? There can be many reason in real life why such files are missing, and without proper error message, these problems will always stay on the m

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

2010-03-09 Thread vouchcac
Revision: 14115 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14115&view=rev Author: vouchcac Date: 2010-03-09 20:30:35 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 12:33 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/pan

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

2010-03-09 Thread vouchcac
Revision: 14114 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14114&view=rev Author: vouchcac Date: 2010-03-09 20:15:25 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 12:18 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/resources/fun

Re: [Harbour] Re: Error in windows and Postgres

2010-03-09 Thread Bruno Luciani
Thanks Pritpal 2010/3/9 Pritpal Bedi > > > Bruno Luciani wrote: > > > > I get this error compiling a sample in windows ( i am noy using hbmk2 in > > this sample ) > > > > what library or include is missing ? > > > > usrrdd or probably hbusrrdd. > > > - > enjoy hbIDEing... >

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

2010-03-09 Thread vouchcac
Revision: 14113 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14113&view=rev Author: vouchcac Date: 2010-03-09 20:04:24 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 12:06 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/ff

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

2010-03-09 Thread Itamar Lins
Em 9/3/2010 16:25, Massimo Belgrano escreveu: Impossible starting program because qtcore4.dll not present in computer i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll Must delete my qt and reinstall qt? 2010/3/9 Pritpal Bedi: Oh, I forget to mention that hbqt+ libs and hb

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

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > Impossible starting program because qtcore4.dll not present in computer > i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll > Must delete my qt and reinstall qt? > You do not have to do anything. I found the issue. I did not upload "funclist" .ui

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

2010-03-09 Thread Massimo Belgrano
Impossible starting program because qtcore4.dll not present in computer i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll Must delete my qt and reinstall qt? 2010/3/9 Pritpal Bedi : > >Oh, I forget to mention that hbqt+ libs and hbsbp.lib >needed to be rebuild. > -- Massim

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

2010-03-09 Thread Viktor Szakáts
> Viktor Szakáts wrote: >> >> Yes, I had it after recent 2 or 3 modifications, I had to make >> a full Harbour rebuild to fix it. >> > > Oh, I forget to mention that hbqt+ libs and hbsbp.lib > needed to be rebuild. I do the as routine, but it didn't help. First I though that it's pcode versi

[Harbour] Re: Error in windows and Postgres

2010-03-09 Thread Pritpal Bedi
Bruno Luciani wrote: > > I get this error compiling a sample in windows ( i am noy using hbmk2 in > this sample ) > > what library or include is missing ? > usrrdd or probably hbusrrdd. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysi

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

2010-03-09 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Yes, I had it after recent 2 or 3 modifications, I had to make > a full Harbour rebuild to fix it. > Oh, I forget to mention that hbqt+ libs and hbsbp.lib needed to be rebuild. How about GPF at exit ? You are still experiencing or it is fixed. On my system all wo

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

2010-03-09 Thread Viktor Szakáts
Yes, I had it after recent 2 or 3 modifications, I had to make a full Harbour rebuild to fix it. Brgds, Viktor On 2010 Mar 9, at 17:29, Pritpal Bedi wrote: > > > after recompiling harbour with clean install > > deleted *.ini,*.set > > when start hbide remain spash screen must terminate process

[Harbour] Re: Corruption on Dbf tables

2010-03-09 Thread Antonio Martinez
>From Advantage: >>> Hi Corinna, I probably don't have anything to mention that you have not thought about. In addition to what John mentioned, some potential issues that I can think of include the following: Bad hard drive (or possibly a bad hard drive controller): This could result

[Harbour] Error in windows and Postgres

2010-03-09 Thread Bruno Luciani
I get this error compiling a sample in windows ( i am noy using hbmk2 in this sample ) what library or include is missing ? Bruno C:\harbour\lib/libhbpgsql.a(pgrdd.o):pgrdd.c:(.data+0xd8): undefined reference to `HB_FUN_USRRDD_RDDDATA' C:\harbour\lib/libhbpgsql.a(pgrdd.o):pgrdd.c:(.data+0xf8):

RE: [Harbour] Ask for a table for listing all function among ...

2010-03-09 Thread Pritpal Bedi
Hi > I want to ask any one has a table (file) > which listing all function and or class and methods for > Harbour/Clipper/Xbase++ > > I need it easy checking and finding those function Just play with latest hbIDE. This has this feature, added yesterday only. Regards Pritpal Bed

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

2010-03-09 Thread Pritpal Bedi
> after recompiling harbour with clean install > deleted *.ini,*.set > when start hbide remain spash screen must terminate process Do anybody else experiencing this ? If the splash screen remains, it means hbIDE do not show up. In such case if you look at task-bar of window, one more w

[Harbour] Ask for a table for listing all function among ...

2010-03-09 Thread Shum
Hi All, I want to ask any one has a table (file) which listing all function and or class and methods for Harbour/Clipper/Xbase++ I need it easy checking and finding those function Thasnk in-advanced ! Shum -- View this message in context: http://n2.nabble.com/Ask-for-a-table-for

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread Maurilio Longo
Smu, what are the differences between mingw and dragon media? Maurilio. smu johnson wrote: > It should be stated that the best one might be the one Harbour uses, > which is not the official MinGW release, but Twilight Dragon Media's > release, which is a build of a newer version of MinGW GCC. >

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

2010-03-09 Thread vszakats
Revision: 14112 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14112&view=rev Author: vszakats Date: 2010-03-09 13:32:05 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 14:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbini.prg * D

Re: [Harbour] What does Harbour's SQL support really mean?

2010-03-09 Thread Viktor Szakáts
> I have set my browser homepage to the Harbour Project a month or two ago, and > I have been thinking about it's MySQL support as well as seeing some commit > logs by Viktor. I was wondering, when Harbour says it has SQL support and > etc, modern technologies, I was wondering if the include li

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread smu johnson
It should be stated that the best one might be the one Harbour uses, which is not the official MinGW release, but Twilight Dragon Media's release, which is a build of a newer version of MinGW GCC. On Tue, Mar 9, 2010 at 2:05 AM, Viktor Szakáts wrote: > > is mingw able to create stand-alone .EXEs

Re: [Harbour] Can harbour print to STDOUT?

2010-03-09 Thread smu johnson
Many thanks, keep up the great work! On Tue, Mar 9, 2010 at 12:13 AM, Viktor Szakáts wrote: > Hi Smu, > > > I've googled for something relevant in the dev archives, but haven't > found anything that really is related to my question. > > > > Can harbour print to the STDOUT? My cute program below

[Harbour] What does Harbour's SQL support really mean?

2010-03-09 Thread smu johnson
Hi again, I have set my browser homepage to the Harbour Project a month or two ago, and I have been thinking about it's MySQL support as well as seeing some commit logs by Viktor. I was wondering, when Harbour says it has SQL support and etc, modern technologies, I was wondering if the include li

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

2010-03-09 Thread Massimo Belgrano
after recompiling harbour with clean install deleted *.ini,*.set when start hbide remain spash screen must terminate process 2010/3/9 : > Revision: 14111 >           > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14111&view=rev > Author:   vouchcac > Date:     2010-03-09 10:12

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

2010-03-09 Thread vouchcac
Revision: 14111 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14111&view=rev Author: vouchcac Date: 2010-03-09 10:12:01 + (Tue, 09 Mar 2010) Log Message: --- 2010-03-09 02:03 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbslots.c

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread Viktor Szakáts
> is mingw able to create stand-alone .EXEs and or .DLLs or does it require to > deliver some runtime code with them? mingw in context of Harbour requires only standard msvcrt.dll. (hbqt additionally requires mingwm10.dll, but it's an "issue" with QT) Brgds, Viktor

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread Maurilio Longo
Viktor, is mingw able to create stand-alone .EXEs and or .DLLs or does it require to deliver some runtime code with them? Best regards. Maurilio. Viktor Szakáts wrote: > Hi, > >> which is the harbour recommended C compiler for the windows platform? > > mingw (4.4), or msvc (2005 or upper). >

Re: [Harbour] dlmalloc on OS/2

2010-03-09 Thread Maurilio Longo
Przemyslaw, Przemysław Czerpak wrote: > On Mon, 08 Mar 2010, Maurilio Longo wrote: > > I believe that you are right but test on shared volumes is not an answer > because it may depend on host system behavior which can be different then > native OS2 one so it would be nice if you can verify it for

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread Viktor Szakáts
Hi, > which is the harbour recommended C compiler for the windows platform? mingw (4.4), or msvc (2005 or upper). [ these msvc versions don't support Win9x, if that's a concern. ] Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB) H

[Harbour] recommended C compiler for Win

2010-03-09 Thread Maurilio Longo
Hi, which is the harbour recommended C compiler for the windows platform? best regards. -- __ | | | |__| Maurilio Longo |_|_|_|| farmaconsult s.r.l.  ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org h

Re: [Harbour] Can harbour print to STDOUT?

2010-03-09 Thread Viktor Szakáts
Hi Smu, > I've googled for something relevant in the dev archives, but haven't found > anything that really is related to my question. > > Can harbour print to the STDOUT? My cute program below does not: > > FUNC MAIN() > > PARAM cOne, cTwo > > ? cOne > ? cTwo > > RETURN > > Trying t