On Thu, 25 Feb 2010, Barry Jackson wrote:
Hi,
> >Right now implementing NG format oriented hbQT's help.
> Anyone found an NG reader (that works) for Linux?
I'm using Expert Guide from Dave Person.
best regards,
Przemek
___
Harbour mailing list (attach
Revision: 13998
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13998&view=rev
Author: vouchcac
Date: 2010-02-26 03:09:29 + (Fri, 26 Feb 2010)
Log Message:
---
2010-02-25 19:11 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/ideharbourhe
Revision: 13997
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13997&view=rev
Author: vouchcac
Date: 2010-02-26 02:51:07 + (Fri, 26 Feb 2010)
Log Message:
---
2010-02-25 18:45 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/ideharbourhel
Barry Jackson wrote:
>
>> Right now implementing NG format oriented hbQT's help.
>
> Anyone found an NG reader (that works) for Linux?
>
Sorry, I meant NANFORUM compatible .txt help fot hbQT.
You may need, for that matter any other tool, hbIDE for
a quick start.
-
enjo
On 25/02/10 23:41, Pritpal Bedi wrote:
Right now implementing NG format oriented hbQT's help.
Anyone found an NG reader (that works) for Linux?
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-pro
Barry Jackson wrote:
>
> One other point. Double clicking functions in the function pane finds
> the function, but it places the first line of the function at the bottom
> of the edit window, so always has to be scrolled up. :-(
>
This depends on the current cursor position. If it is above
t
francesco perillo wrote:
>
>>> But can you use gtqtc and mix it with Qt gui items ?
>
> I explain better: it would be possible to have in the same program one
> window done in "text-mode" and ANOTHER window in gui mode ? (not
> text-mode in the gui form or gui widgets in text-mode...)
>
This
On 25/02/10 23:14, Barry Jackson wrote:
The otherway around is there. Follow right-click on
"Projects" node.
OK found it!
The projects panel was appearing UNDER the functions panel, so I saw no
change!
I will keep playing.
One other point. Double clicking functions in the function pane fi
Revision: 13996
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13996&view=rev
Author: vszakats
Date: 2010-02-25 23:24:10 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-26 00:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxpp/xppop.prg
On 25/02/10 16:33, Pritpal Bedi wrote:
Barry Jackson wrote:
I can find no way to open multiple .prg files.
It is there. When fole-open dialog is presented, select
multiple files with ctrl+click, and then presee open.
No - it's not working here. With CTRL held down, clicking a file opens
On Thu, Feb 25, 2010 at 11:25 PM, Pritpal Bedi wrote:
>
>
> It is wrong to put it like this:
> so that you can run a Qt program in text-mode.
> Rather we should say:
> so that you can run a Clipper program in Qt environments.
ok... but which are the Qt environments where you can't use other
Hi Pritpal,
On Thu, Feb 25, 2010 at 11:55 PM, Pritpal Bedi wrote:
>
> Hello Viktor
>
> Any template to document a class ?
>
> I am almost done with hbQT documentation skeletons,
> to be uploaded one-time and then enhanced, via hbqtgen,
> but am not sure what I am doing is the right format.
>
Sor
Hello Viktor
Any template to document a class ?
I am almost done with hbQT documentation skeletons,
to be uploaded one-time and then enhanced, via hbqtgen,
but am not sure what I am doing is the right format.
Also I need to know the tree structure:
contrib/hbqt/doc/en/QWidget.txt OR?
--
Hi,
I spent just ten minutes with your code and I must say that I like it,
expecially the preprocessor part that is very smart !
The code looks promising... I will try to checkout tomorrow and read the docs.
Do you have a more comprehensive sample ?
Thanks,
Francesco
francesco perillo wrote:
>
> It's in harbour/contrib/gtqtc so it didn't get my attention from
> what I understand this is a GT module that interfaces with Qt using Qt
> "text-mode", so that you can run a Qt program in text-mode is it
> correct ? So pure, unmodified clipper source code st
Hi All,
[ Update: Covering better the context of the docs
("source" vs. "target" format). ]
What we've decided/know about doc source files so far (update #3):
Medium: Harbour SVN
Location: /doc//.txt
Format: NANFORUM (see: /doc/hdr_tpl.txt)
Codepage: UTF-8
Target format: any (.html, .pdf, .rtf
Hi
I am new to the list but have been using Harbour for some years now and
have noticed recent discussions about documentation, how to develop it,
store it etc and thought I might add my comments for what they are
worth. I would not be fully across all discussions that would have taken
place on
>
> 2. Goto harbour/contrib/hbqt/gtqtc
It's in harbour/contrib/gtqtc so it didn't get my attention from
what I understand this is a GT module that interfaces with Qt using Qt
"text-mode", so that you can run a Qt program in text-mode is it
correct ? So pure, unmodified clipper source code
Viktor Szakáts wrote:
Thanks, so the same extension exist as in xhb.
I'll update SVN.
IFAIR, xHarbour allows off-limit indices to return an empty string. That
was the main drawback, that does not help to find buggy code by RTE.
F.e. 'abc'[1, 2, 3, 4, 5, 6] does not RTE.
Regards,
Mindaugas
On Thu, 25 Feb 2010, Szak�ts Viktor wrote:
Hi,
> Thanks, so the same extension exist as in xhb.
The same as in Harbour's XHB emulation :)
Real xHarbour works in a little bit different way and
I intentionally haven't replicated it exactly.
See "USING [] OPERATOR FOR STRING ITEMS" in doc/xhb-diff
Thanks, so the same extension exist as in xhb.
I'll update SVN.
Brgds,
Viktor
On Thu, Feb 25, 2010 at 9:18 PM, Angel Pais wrote:
> El 25/02/2010 17:43, Viktor Szakáts escribió:
>
> Angel,
>>
>> Can you tell, if Xbase++ support negative indexes
>> in 'string[ n ]' operations?
>>
>> I'd also be
El 25/02/2010 17:43, Viktor Szakáts escribió:
Angel,
Can you tell, if Xbase++ support negative indexes
in 'string[ n ]' operations?
I'd also be interested in the error messages you get
when using off limit or zero index.
Brgds,
Viktor
Sure !!!
See next:
PROCEDURE Main
LOCAL cString
Hi,
I have included this in my .BAT and now works.
set HB_BUILD_UNICODE=no
Work´s fine now :)
Many thank´s.
Rossine.
--
View this message in context:
http://old.nabble.com/Error-with-13990-harbour-svn-tp27714510p27714516.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
Hi!
set HB_BUILD_UNICODE=no
And recompile your Harbour.
Regards,
Vailton Renato
2010/2/25 Rossine :
>
> Hi,
>
> I use minigui and this samples in windows XP work´s fine, but with windows
> 98 not work, abort in the function hb_memoread().
>
> [CODE]
>
> #include "minigui.ch"
>
> Function Main
Revision: 13995
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13995&view=rev
Author: vszakats
Date: 2010-02-25 19:55:19 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtwvg/gtwvg.c
*
Hi,
I use minigui and this samples in windows XP work´s fine, but with windows
98 not work, abort in the function hb_memoread().
[CODE]
#include "minigui.ch"
Function Main
msgstop( "-STEP 1-" )
hb_memoread( "demo.prg" )
msgstop( "-STEP 2-" ) && Not come here
return NIL
[ENDCODE]
What ca
Revision: 13994
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13994&view=rev
Author: vouchcac
Date: 2010-02-25 18:12:05 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 10:08 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbqt/gtqtc/gtqtc.cp
Angel,
Can you tell, if Xbase++ support negative indexes
in 'string[ n ]' operations?
I'd also be interested in the error messages you get
when using off limit or zero index.
Brgds,
Viktor
On Thu, Feb 25, 2010 at 8:20 PM, Angel Pais wrote:
>
>> Now all "dialect" APIs can just be freely develo
El 25/02/2010 17:28, Viktor Szakáts escribió:
Hi Angel,
(for array index support, you only need just a smallhank
part of the above code)
Brgds,
Viktor
Thank you !
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
h
Now all "dialect" APIs can just be freely developed using
some very simple rules.
Brgds,
Viktor
Hi Viktor
What rule do I have to issue to make this work ?
Procedure Main
cString := 'ABC'
? cString[2] // --> 'B'
Return
Xbase++ users are VERY used to this syntax and makes string mani
Hi Angel,
> Hi Viktor
>
> What rule do I have to issue to make this work ?
>
> Procedure Main
> cString := 'ABC'
> ? cString[2] // --> 'B'
> Return
>
> Xbase++ users are VERY used to this syntax and makes string manipulation
> programs much simpler.
>
It's already implemented in xhb lib
> francesco perillo wrote:
> >
> > Not only this little samples (I already wrote last week that little
> > "dedicated" samples are better that a monolithic source full of
> > everything...
> >
>
> Probbaly some others should jump into this stream...
I agree with Francesco.
Also in HwGUI experie
francesco perillo wrote:
>
> Not only this little samples (I already wrote last week that little
> "dedicated" samples are better that a monolithic source full of
> everything...
>
Probbaly some others should jump into this stream...
> But I also ask for Qt/harbour integration, or how to ma
Hi All,
What we've decided/know about doc files so far (update #2):
Location: /doc//.txt
Format: NANFORUM (see: /doc/hdr_tpl.txt)
Codepage: UTF-8
:
is empty for core functions residing in /src.
is '/contrib/' for contrib libs.
for some languages:
en - English (generic)
es - Spanish (generic)
h
[...@jackodesktop classes]$ hbmk2 about.prg -lxhgtk
hbmk2: Processing configuration: /usr/bin/hbmk.cfg
Harbour 2.1.0dev (Rev. 13988)
Copyright (c) 1999-2010, http://www.harbour-project.org/
Compiling 'about.prg'...
Lines 5186, Functions/Procedures 2
Generating C source output to 'about.c'... Done.
Hi, sorry by my bad english.
Bruno Luciani and I are working in a framework based in minigui sintax that
use pure hbqt (very nice Pritpal's work)
Our hello world is like this:
1.- Basic
#include "hbqtc.ch"
Function main()
HbQtC_MsgInfo( "Hello World" )
Return .T.
2. Basic +
#include "hb
Not only this little samples (I already wrote last week that little
"dedicated" samples are better that a monolithic source full of
everything...
But I also ask for Qt/harbour integration, or how to map harbour
object on Qt widgets and viceversa...
so, demoxpb shows that Qt is usable, hbide shows
Barry Jackson wrote:
>
> Any chance of "Hello_Qt_World.prg" with a push button. Nothing more.
> Just to get started ?
>
> The xhgtk samples are the sort of thing I mean, see button01.prg below.
>
REQUEST HB_QT
STATIC s_qApp
STATIC s_slots
INIT PROCEDURE Qt_Start()
hbqt_errorsys()
s
On 25/02/10 16:18, Pritpal Bedi wrote:
I understand the question.
hbIDE is a powerful application demonstration
( if we take it in this context ) which exposes many-many constructs
of Qt.
Certainly, but for the beginner ( or old Clipper person like me ) that's
too big a step.
What else yo
I'm collecting some infos at this stage because some aspects are
unknown or not clear to me.
> hbXBP is a class framework based on Xbase++ class documentation.
> It uses hbQT for GUI implementation.
>
> demoQT.prg in contrib/hbqt/tests is a pure hbQT based demo application.
Sorry, I missed it. F
Barry Jackson wrote:
>
> Also there is no response to File->new->project.
>
It is the direct effect of latest changes. I will fix in a while.
Alternatively, right click on "Projects" node in projects tree at the left,
and select this option.
> I can find no way to open multiple .prg files.
marco bra wrote:
>
> As a very first trying to debug the main variables and i never see the
> terminal output of:
>
> ?" -- *xxx " + cRootPath
>
> is this function called, or might by hbide redirect the standard output ?
>
>
>
> FUNCTION hbide_fetchSubPat
Viktor Szakáts wrote:
>
> I'm not 100% sure what you mean. The exact same
> code is used for HB_GTI_PALETTE handling in both GTs,
> except that GTWVG wasn't updated to use zero based
> color indexes, because it would have broken your local
> apps.
>
Oh yep, now I remeber.
You please fix the o
francesco perillo wrote:
>
> I see Qt has lots of possibilities, is very powerfull and widely
> available...
>
> There are lots of tutorials and sample code available (and demos in
> the Qt package are terrific!) but they are for C++
>
> Now the question: if I want to start using hbxpb/hbqt wh
Hi Pritpal,
> > Anyhow you can change the default color mapping using
> > HB_GTINFO( HB_GTI_PALETTE, { ... } ) or
> > HB_GTINFO( HB_GTI_PALETTE, 6, 0x008585 )
> >
> > [ This all applies only to GTWVT, you're
> > using a GTWVG header though in the example,
> > so please note that GTWVG has differe
As a very first trying to debug the main variables and i never see the
terminal output of:
?" -- *xxx " + cRootPath
is this function called, or might by hbide redirect the standard output ?
FUNCTION hbide_fetchSubPaths( aPaths, cRootPath, lSubs )
LOCAL aD
I see Qt has lots of possibilities, is very powerfull and widely available...
There are lots of tutorials and sample code available (and demos in
the Qt package are terrific!) but they are for C++
Now the question: if I want to start using hbxpb/hbqt where should I
start ? Is hbide and demoxpb th
Hi,
Exact same concept: Use the .hbc file.
Brgds,
Viktor
On Thu, Feb 25, 2010 at 4:51 PM, David MS wrote:
> Thanks Viktor, I'll waiting your updates
>
> In the case of haru pdf, I created the .ch file as you said me with all
> functions of the wrapper
> but I get the following errors:
>
> C:/
Viktor Szakáts wrote:
>
> Anyhow you can change the default color mapping using
> HB_GTINFO( HB_GTI_PALETTE, { ... } ) or
> HB_GTINFO( HB_GTI_PALETTE, 6, 0x008585 )
>
> [ This all applies only to GTWVT, you're
> using a GTWVG header though in the example,
> so please note that GTWVG has differe
Thanks Viktor, I'll waiting your updates
In the case of haru pdf, I created the .ch file as you said me with all
functions of the wrapper
but I get the following errors:
C:/harbour-svn/harbour/lib/win/mingw/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0x1b):
referencia a `HPDF_Free' sin definir
C
Przemysław Czerpak wrote:
>
> I guess you are talking about :start() method not execute.
> It works because in Clipper and [x]Harbour there is no difference
> between messages send to access instance variables and to execute
> method.
> We have ::atStart variable so
>::atStart()
> execute de
Barry Jackson wrote:
>
> In Mandriva Linux 2010.0 I am seeing this:-
> http://i115.photobucket.com/albums/n287/barjac_2006/hbide1.png
> The tab titles are not readable.
> Also there is no response to File->new->project.
> I can find no way to open multiple .prg files.
> Like - navigate to a fold
>
>I see it and this was the point of the fix, now the color
>resembles to original Clipper color, which is "brown".
>Now Harbour also shows brown in GTWVT, just like
>in GTXWC and in Clipper on original MS-DOS, or on
>emulators which properly mimic original
I have problem with data from Oracle.
Here is ask and answer :
Ask :
SELECT konto_produkt, SUM (prowizja) prowizja
FROM wynik_interfejsu
GROUP BY konto_produkt
Answer in Toad :
.
5010013310-CINK-6-13021P1150-0-K0-00-3550-3550-0
0 0.07
.
And in Harbour :
David Arturo Macias Corona wrote:
>
>>Many thanks for your efforts and a valuable fact that you
>>opened a ticket with netlabs. Probably it will pave the way to
>>understand some hidden points where Harbour encounters a
>>GPF without any understandable reason. Also we may
>>get clarified why "de
David Arturo Macias Corona wrote:
>
> # QInputContext.cpp \
> # QWidget.cpp \
>
> .
> .
> .
>
> I am not sure if we will have os2qt 4.6.2
> As I reported before, printer missings exist in os2qt451 and were solved
> in os2qt461
> QT_NO_PRINTER need has gone and remain QT_NO_ACCESSIBI
marco bra wrote:
>
> "On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild"
> deleted the hbide.ini file"
>
> is wrong, must be read as
>
> "On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild",
> then i also deleted the hbide.ini file to get fresh hbide st
Hi Viktor,
I see it and this was the point of the fix, now the color
resembles to original Clipper color, which is "brown".
Now Harbour also shows brown in GTWVT, just like
in GTXWC and in Clipper on original MS-DOS, or on
emulators which properly mimic
Hi David,
You should add hbgd.hbc to link all required libs,
looks like gd import lib is missing in this case.
Plus apparently hbgd requires hbct lib, too. I'll fix that in
SVN, until then also add -lhbct option.
Brgds,
Viktor
On Thu, Feb 25, 2010 at 3:59 PM, David MS wrote:
> Hi Viktor,
>
>
Revision: 13992
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13992&view=rev
Author: vszakats
Date: 2010-02-25 15:04:29 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 16:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbziparc/hbziparc
Hi Viktor,
I have these errors when I including gdextern.ch
C:/harbour-svn/harbour/lib/win/mingw/libhbgd.a(gdchart.o):gdchart.c:(.data+0x328):
referencia a `HB_FUN_COS' sin definir
C:/harbour-svn/harbour/lib/win/mingw/libhbgd.a(gdchart.o):gdchart.c:(.data+0x348):
referencia a `HB_FUN_SIN' sin
Hi Francesco,
On Thu, Feb 25, 2010 at 2:46 PM, francesco perillo wrote:
> I'm sending this message for Maurizio.
>
> --
>
> Hi Viktor,
> simply try to compile this code with and without wvt request:
> __
>
> #include "hbgtinfo.ch"
> #include "wvtwin.ch"
On Thu, 25 Feb 2010, Maurilio Longo wrote:
Hi,
> by the way, how comes that a call to ::atStart() does not give an error given
> I've no ::atStart() method in a class I've sublcassed from Thread() ?
> I'm referring to the ::execute() method which calls ::atStart() without
> testing for its prese
In Mandriva Linux 2010.0 I am seeing this:-
http://i115.photobucket.com/albums/n287/barjac_2006/hbide1.png
The tab titles are not readable.
Also there is no response to File->new->project.
I can find no way to open multiple .prg files.
Like - navigate to a folder and open *.prg and then save as a
I'm sending this message for Maurizio.
--
Hi Viktor,
simply try to compile this code with and without wvt request:
__
#include "hbgtinfo.ch"
#include "wvtwin.ch"
procedure Main()
REQUEST HB_GT_WVT_DEFAULT // rem this to note the difference
hb_Disp
Hi!!
Can we have a function to direct program code(.prg) as ANSI or UTF8?
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Przemyslaw,
by the way, how comes that a call to ::atStart() does not give an error given
I've no ::atStart() method in a class I've sublcassed from Thread() ?
I'm referring to the ::execute() method which calls ::atStart() without
testing for its presence.
Maurilio.
dru...@users.sourceforge.n
Revision: 13991
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13991&view=rev
Author: druzus
Date: 2010-02-25 13:32:21 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 14:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbxpp
On Thu, 25 Feb 2010, Szak�ts Viktor wrote:
Hi,
> > * harbour/contrib/hbxpp/Makefile
> > + harbour/contrib/hbxpp/sleepx.prg
> >+ added xbase++ compatible prg function SLEEP( ) -> NIL
> It was already there in idlex.c, written
> in .c, by the name of XPP_SLEEP(). Maybe
> it's enough to jus
On Thu, Feb 25, 2010 at 1:34 PM, wrote:
> - Deleted -kl option. "multiline strings" converted back
> to build-time option. It's not a documented option anymore,
> usage is not recommended. See 2010-02-24 20:04 UTC+0100
> for valid alternatives.
Many thanks.
best regards,
Lore
Revision: 13990
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13990&view=rev
Author: vszakats
Date: 2010-02-25 12:41:23 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 13:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
+ Ad
Revision: 13989
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13989&view=rev
Author: vszakats
Date: 2010-02-25 12:34:40 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 13:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/pp/ppcore.c
* src/c
Using os2gcc442:
* $Id: ChangeLog 13976 2010-02-23 22:33:42Z vouchcac $
2010-02-23 14:34 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
Pending warnings:
../../../hbdyn.c: In function 'hb_dynCall':
../../../hbdyn.c:1118: warning: signed and unsigned type in conditional
expression
All Harbour e
Hi Maurizio,
On 2010 Feb 25, at 12:51, Maurizio la Cecilia wrote:
>
> After this commit:
>
> 2010-02-22 20:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
> * src/rtl/gtwvt/gtwvt.h
> * src/rtl/gtwvt/gtwvt.c
>! Fixed to use standard VGA RGB values, just like in GTXWC.
>! Fixed color
After this commit:
2010-02-22 20:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/gtwvt/gtwvt.h
* src/rtl/gtwvt/gtwvt.c
! Fixed to use standard VGA RGB values, just like in GTXWC.
! Fixed color constant names (no "bright white" anymore).
some numeric codes of color no more
2010/2/25 Viktor Szakáts
> Hi Marco,
>
> > On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild"
> deleted the hbide.ini file
>
> It's rather impossible that hbmk2 deleted hbide.ini,
> or any other file, which is not even referred to
> in the passed commands. (Of course it also
Hi Marco,
> On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild"
> deleted the hbide.ini file
It's rather impossible that hbmk2 deleted hbide.ini,
or any other file, which is not even referred to
in the passed commands. (Of course it also won't
delete any files not created
> Problems experienced so far:
> - With bcc, the app runs, but there is visible trash on screen.
> - With bcc, keyboard doesn't seem to work.
More testing revealed this only applies to GTWIN.
GTWVT works fine.
> - With mingw, the app just hangs, and only reboot helps.
Here, GTWVT didn't help,
> What I need is e.g. to link all functions in GD LIB or HPDF LIB for later
> load and execute .hrb modules that make use of these functions,
You can use gdextern.ch for hbgd. For hpdf you need
to create one.
Brgds,
Viktor
___
Harbour mailing list (a
Hi Lorenzo,
>> For me it's rather interesting to see that we maintain any
>> feature in central SVN which bends basic functionality for
>> the sake of ONE user. It's well known since years, that it's
>> a non supported feature.
>
> You can NOT USE IT and keep strict compatibility, I can USE IT to
Hi Adam,
I´m using hbextern.ch now.
What I need is e.g. to link all functions in GD LIB or HPDF LIB for later
load and execute .hrb modules that make use of these functions,
With VPDF or SDDMY have no problem, as I only have to do REQUEST ...
Sorry mi poor English, I hope you understand me.
Revision: 13988
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13988&view=rev
Author: vszakats
Date: 2010-02-25 10:11:07 + (Thu, 25 Feb 2010)
Log Message:
---
2010-02-25 11:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbextern.ch
!
On Thu, Feb 25, 2010 at 10:18 AM, Viktor Szakáts wrote:
> For me it's rather interesting to see that we maintain any
> feature in central SVN which bends basic functionality for
> the sake of ONE user. It's well known since years, that it's
> a non supported feature.
You can NOT USE IT and keep
Hi,
> In general I think that we have to seriously rethink few things.
> IMO unconditional using HB_* prefix and moving all functions which
> haven't existed in Clipper to different contrib libraries begins
> to be "art of the art" and in real life serious problem for users.
> There are functions
>> ? sql_Sprintf( cFrmSQL, ID_TAB_AGENTI, ID_TAB_CODDSP, cSql, cAnnDsp )
>
>> Very usefull for long embebed SQL commands
>> Xavi's suggestion copuld be easily translated to that command
>
> Xavi, Angel are you really asking me to rewrite all the code that I've
> done in the last 5 or so?
You c
I can't see why adding -lhbxpp poses a serious limitation
for users.
For me it's rather interesting to see that we maintain any
feature in central SVN which bends basic functionality for
the sake of ONE user. It's well known since years, that it's
a non supported feature. Same with hbmk, I'm k
2010/2/25 marco bra
>
>
> 2010/2/25
>
>> Revision: 13985
>>
>> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13985&view=rev
>> Author: vouchcac
>> Date: 2010-02-25 01:12:15 + (Thu, 25 Feb 2010)
>>
>> Log Message:
>> ---
>> 2010-02-24 16:46 UTC-0800 Pritpal Bed
Hi Przemek,
> * harbour/contrib/hbxpp/Makefile
> + harbour/contrib/hbxpp/sleepx.prg
>+ added xbase++ compatible prg function SLEEP( ) -> NIL
It was already there in idlex.c, written
in .c, by the name of XPP_SLEEP(). Maybe
it's enough to just rename it to SLEEP() now.
(though the name m
Hi Chen,
On 2010 Feb 25, at 07:24, Chen Kedem wrote:
> Viktor,
>
>> I'm trying to make UNICOWS (* this is a Microsoft .dll which
>> can make UNICODE applications work on Win95/Win98/WinME)
>> work with Harbour, but there are problems.
>
> I was thinking this DLL is a plug-in for the OS to add s
2010/2/25 Przemysław Czerpak :
> In this particular case I do not see any reason that we have to remove
> such functionality. For me -kl compiler switch is quite nice solution
> which should not be covered by HB_LEGACY_LEVEL3 macro and marked to
> removed in the future.
> Anyhow if we do not want
On Thu, 25 Feb 2010, Lorenzo Fiorini wrote:
Hi,
> For me is extremely important, because it makes next Harbour useless for me.
In this particular case I do not see any reason that we have to remove
such functionality. For me -kl compiler switch is quite nice solution
which should not be covered
2010/2/25
> Revision: 13985
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13985&view=rev
> Author: vouchcac
> Date: 2010-02-25 01:12:15 + (Thu, 25 Feb 2010)
>
> Log Message:
> ---
> 2010-02-24 16:46 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
>
>+ This
92 matches
Mail list logo