oogle Code under
harbourclick.
harbourclick
Regards, Paul States
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
his will be an issue or not, but I wrote the code once, so
it's still around if you need it.
As for xHarbour, someone just blindly accepted your change as 'the way' and
replaced the xharbour driver.
Paul
- Original Message -
From:
To:
Sent: Tuesday, December 22, 2009
I think you are using this incorrectly.
You must call getlasterror before calling anything else that might set or
reset it. This has nothing to do with ST/MT
Paul
- Original Message -
From: "Xavi"
To: "Harbour Project Main Developer List."
Sent: Sunday, Janua
2005-ish around the time you switched to Harbour?
As for 'Enigmatic Changelog entry' - I don't know what you mean by that. If
the changelog says that a stack overflow was fixed, why ignore it? It was
meant to describe a fix I made to the original verion of the code
For Directory, I'm quite sure that was a conscious desicion to actually support
what the O/S gives you.
Paul
Date: Wed, 3 Feb 2010 13:45:35 -0800
From: smujohn...@gmail.com
To: harbour@harbour-project.org
Subject: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY()
uppe
ly on thsi side effect.
Paul
Date: Wed, 3 Feb 2010 13:50:18 -0800
From: smujohn...@gmail.com
To: harbour@harbour-project.org
Subject: [Harbour] Harbour / Clipper Incompatibility Issue: SETPOS() return val
Hi,
In Clipper, ? SETPOS(10,4) returns 10. In Harbour, it r
the 8.3 filenames, but
that support was moved or removed for some reason.
It would not do for the OS to return anything other than 8.3 using the
interrupts, as any app wriiten to get directory info that way expects the
buffer to only be so big.
Paul
Date: Thu, 4 Feb 2010 06:36:20 -0800
ning fullscreen/Windows from code in a cmd shell. Given that, it
should be possible to work out the events for the close button. (I think)
I have it in mind to try that 'one of these days', meaning probably within
your lifetime. ;-)
Paul
___
g or overlooked the obvious)
Paul
- Original Message -
From: "Viktor Szakáts"
To: "Harbour Project Main Developer List."
Sent: Wednesday, April 28, 2010 1:58 PM
Subject: Re: [Harbour] Error BASE/1099 Argument error: STR
Hi,
///
Is there a reference thread for this?
> From: harbour...@syenar.hu
> To: harbour@harbour-project.org
> Date: Thu, 9 Jul 2009 15:39:30 +0200
> Subject: [Harbour] GT API - BYTE* -> char*
>
> Hi Przemek,
>
> Shall I start with this modification?
>
> Somewhere USHORT is used to represent a char,
Randy,
Try this before bui9ld.
set_HB_VISUALC_VER=80
Paul
Hi all,
I get the following warnings (in my DOS/command shell) when building
release 1.0 using MS Visual Studio 2005:
cl : Command line warning D9035 : option 'Og' has been deprecated and will
be removed in a future
Randy,
-D_MSC_VER=1010
Why are you doing this? This is controlled by the C compiler, and
over-riding it could be a problem.
Paul
Hi all,
I have been using the following C compiler switches with MSVC v6 when
compiling C source generated by the Harbour compiler:
cl.exe -c -W3 %CFLAGS
,
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Mr. Viktor,
I have found that I have to link libgtwin.a and libgtgui.a for mingw
are they both required ? I thought that libgtwin.a was not needed for gui mode
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org
Mr. Viktor,
gcc reports this link error:
c:\harbour\lib\w32\mingw32/libgtgui.a(gtgui.o):gtgui.c:(.text+0x1b9):
multiple definition of `HB_FUN_HB_GT_GUI_DEFAULT'
seems there is something wrong.
Paul
> Pls use this in your app code:
>
> ---
> PROCEDURE HB_GTSYS()
>
Mr. Przemek,
Your suggestion solved it, thanks:
ANNOUNCE HB_GT_SYS
REQUEST HB_GT_GUI
REQUEST HB_GT_GUI_DEFAULT
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
xHarbour never built properly on my system, nor
could I use any binaries, so I'll skip that, but I believe you :)
It looks like this quote came from you. What on earth are yoiu talking
about?
Paul
___
Harbour mailing list
Harbour@ha
My friends
All is well, Viktor and I cleared this up in email and he's ok with my
posting this:
===
Nope Paul, but I didn't even try very hard.
Building from source fails mainly because I no longer
maintain BISON/FLEX tools.
I've once tried some binaries, but failed fo
Hi Przemek,
Thanks for the heads up. I'll start with what I can find, then if you have
other exmples, I'll be in touch.
btw, You're doing a great job - wish I had 10% of the energy you do :-)
Paul
On Tue, 10 Feb 2009, Paul Tucker wrote:
Hi Paul,
> pt> I also sugge
? d + 0.5 + 0.5
> just compare Clipper and xHarbour results.
Just for fun... VO gives 'Conversion is not possible between Date and Float'
and 'Illegal Operation' and Vulcan.net sets it to 2/10/2009 (same as
Clipper)
Paul
If you expect dir c:\mydir to show one entry, then you're asking for the
contents of c:\ and just need to append a wild-card. (at least at the
command prompt, and I would think in Harbour code too)
Random thoughts.
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Przemek,
Can you give a 3 line example of what you meen by loop in this case?
Maybe the cofee hasn't kicked in yet, but I don't know what you mean.
Paul
- Original Message -
From: "Przemyslaw Czerpak" <[EMAIL PROTECTED]>
To: "Harbour Project Main
hanged and various msvc versions and make sure it still works.
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
All,
I've simplified the msc startup hook, but don't have time to impliment it
right now.
#if defined(HB_PRAGMA_STARTUP)
#pragma startup hb_codepage_Init_BGMIK
#elif defined(HB_MSC_STARTUP)
#pragma data_seg( HB_MSC_START_SEGMENT )
static HB_$INITSYM hb_vm_auto_hb_codepage_Init_BGMIK =
h
only became an issue when _they_ changed the type from .data to .rdata.
IAC, we don't need the linker directive as I posted recently.
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
e changed to always use libcmt.
I cant say untill I re-acquant myself with hot it works, but if you know
you're not compileing for MT, then I think you can leave
nodefaultlib:libcmt.
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http:
. Otherwise
MT mode is used.
Thanks!
It should be noted that current MSVC versions do not ship with LIBC, so ST
is only for earlier MSVC version.
Paul
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman
27 matches
Mail list logo