[Harbour] HBMK2 Inquiry

2010-05-26 Thread Jerry Finuliar
Hi, After updating to latest SVN I got this result. hbmk2: Compiling... hbmk2: Linking... conso.exe Info: resolving vtable for __cxxabiv1::__si_class_type_info by linking to __imp_ __ZTVN10__cxxabiv120__si_class_type_infoE (auto-import) Info: resolving vtable for __cxxabiv1::__class_type_info by

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

2010-05-26 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> + contrib/hbqt/hbqt.h >>+ Added: constants hbqt_par_Qsci* >> ; TODO make them local. > > This is serious modularization fault, > even for an initial upload. Pls fix it. > Yes, sure. I need a name of such .h - hbqt_local.h ? >>+ Initial upload of w

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

2010-05-26 Thread druzus
Revision: 14612 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14612&view=rev Author: druzus Date: 2010-05-27 06:11:40 + (Thu, 27 May 2010) Log Message: --- 2010-05-27 08:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg

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

2010-05-26 Thread Viktor Szakáts
Hi, > + contrib/hbqt/hbqt.h >+ Added: constants hbqt_par_Qsci* > ; TODO make them local. This is serious modularization fault, even for an initial upload. Pls fix it. >+ Initial upload of wrappers for QScintilla. > To generate the sources auto you need to stay in hbqt/hbqsci

Re: [Harbour] SF bug tracker#3007590: Unwanted ANSI escape sequences in output

2010-05-26 Thread Viktor Szakáts
Hi Chen, > The following was submitted to the Harbour SF bug tracker: > http://sourceforge.net/tracker/?func=detail&atid=100681&aid=3007590&group_id=681 > > Anonymous wrote: > > When I compile a simple "Hello world" program with the "hbmk2" compiler, > the output

[Harbour] SF bug tracker#3007590: Unwanted ANSI escape sequences in output

2010-05-26 Thread Chen Kedem
The following was submitted to the Harbour SF bug tracker: http://sourceforge.net/tracker/?func=detail&atid=100681&aid=3007590&group_id=681 Anonymous wrote: When I compile a simple "Hello world" program with the "hbmk2" compiler, the output always includes various

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

2010-05-26 Thread vouchcac
Revision: 14611 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14611&view=rev Author: vouchcac Date: 2010-05-27 02:17:08 + (Thu, 27 May 2010) Log Message: --- 2010-05-26 18:53 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/generator/hbqt

[Harbour] Building Error After SVN 2010-05-27 00:15 UTC+0200

2010-05-26 Thread Mario H. Sabado
Hi, I have encountered below error when building Harbour under Win7/BCC58. Thanks, Mario == bcc32.exe -I../../../../../contrib/hbwin -I. -I../../../../../include -q -tWM -CP437 -w -Q -w-sig- -d -6 -O2 -OS -Ov -Oi -Oc

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

2010-05-26 Thread vszakats
Revision: 14610 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14610&view=rev Author: vszakats Date: 2010-05-26 22:18:25 + (Wed, 26 May 2010) Log Message: --- missed a 'not' from previous entry text Modified Paths: -- trunk/harbour/Cha

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

2010-05-26 Thread vszakats
Revision: 14609 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14609&view=rev Author: vszakats Date: 2010-05-26 22:17:06 + (Wed, 26 May 2010) Log Message: --- 2010-05-27 00:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/cont

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

2010-05-26 Thread druzus
Revision: 14608 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14608&view=rev Author: druzus Date: 2010-05-26 20:55:13 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 22:54 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin

Re: [Harbour] Error with bcc582

2010-05-26 Thread Viktor Szakáts
Hi Rossine, I suggest to use hbmk2 to build hbcomm and also your app, and it should link properly. Viktor On 2010 May 26, at 22:35, Rossine wrote: > > Hi Enrico, > > This is my c:\bcc582\bin\bcc32.cfg > > [CFG] > > -Ic:\bcc582\include;c:\bcc582\include\dinkumware;c:\harbour\include > -Lc:

Re: [Harbour] Error with bcc582

2010-05-26 Thread Rossine
Hi Enrico, This is my c:\bcc582\bin\bcc32.cfg [CFG] -Ic:\bcc582\include;c:\bcc582\include\dinkumware;c:\harbour\include -Lc:\bcc582\lib;c:\harbour\lib [/CFG] I changed this file and recompiled my application but the error continues. I will generate binaries harbour again with these new setti

