[Harbour] Source code formatter

2009-05-22 Thread Paul
oogle Code under harbourclick. harbourclick Regards,  Paul States ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-01-02 Thread Paul Tucker
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

Re: [Harbour] To Admins: Harbour & Windows APIs.

2010-01-03 Thread Paul Tucker
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

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

2010-01-04 Thread Paul Tucker
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

RE: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-03 Thread Paul Tucker
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

RE: [Harbour] Harbour / Clipper Incompatibility Issue: SETPOS() return val

2010-02-03 Thread Paul Tucker
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

RE: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-04 Thread Paul Tucker
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

Re: [Harbour] Question about hb_gt_win_CtrlHandler usage

2010-03-03 Thread Paul Tucker
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 ___

Re: [Harbour] Error BASE/1099 Argument error: STR

2010-04-28 Thread Paul Tucker
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, ///

RE: [Harbour] GT API - BYTE* -> char*

2009-07-09 Thread Paul Tucker
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,

RE: [Harbour] C compiler warnings using Visual Studio 2005

2008-08-14 Thread Paul Tucker
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

RE: [Harbour] C compiler switches for VS 2005

2008-08-20 Thread Paul Tucker
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

[Harbour] using make_gnu.bat to build Harbour

2008-09-18 Thread Paul Strand
, Paul ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
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

Re: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
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() >

Re: RE: [Harbour] Make_gnu and Mingw

2008-09-22 Thread Paul Strand
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

Re: [Harbour] Date-Time Functions - Revisited (II)

2009-02-10 Thread Paul Tucker
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

Re: [Harbour] Date-Time Functions - Revisited (II)

2009-02-10 Thread Paul Tucker
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

Re: [Harbour] Date-Time Functions - Revisited (II)

2009-02-10 Thread Paul Tucker
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

Re: [Harbour] Date-Time Functions - Revisited (II)

2009-02-10 Thread Paul Tucker
? 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

Re: [Harbour] DIRECTORY() compatibility

2008-01-26 Thread Paul Tucker
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

Re: [Harbour] dllcall.c

2008-02-12 Thread Paul Tucker
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

Re: [Harbour] MSVC8 warning LNK4254

2008-02-13 Thread Paul Tucker
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

Re: [Harbour] MSVC8 warning LNK4254

2008-02-13 Thread Paul Tucker
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

RE: [Harbour] Re: MSVC8 warning LNK4254

2008-02-13 Thread Paul Tucker
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

RE: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-19 Thread Paul Tucker
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:

Re: [Harbour] 2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda atinteria pl)

2008-02-22 Thread Paul Tucker
. 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