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, Below is the converted code which registers itself successfully. - #define CLS_Name Vouch32.Vouch.1 #define CLS_ID {1F6C0963-1581-498a-9035-E75A0F546CA5}

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

2010-05-26 Thread Pritpal Bedi
Przemysław Czerpak wrote: You should simply use: WIN_OleServerInit( CLS_ID, CLS_Name, {|| Vouch32ActiveX():new() } ) or because Vouch32ActiveX object does not have any instance variables to safe some memory and increase a little bit the speed you can use only one HVM Vouch32ActiveX

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

2010-05-26 Thread Horodyski Marek (PZUZ)
-Original Message- From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Tuesday, May 25, 2010 1:50 PM To: Harbour Project Main Developer List. Subject: Re: Re[Harbour] vise the return of the functions: TimeToSec andSecToTime... [ ... ] In case of HBCT we aim to be fully

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

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 switch that I might be

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 bundle,

[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=14601view=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) *

[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/ http://www.smedley.info/os2ports/ Download: download.smedley.info/gcc-4.4.4-os2-20100501.zip http://download.smedley.info/gcc-4.4.4-os2-20100501.zip --- .. and using

[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=14602view=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) *

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 mbelgr...@deltain.it Subject: Re: [Harbour] Console Terminal with GUI Application under Linux To: Harbour Project Main

[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=14593view=r ev Author: druzus Date: 2010-05-25 22:04:04 + (Tue, 25 May 2010) Log Message: ---

[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=14603view=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

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-Clipper 5.2

[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=14604view=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) *

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()/* IT IS OK HERE */

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 harbour...@syenar.hu Subject: Re: [Harbour] Console Terminal with GUI Application under Linux To: Harbour Project Main Developer List. harbour@harbour-project.org

[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=14605view=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) *

[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

[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

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 some

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 from

[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=14606view=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 +

[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=14607view=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] 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

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(

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 expected,

[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 dru...@acn.waw.pl Hi .. .. reducing Harbour functionality to current Java or Phyton level. .. best regards, Przemek -- Massimo Belgrano ___ Harbour mailing list

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 harbour...@syenar.huwrote:

[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_stringchar, std::char_traitschar, std::allocatorchar ::__nullref' referenced from C:\HRB_BCC\LIB\HBCOMM.LIB|comm [/ERROR] What can it be ? Best Regards,

Re: [Harbour] Error with bcc582

2010-05-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Rossine qii...@ig.com.br A: harbour@harbour-project.org 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

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

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

[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=14608view=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] SF.net SVN: harbour-project:[14609] trunk/harbour

2010-05-26 Thread vszakats
Revision: 14609 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14609view=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) *

[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=14610view=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: --

[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:[14611] trunk/harbour

2010-05-26 Thread vouchcac
Revision: 14611 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14611view=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) *

[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=detailatid=100681aid=3007590group_id=681 Anonymous wrote: When I compile a simple Hello world program with the hbmk2 compiler, the output always includes various ANSI

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=detailatid=100681aid=3007590group_id=681 Anonymous wrote: When I compile a simple Hello world program with the hbmk2 compiler, the output always

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

RE: [Harbour-users] Re: Documentation

2010-05-26 Thread Pritpal Bedi
has some value DESPITE the fact that it's free. Freedom (monetary) has nothing to do with it. The lack of documentation IS a problem Maybe the truth is: Harbour is not ready for users not willing to put some effort on it. and you can't simply tell a new user do-it-yourself and

Re: [Harbour-users] Re: Documentation

2010-05-26 Thread Danny
Angel Pais ha scritto: Maybe the truth is: Harbour is not ready for users not willing to put some effort on it. and you can't simply tell a new user do-it-yourself and if you don't like it fuck yourself. You are tergiversing by words. And I don't have that kind of language. I was