Re: [Harbour] Error with bcc582

2010-05-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Rossine" A: Data invio: mercoledì 26 maggio 2010 22.02 Oggetto: [Harbour] Error with bcc582 Hello, When trying to compile my application with bcc582 me the following error occurred: [ERROR] Error: Unresolved external 'std::basic_stringstd::char_traits

[Harbour] Error with bcc582

2010-05-26 Thread Rossine
Hello, When trying to compile my application with bcc582 me the following error occurred: [ERROR] Error: Unresolved external 'std::basic_string, std::allocator >::__nullref' referenced from C:\HRB_BCC\LIB\HBCOMM.LIB|comm [/ERROR] What can it be ? Best Regards, Rossine. -- View this messag

Re: [Harbour] Question about hbmk2 and icons

2010-05-26 Thread smu johnson
Thanks for the tip! It worked. I just made an icons.rc file, and added it to the files hbmk2 sucks up as arguments, and this is the file for all who are curious. 1 ICON "MainBuild-2010.ico" 2 ICON "MainBuild-Classic.ico" On Tue, May 25, 2010 at 1:43 PM, Viktor Szakáts wrote: > > If you need s

[Harbour] What Harbour functionality give you more strength?

2010-05-26 Thread Massimo Belgrano
What in Harbour is better of Java and Phyton ? 2010/4/29 Przemysław Czerpak > Hi .. > .. "reducing Harbour functionality to current Java or Phyton level." .. > best regards, > Przemek > > -- Massimo Belgrano ___ Harbour mailing list (attachment siz

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

2010-05-26 Thread Pritpal Bedi
Przemysław Czerpak wrote: > > Fine. I've just added conversion of HVM objects returned by Harbour OLE > server methods to OLE objects. Please check after: >2010-05-26 11:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > Sorry but I haven't tested it at all. > Yes, it works as expec

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

2010-05-26 Thread Massimo Belgrano
In xharbour ng has been posted follow example but i not have crystal report 9, can samebody try in harbour? #include "hbxml.ch" #include "vt.ch" function main() // * // FUNCTION MAIN( cRPT ) // * local oCrystal := CreateObject( "CrystalRuntime.Applic

[Harbour] OT - Sample with activex of harbour

2010-05-26 Thread Rossine
Hello, I was using in Fivewin component codej with activex and I wonder if you can convert the example below for use with harbour + activex. I tried but failed: ( [CODE] // CodeJock RibbonBar OCX support #include "FiveWin.ch" #define xtpControlError 0 #define xtpControlButton

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

2010-05-26 Thread vszakats
Revision: 14607 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14607&view=rev Author: vszakats Date: 2010-05-26 15:07:12 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 17:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg *

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

2010-05-26 Thread vszakats
Revision: 14606 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14606&view=rev Author: vszakats Date: 2010-05-26 14:32:41 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 16:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbapifs.h + A

Re: [Harbour] HBMK2 problem

2010-05-26 Thread Viktor Szakáts
Hi Przemek, > Please try to use hbmk2 to compile some OLE server examples. > > hbmk2 olesrv1.hbp > > hbmk2: Processing local make script: hbmk.hbm > Error BASE/1066 Argument error: conditional (Quit) > Error BASE/1066 Argument error: conditional > Called from FN_EXPAND(0) > Called

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

2010-05-26 Thread Pritpal Bedi
Przemysław Czerpak wrote: > > Fine. I've just added conversion of HVM objects returned by Harbour OLE > server methods to OLE objects. Please check after: >2010-05-26 11:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > Sorry but I haven't tested it at all. > Tests are OK. I have

[Harbour] HBMK2 problem

2010-05-26 Thread Przemysław Czerpak
Hi Viktor, Please try to use hbmk2 to compile some OLE server examples. hbmk2 olesrv1.hbp hbmk2: Processing local make script: hbmk.hbm Error BASE/1066 Argument error: conditional (Quit) Error BASE/1066 Argument error: conditional Called from FN_EXPAND(0) Called from HBC_PROC

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

2010-05-26 Thread Angel Pais
Przemek, Thank you ! You're the man !! Will test it a soon as I can finish some urgent work I have. Best Regards Angel ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinf

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

2010-05-26 Thread vszakats
Revision: 14605 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14605&view=rev Author: vszakats Date: 2010-05-26 10:08:01 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 12:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbolesrv-mi

Re: [Harbour] Console Terminal with GUI Application under Linux

2010-05-26 Thread Mario H. Sabado
On 5/26/2010 5:08 PM, harbour-requ...@harbour-project.org wrote: Date: Wed, 26 May 2010 09:23:44 +0200 From: Viktor Szak?ts Subject: Re: [Harbour] Console Terminal with GUI Application under Linux To: "Harbour Project Main Developer List." Message-ID: <77a1f42b-7a51-44d5-adad-e6f8c0ba9...@sy

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

2010-05-26 Thread Przemysław Czerpak
On Tue, 25 May 2010, Pritpal Bedi wrote: Hi, > >> But the problem is when I am accessing its methods as such: > >> Function Main() > >>Local oGraph, oServer > >>if !( CreateVouch32( @oServer ) ) > >> Return nil > >>endif > >>oGraph := oServer:Vouch32GraphicsServer()/

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

2010-05-26 Thread druzus
Revision: 14604 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14604&view=rev Author: druzus Date: 2010-05-26 09:20:00 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 11:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin

RE: Re[Harbour] vise the return of the functions: TimeToSecandSecToTime...

2010-05-26 Thread Horodyski Marek (PZUZ)
> -Original Message- > From: Viktor Szakáts [mailto:harbour...@syenar.hu] [...] > > For me, CA sold it with CA-TOOLS. > > They were two standalone products. This doesn't > mean they couldn't be sold in a bundle, but f.e. > I bought my 5.3 without CA-Tools. For me, CA added it to CA-Clip

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

2010-05-26 Thread vszakats
Revision: 14603 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14603&view=rev Author: vszakats Date: 2010-05-26 09:10:59 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwinole.h

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

2010-05-26 Thread A.Martínez
Przemek, Thank you. A new hit in harbour life. dru...@users.sourceforge.net escribió en mensaje ... >Revision: 14593 > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14593&view=r ev >Author: druzus >Date: 2010-05-25 22:04:04 + (Tue, 25 May 2010) > >Log Message: >-

Re: [Harbour] Console Terminal with GUI Application under Linux

2010-05-26 Thread Mario H. Sabado
On 5/26/2010 10:16 AM, Mario H. Sabado wrote: On 5/25/2010 11:27 PM, harbour-requ...@harbour-project.org wrote: Date: Tue, 25 May 2010 17:18:15 +0200 From: Massimo Belgrano Subject: Re: [Harbour] Console Terminal with GUI Application under Linux To: "Harbour Project Main Developer List." Mes

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

2010-05-26 Thread vszakats
Revision: 14602 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14602&view=rev Author: vszakats Date: 2010-05-26 08:39:02 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_u

[Harbour] OS/2: Harbour 14525 - os2gcc

2010-05-26 Thread David Arturo Macias Corona
--- Paul Smedley has updated his OS/2 port of the GNU C Compiler to 4.4.4. www.smedley.info/os2ports/ Download: download.smedley.info/gcc-4.4.4-os2-20100501.zip --- .. and us

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

2010-05-26 Thread vszakats
Revision: 14601 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14601&view=rev Author: vszakats Date: 2010-05-26 07:40:49 + (Wed, 26 May 2010) Log Message: --- 2010-05-26 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/plug

Re: Re[Harbour] vise the return of the functions: TimeToSec andSecToTime...

2010-05-26 Thread Viktor Szakáts
>> In case of HBCT we aim to be fully compatible >> with CA-T*ols (which was a commercial extension >> lib for Clipper 5.x). > > Whole Clipper was commercial - and what of that ? > For me, CA sold it with CA-TOOLS. They were two standalone products. This doesn't mean they couldn't be sold in a b

Re: [Harbour] Console Terminal with GUI Application under Linux

2010-05-26 Thread Viktor Szakáts
Hi, >>> > I have compiled my application under Ubuntu 10.4 with -gui -gtxwc from my >>> > .hbp. I also have REQUEST HB_GT_XWC in my main module. When I execute >>> > the >>> > application, the terminal console is not being released and remains >>> > inactive >>> > from the background. Any

Re: [Harbour] Console Terminal with GUI Application under Linux

2010-05-26 Thread Massimo Belgrano
I can't help but i suggest you when have a problem post a sample that explain instead of describe source code is better that 1000 word because no native English speaking here prg source code is understanded to 99,9% English test 20% post here your sample with hbmk2 command line so samebody will