Hi, Patric, Viktor, Massimo and all (x)Harbour's community
Above mentioned data let them be the argument for the need of DOS 32 bit
distributions, completely functional.
Whose task extends the base of user (the x)Harbour the distribution from the
domain Clipper of user.
DOS32 of bit distributi
Hi, Patric, Viktor, Massimo and all (x)Harbour's community
Above mentioned data let them be the argument for the need of DOS 32 bit
distributions, completely functional.
Whose task extends the base of user (the x)Harbour the distribution from the
domain Clipper of user.
DOS32 of bit distributi
Hi, Patric, Viktor, Massimo and all (x)Harbour's community
Above mentioned data let them be the argument for the need of DOS 32 bit
distributions, completely functional.
Whose task extends the base of user (the x)Harbour the distribution from the
domain Clipper of user.
DOS32 of bit distributi
Revision: 11565
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11565&view=rev
Author: vouchcac
Date: 2009-06-29 02:46:22 + (Mon, 29 Jun 2009)
Log Message:
---
2009-06-28 19:40 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbxbp/xbp.c
Revision: 11564
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11564&view=rev
Author: vouchcac
Date: 2009-06-29 02:26:24 + (Mon, 29 Jun 2009)
Log Message:
---
2009-06-28 19:19 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/genera
Again no idea. I doubt this is a hbmk2 problem, since simple hello
program works as expected.
Brgds,
Viktor
On Mon, Jun 29, 2009 at 1:31 AM, Davor Siklic wrote:
> Viktor Szakáts napsal(a):
>>
>> No idea, sorry, -debug add -g C switch on linux/gcc, strange
>> that this can create such effect, so i
Revision: 11563
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11563&view=rev
Author: vszakats
Date: 2009-06-28 23:33:21 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-29 01:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
Viktor Szakáts napsal(a):
No idea, sorry, -debug add -g C switch on linux/gcc, strange
that this can create such effect, so it may also be that it's
something else.
As a next step you'd need gdb to get a C trace call, I hope
someone can help with more info here.
Hi Viktor
there are the same
Revision: 11562
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11562&view=rev
Author: vszakats
Date: 2009-06-28 23:26:57 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-29 01:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
No idea, sorry, -debug add -g C switch on linux/gcc, strange
that this can create such effect, so it may also be that it's
something else.
As a next step you'd need gdb to get a C trace call, I hope
someone can help with more info here.
Brgds,
Viktor
On Mon, Jun 29, 2009 at 12:54 AM, Bruno Lucia
ok
I try to compile using -debug , but aplicattion not start at all
and no errors appears , why ?
Bruno
2009/6/28 Viktor Szakáts
> Bruno,
>
> -lhbdebug isn't needed as its automatically added by hbmk2.
>
> You could use -debug though to add C level debug info as this
> error isn't happening o
Bruno,
-lhbdebug isn't needed as its automatically added by hbmk2.
You could use -debug though to add C level debug info as this
error isn't happening on .prg level so -b cannot help much in this case.
Brgds,
Viktor
On Mon, Jun 29, 2009 at 12:30 AM, Bruno Luciani wrote:
> This is the log compil
This is the log compiling using -b option in hbmk2 and linking hbdebug lib
Bruno
br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ hbmk2 -b hbmk.hbm
demoqt.prg -lhbdebug
hbmk: Processing local make script: hbmk.hbm
hbmk: Processing configuration: /usr/bin/hbmk.cfg
Harbour 2.0.0beta2 (Rev.
> an HBQT error ? may be ?
Yes, EXACTLY.
This is what we need to locate.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Error-compilin-demoqt-in-linux-tp24243747p24246028.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
___
yes I can try to debug the sample , but this code without the last
modification
compile and works ok in windows , i don't understand why not in linux
an HBQT error ? may be ?
Bruno
2009/6/28 Pritpal Bedi
>
> Hi the sampl
>
>
> Bruno Luciani wrote:
> >
> > Now , aplicattion don' t starts anymor
Hi
Bruno Luciani wrote:
>
> Now , aplicattion don' t starts anymore , do nothing
>
It is the time to debug lines of code at what point error is
generated. Take following steps:
1) Put some check points which write to debugger of your choice.
2) It should be binary way, I mean first put 4 po
Now , aplicattion don' t starts anymore , do nothing
Yes I try xpb but , remember that we are working in a wrapper for minigui
lib to HBQT
and I need to be shure that i can compile a sample in linux without problem
to test our work in linux.
Bruno
2009/6/28 Pritpal Bedi
>
> Hi Bruno
>
>
>
Hi Bruno
Bruno Luciani wrote:
>
> and now this error appears in execution time:
>
I would suggest you to try hands on hbxbp/tests/demoxbp
as this is our official goal to accomplish. I may not be updating
demoqt.prg in future.
Regards
Pritpal Bedi
--
View this message in context:
http://ww
Revision: 11561
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11561&view=rev
Author: vouchcac
Date: 2009-06-28 21:15:45 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 13:39 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/tests/
Hi
Bruno Luciani wrote:
>
> I tookout the function uidebug from the demo and compile again
>
> and now this error appears in execution time:
>
>
>
> br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ hbmk2 hbmk.hbm
> demoqt.prg
> hbmk: Processing local make script: hbmk.hbm
> hbmk: Pr
I tookout the function uidebug from the demo and compile again
and now this error appears in execution time:
br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ hbmk2 hbmk.hbm
demoqt.prg
hbmk: Processing local make script: hbmk.hbm
hbmk: Processing configuration: /usr/bin/hbmk.cfg
Harbour
Revision: 11560
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11560&view=rev
Author: vouchcac
Date: 2009-06-28 20:40:35 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 13:39 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/tests/
Harbour 2.0.0beta2 (Rev. 11558)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'demoqt.prg'...
Lines 724, Functions/Procedures 18
Generating C source output to 'demoqt.c'... Done.
demoqt.o:(.data+0x558): undefined reference to `HB_FUN_UIDEBUG'
collect2: ld returned 1 exit status
OK Pritpal , thanks
Bruno
2009/6/28 Pritpal Bedi
>
> Hi
>
> > whats happening here
>
> Should be fixed by now. Download again.
>
> Regards
> Pritpal Bedi
>
> --
> View this message in context:
> http://www.nabble.com/Error-compilin-demoqt-in-linux-tp24243747p24245013.html
> Sent from the Harbou
Hi
> whats happening here
Should be fixed by now. Download again.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Error-compilin-demoqt-in-linux-tp24243747p24245013.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_
Revision: 11559
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11559&view=rev
Author: vouchcac
Date: 2009-06-28 20:16:53 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 13:14 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/tests/
I just try all , including install the new Kubuntu 9.04 clean install
Harbours compiles ok included HBQT , but qhen I try to compile demoqt , I
get this error
whats happening here
Bruno
/
Revision: 11558
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11558&view=rev
Author: vouchcac
Date: 2009-06-28 16:32:03 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 09:19 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbxbp/xbp.c
Hi Pritpal,
It's okay now, many thanks.
I've committed a minor optimization. It could be further
optimized by using method like in FREAD(), or by using new
Harbour API function hb_itemGetWriteCL(). These methods will
prepare VM for passing buffers this way.
Brgds,
Viktor
On Sun, Jun 28, 2009 at
Revision: 11557
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11557&view=rev
Author: vszakats
Date: 2009-06-28 16:10:15 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 18:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/qth/QFtp.qth
Revision: 11556
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11556&view=rev
Author: vouchcac
Date: 2009-06-28 15:50:14 + (Sun, 28 Jun 2009)
Log Message:
---
2009-06-28 08:44 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/hbqt.h
Clipper and Harbour gives the same results for these two calls.
Tested with 5.2e and recent Harbour.
Brdgs,
Viktor
On Sun, Jun 28, 2009 at 2:36 AM, Itamar Lins wrote:
> Hi!
>
> ? transform(10.55,'@E 99.99') // with space between '@E' and '99.99'
> 10,55 //many space in front
> ? transform
Thanks Chen. I'm not sure how to create a workaround for this.
Brgds,
Viktor
On Sun, Jun 28, 2009 at 9:50 AM, Chen Kedem wrote:
> With bcc32 and ChangeLog rev11555
>
> ---tt54.prg---
> func test()
> local x, dDateE
> dDateE := CtoD( "" )
> x := CMonth( dDateE )
> ? x, dDateE
> return NIL
> --
Hi Chen,
On Sun, Jun 28, 2009 at 8:38 AM, Chen Kedem wrote:
> I'm testing bcc + WinNT installation + ChangeLog rev11555.
>
> I use the following setup for quite some times:
> -
> set HB_COMPILER=bcc
> call make_gnu.bat install 2>make_b32.log 1>&2
> -
>
> Now for EVE
What are those xhb extensions?
I wonder if we still have anything missing which would prevent
supporting those for Harbour also. [ Unless this is some sort of
business agreement between OTC and xhb.com, of course. ]
Brgds,
Viktor
On Sun, Jun 28, 2009 at 11:17 AM, Massimo Belgrano wrote:
> Termin
Hi Pritpal,
On Sat, Jun 27, 2009 at 10:39 PM, wrote:
> Log Message:
> ---
> 2009-06-27 13:27 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
> * harbour/contrib/hbqt/hbqt_slots.cpp
> * harbour/contrib/hbqt/hbqt_qftp.cpp
> * harbour/contrib/hbqt/hbqt_qhttp.cpp
> ! Result of #define hbqt
Hi Petr,
On Sat, Jun 27, 2009 at 11:11 PM, wrote:
> Log Message:
> ---
> 2009-06-27 23:50 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
> * source/vm/dynlibhb.c
> * source/vm/proc.c
> * Replace hb_retc( NULL ) with hb_retc_null()
Thanks!
> * source/rtl/gtwin/gtwin.c
> * Changed hb
Itamar,
Sorry for my bad English.
See that .-
?? 3.33
printing without picture.
Please test this code in Clipper & Harbour.
Procedure Main()
Set( _SET_FIXED , .T. )
Set( _SET_DECIMALS , 4 )
? "0 ["; ?? 3.33; ?? "]"
? "1 ["+transform(3.33,'@E99.99')+"] Please note the decimal sep
Hi!
You example not correct.
See:
? "1 ["+transform(3.33,'@E99.99')+"]"
1 [ 3,33]
? "2 ["+transform(3.33,'@E 99.99')+"]"
2 [ 3,33]
Regards,
Itamar M. Lins Jr.
"Xavi" escreveu na
mensagem news:4a46d2ec.3070...@gmail.com...
> Hi,
>
> Just like in Clipper, without space not interpreted t
Terminal GUI works with _any_ WIN32 application including Harbour
applications (either GUI or Console ones). However, the xHarbour
extentions are compiled using xHarbour and for now are available for
xHarbour only.
Regards,
Jacek
2009/6/26 Viktor Szakáts :
> Does this also work with Harbour?
>
> O
With bcc32 and ChangeLog rev11555
---tt54.prg---
func test()
local x, dDateE
dDateE := CtoD( "" )
x := CMonth( dDateE )
? x, dDateE
return NIL
--
I get the following CodeGuard error:
Error 1. 0x130400 (Thread 0x0074):
Access overrun: Attempt to access 4 byte(s) at 0x0051D20C, tha
41 matches
Mail list logo