Re: [Harbour] Re: Documentation storm on user's list

2010-05-31 Thread smu johnson
This reads like one of your nice commit logs! On Mon, May 31, 2010 at 9:35 AM, Viktor Szakáts wrote: > > [ After waiting some days for the original thread on user's > list taking any sort of constructive direction, I had made the > decision to ban the thread starter, on the grounds that he went >

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

2010-05-27 Thread smu johnson
s sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org

Re: [Harbour] Re: Documentation storm on user's list

2010-05-27 Thread smu johnson
Some thoughts, On Thu, May 27, 2010 at 12:18 PM, pete_westg wrote: > are you sure you have understood my words? I 'm afraid you don't! > What I am not sure for, is the reason for this misunderstanding. Perhaps, > is it due to my bad English or what? > - Stating that Harbour's lack of documenti

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 wrote: > > If you need s

[Harbour] Question about hbmk2 and icons

2010-05-25 Thread smu johnson
Hi, I use Harbour for Win32. I was wondering if hbmk2 allows (or can allow someday) support for multiple icons? We're leaning towards having two icons in our .EXE builds. If this was ever supported... I am not sure what the file delimiter would be. Any thoughts? -- smu jo

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Alright, will do. On Thu, May 20, 2010 at 3:44 PM, Viktor Szakáts wrote: > What can I say? A lib can be used if it's present in one of > the passed lib dirs (-L options). > > Apparently curldll lib (the implib) is not there. > > Why? I cannot tell you; and I have told everything that can > I coul

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
-lhbpcre -lhbzlib -Wl,--end-group -ohello.exe -Lg:/harbour/lib/win/mingw On Thu, May 20, 2010 at 2:24 PM, smu johnson wrote: > > < posts about many attempts met with failure trying to get HBCURL to work > > ___ Harbour mailing list

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Thank you for clearing that up and your infinite patience. Looks like I'm going to have to right some quick and dirty .bat or perl scripts to toggle which compiler is to be used. On Thu, May 20, 2010 at 2:14 PM, Viktor Szakáts wrote: > I'm afraid not. In general it's not very good to mix > diffe

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Ah. Correct again! I thought if the gcc version I wanted to use before any other was first in the windows path, it would only be used... but I am incorrect. # proper ! HB_COMPILER: mingw (v44) (autodetected: c:/mingw/bin/) # problematic ! HB_COMPILER: mingw (v45) (autodetected: c:/mingw/bin/gcc

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
x27;TDM-2 mingw32' - -enable-sjlj-exceptions --with-bugurl= http://www.tdragon.net/recentgcc/bugs.php Thread model: win32 gcc version 4.4.1 (TDM-2 mingw32) :( On Thu, May 20, 2010 at 1:37 PM, smu johnson wrote: > Uh oh. When you said check the change log for .hbi, you weren't jokin

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Uh oh. When you said check the change log for .hbi, you weren't joking! I think my problem is due to an old revision. Sorry to beat this poor dead horse. On Thu, May 20, 2010 at 1:34 PM, smu johnson wrote: > :( > > I come bearing more bad news. Despite doing al

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
:( I come bearing more bad news. Despite doing all of the above... I did this, and got this: C:\hbm>g:\harbour\bin\hbmk2 hello.PRG g:\harbour\contrib\hbcurl\hbcurl.hbc hbmk2: Processing configuration: g:\harbour\bin\hbmk.cfg Harbour 2.1.0beta1 (Rev. 14434) Copyright (c) 1999-2010, http://www.ha

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
t; > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (

Re: [Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
Hi again... I did what you said, and have noticed a strange piece of text from the Harbour build which seems a bit contractictory: # looks like a problem hbmk2: Warning: Source dynamic library not found: /ver10/curl-7.20.1-devel-mingw32/include/../libcurl.dll # looks like it worked? hbmk2: Create

Re: [Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
Thanks Viktor! -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
Well, I am stumped :/ Hopefully these questions aren't too n00b-like. 1) If hbcurl.hbc will set up everything for me, then does that mean HB_WITH_CURL isn't necessary upon compiling? 2) Do I need to modify hbcurl.hbc? If the answer to the above question is that I don't need to use HB_WITH_CURL (

Re: [Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
Thanks for responding.. Questions: for 1) the contrib lib, do you mean hbcurl? and 2) 3rd party lib, do you mean libcurl? I have both those things, but this is probably not what you are referring to... From your response, it looks like implib is what I need, and I will try it out. Thank you O

Re: [Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
Hi again, I am having a problem... I can't figure out how to get HB_CURL to work! Steps I took: 1) unzipped libcurl devel zip 2) compiled harbour with HB_WITH_CURL= 3) made sure hbmk2 had -lhbcurl arg present for compiling hello world example 4) made sure these includes were present in HELLO

[Harbour] Re: Question about compiling Harbour, and compiling .PRGs

2010-05-19 Thread smu johnson
If it turns out this isn't needed... I probably was confused because it might be simply defaulting the -comp= argument during my hbmk2 builds... that is my theory. I thought I'd write that so I don't sound like a complete fool. On Wed, May 19, 2010 at 12:58 PM, smu johnso

[Harbour] Question about compiling Harbour, and compiling .PRGs

2010-05-19 Thread smu johnson
experimenting with mingw64, and am very curious if I have to compile Harbour with it in order to get 64bit .EXEs from my .PRGs. Thank you. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour

[Harbour] Question about Curl detection during compile process

2010-05-19 Thread smu johnson
attcp/watt-32' not supported on win platform ! HB_INSTALL_PREFIX automatically set to: G:\harbour Thank you in advance. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] mingw 4.5.0 and upx

2010-05-18 Thread smu johnson
fwiw, I have found UPX to be a piece of crap for most applications. Their site shows that the idea was conceived and implemented during the days of Pentium I computers, as all their CPU tests show that sort of historical period. You'd think that would be a good thing, but at the time 16 MB of ra

Re: [Harbour] Re: HB_COMPILER environment variable

2010-05-14 Thread smu johnson
Hi, Please open up CMD and do the following C: cd \ gcc --version Please paste the entire output of what this looked like. Thank you On Fri, May 14, 2010 at 1:19 PM, jparada wrote: > > Hi, > > Thanks for answering Viktor. > > No problem, anyway as I said if I set the varible, I have no probl

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

2010-05-07 Thread smu johnson
ze limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: Re[Harbour] moval of non-UNICODE Windows codepath?

2010-05-06 Thread smu johnson
Przemek, if you are reading this thread, could you please comment if you have a moment? I am curious as to what you think about the questions Viktor posed a while back, as this change will affect me in a few tiny ways, and I'm curious about your thoughts. On Thu, Apr 29, 2010 at 5:55 AM, Grigory

Re: Re[Harbour] moval of non-UNICODE Windows codepath?

2010-05-06 Thread smu johnson
On Thu, Apr 29, 2010 at 6:07 AM, Viktor Szakáts wrote: > Hi, > > Did you try to use unicows lib? If not, I'd > suggest to try it, since it solves this problem > in quite simple way. All you need to do is adding > -lunicows to your hbmk2 make file and bundle > unicows.dll with your app. Works with

Re: [Harbour] Vdei creation of harbour-project

2010-05-06 Thread smu johnson
hi, On Wed, May 5, 2010 at 2:25 PM, Viktor Szakáts wrote: > Hi Smu, > git svn clone -s > https://harbour-project.svn.sourceforge.net/svnroot/harbour-projectharbour > > It worked, but looked like it was going to take hours or even days to do. It seemed to start right from revision 1 and work its

Re: [Harbour] Re: Compile error on r14429

2010-05-06 Thread smu johnson
etter to delete/rename cygstart.exe. > > Viktor > > _______ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Compile error on r14429

2010-05-06 Thread smu johnson
harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
I can give you a more exact output list when I go to work tomorrow in about 8 hours, but I am 99% sure they are as follows: 1) gnuwin32\bin directory contents -> http://members.shaw.ca/smujohnson/txt/gnuwin32-files.txt 2) c:\mingw\bin -> untouched install of TDM's mingw 4.4.1-2 install from the

Re: [Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
Sorry Viktor, I still don't understand. AFAIK, I don't have ANY cygwin stuff on my computer. I don't see a single cygwin thing in my path, and I don't think TDM mingw is considered a cygwin program under windows. Having installed cygwin a few years ago on a different computer (and hating everyt

Re: [Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
05 On Wed, May 5, 2010 at 2:57 PM, Viktor Szakáts wrote: > All you have to do is put cygwin dir _after_ the compiler > tools in the PATH. > > Viktor > > On 2010 May 5, at 23:48, smu johnson wrote: > > > Hi, > > > > I'm sure the problem here is that it i

Re: [Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
BTW, if you are curious to look at the files that might cause this, you can see them here: http://members.shaw.ca/smujohnson/txt/gnuwin32-files.txt I just did: find . > txtfile to get them. On Wed, May 5, 2010 at 2:48 PM, smu johnson wrote: > Hi, > > I'm sure the problem h

Re: [Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
Hi, I'm sure the problem here is that it is detecting cygwin somehow... good tip that I should be watching the first few lines of the log closely. Even though GnuWin32 is not a cygwin-based thing, as is advertised as "cygwin" free tools... but it's enough to fool the Harbour build process. Am I g

[Harbour] Re: Compile error on r14429

2010-05-05 Thread smu johnson
t maybe it is still finding a possible bug in gttrm.c that is otherwise overlooked... ? On Wed, May 5, 2010 at 1:33 PM, smu johnson wrote: > I am getting this compile error on Harbour rev 14429, using cmd: win-make > HB_BUILD_UNICODE=no install > > gcc -I. -I../../../../../../inclu

[Harbour] Compile error on r14429

2010-05-05 Thread smu johnson
of function 'FD_ISSET' ../../../gttrm.c:1186: warning: unused variable 'tv' ../../../gttrm.c: In function 'hb_gt_trm_AnsiGetCursorPos': ../../../gttrm.c:1920: warning: unused variable 'iTODO' win-make[4]: *** [gttrm.o] Error 1 win-make[3]:

Re: [Harbour] Vdei creation of harbour-project

2010-05-05 Thread smu johnson
Hi Viktor, Any news / updates / thoughts about changing Harbour's SCM over to git? It would make pulling new changes quite easy, instead of downloading the nightly build .zip all the time. Perhaps others would agree. I am not much of an SVN expert... and maybe synching is easy too... but I know

Re: [Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-05-05 Thread smu johnson
___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-30 Thread smu johnson
know of that changed on my end was the non-unicode / unicode build... *confused* On Fri, Apr 30, 2010 at 2:01 PM, smu johnson wrote: > It turns out that my tests of doing the devout calls to the screen in Win9x > with the unicows solution is about 2 or 3 times slower than non-unicode >

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-30 Thread smu johnson
Hi Viktor, It turns out that my tests of doing the devout calls to the screen in Win9x with the unicows solution is about 2 or 3 times slower than non-unicode compiled .EXEs on the same machine. And this is with Przemek's SET CURSOR OFF trick as well for Win9x machines... So this simple test and

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

2010-04-30 Thread smu johnson
Przemek must know a lot about computers and Harbour! On Fri, Apr 30, 2010 at 2:39 AM, wrote: > Revision: 14415 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14415&view=rev > Author: druzus > Date: 2010-04-30 09:39:25 + (Fri, 30 Apr 2010) >

Re: [Harbour] SMB1 and SMB2

2010-04-30 Thread smu johnson
Yeah, this SMBv2 patch fixed everything for us. It became a problem when SMB2 was running for doing .dbf file access over a simple run-of-the-mill Windows Shared Network. We could have used HBNETIO, but we didn't want to have to change hundreds of lines of code where the NET USE code would end up

[Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-04-30 Thread smu johnson
nc Myfunc() setpos(row(),Col()+20) devout(str(seconds())) if lastkey()=13 x:=1 ELSE x:=2 endif return x -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] extern / contrib to parse excel files?

2010-04-29 Thread smu johnson
anyone had any hints. I also saw an xls2dbf converter by some guy called WhiteTown, but it's license is not flexible. Any hints greatly appreciated. If all else fails, maybe I will have to write a C++ app that can do the translation via a 3rd-party lib. Thank you -- smu jo

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-29 Thread smu johnson
Thank you! On Thu, Apr 29, 2010 at 4:00 PM, Viktor Szakáts wrote: > > You are missing the component 'unicows' library. > > Download it from above link, unpack and copy to one > of the existing lib dirs, or point to it using -L > (libpath option). > > Viktor > _

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-29 Thread smu johnson
Ooopsies... I meant to say "error" in the line below. On Thu, Apr 29, 2010 at 3:48 PM, smu johnson wrote: > I have found that produces an hour when I compile harbour devs with > win-make myself (which is my only choice, as 2.0.0 is the last stable > bundled released, a

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-29 Thread smu johnson
Hi again, On Thu, Apr 29, 2010 at 3:21 PM, Viktor Szakáts wrote: > The components are also listed in INSTALL. > > Quote: > "in quite simple way. All you need to do is adding > -lunicows to your hbmk2 make file and bundle > unicows.dll with your app. Works with all supported > Harbour compilers. G

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-29 Thread smu johnson
Hi, On Thu, Apr 29, 2010 at 5:13 AM, Viktor Szakáts wrote: > Hi All, > > It's unlikely we shall ever support Windows 3.x or Win32s, > and unicows solution works just perfect now to cover Win9x/ME > host versions, so I can see no hard reason to maintain duplicate > code paths for both UNICODE and

Re: [Harbour] Vdei creation of harbour-project

2010-04-23 Thread smu johnson
Hi, On Fri, Apr 23, 2010 at 5:12 PM, Viktor Szakáts wrote: > BTW Git looks quite nice by now, so maybe it would be > good to consider it as primary repository for Harbour. > After watching Linus talk about it here: http://www.youtube.com/watch?v=4XpnKHJAok8 , and discuss his opinions of CVS / SV

Re: [Harbour] MSVC 2010

2010-04-14 Thread smu johnson
nt size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
On Tue, Mar 30, 2010 at 5:13 PM, Pritpal Bedi wrote: > > > Can you please instruct your mail account not to attach message body, > to which you are replying ? It certainly distract to understand the > contents > of your messages. > Sorry, I didn't realize it was a problem. Instead I'll just repl

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
syntax error : ')' > ../../../odbc.c(595) : error C2146: syntax error : missing ';' before > identifier 'lLen' > ../../../odbc.c(600) : error C2143: syntax error : missing ')' before > 'sizeof' > ../../../odbc.c(601) : error C2059: syntax

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
ent size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
t.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Oops, forgot my Express Edition question. Was wondering if there's any stupid 30-day expiry on the .EXE's that it generates, that microsoft put in place to get you to pay for it that you know of. On Tue, Mar 30, 2010 at 3:08 PM, smu johnson wrote: > Viktor, > > Your sugge

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Viktor, Your suggestion worked, and I wrote a dummy prime number generator to test the compilers... and found MSVC 2008 fastest, followed by Mingw, then Open Watcom. You were correct! Nice small .EXE sizes. One question about MSVC Express Edition: On Tue, Mar 30, 2010 at 1:50 PM, smu johnson

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
) > > It's there under 'for Windows x64 (x86-64) hosts' > > Brgds, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
post the beginning of your build with > all the autodetection info? > > On 2010 Mar 30, at 21:51, smu johnson wrote: > > > To update, I couldn't get MSVC 2008 SP1 Express to compile it either, > with the same error that version 6 from the old days presented: It seem

Re: [Harbour] Drastic DEVOUT / screen printing lag on Windows 98, and less slow but still slow on XP+.

2010-03-30 Thread smu johnson
could email me if you are interested or not. username: smujohnson, email domain: gmail.com If you aren't interested, please let me know as well so I won't bother bugging you anymore. Thank you 2010/3/30 Przemysław Czerpak > On Tue, 30 Mar 2010, smu johnson wrote: > > Hi, &

[Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
On Tue, Mar 30, 2010 at 12:33 PM, smu johnson wrote: > Hi, > > I tried using Open Watcom and found that my applications and .EXE sizes are > 600k smaller than TDM MinGW, and run way faster. > > But it says that it's kind of experimental or that it might not be 100% > supp

[Harbour] Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
be missing:". I was wondering if this still applies to this day. Also, I tried compiling Harbour with MSVC C++ 6, and it didnt work... if that version isn't supported, could line 514 be updated to reflect the min version required? Thank y

[Harbour] Drastic DEVOUT / screen printing lag on Windows 98, and less slow but still slow on XP+.

2010-03-30 Thread smu johnson
9.97.219.2/sjohnson/major_harbour_bug/printing_numbers/hello.prg Thank you for reading. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Harbour-made Win9x .EXE's running slow?

2010-03-29 Thread smu johnson
is correct... But making it display to modulus 50 instead of every single integer improved the speed by about 3 times in this test on Win98. On Mon, Mar 29, 2010 at 3:58 PM, smu johnson wrote: > Hi, > > We have a little benchmarking section in a Clipper program we wrote that > gives

[Harbour] Harbour-made Win9x .EXE's running slow?

2010-03-29 Thread smu johnson
no idea... I wish I knew more about this... but in a nutshell, our test is running WAY slower than cl52e + Win98. Thank you for reading. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists

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

2010-03-26 Thread smu johnson
___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] harbour: fantastic software!

2010-03-26 Thread smu johnson
port harbour > development? it will save me a lot of time in the future and that's > worth some euros! is there some coordinated fund? > > thanks, > > -- > /chris/ > > ___________ > Harbour mailing list (attachment size limit: 40K

[Harbour] Re: Question about -> character

2010-03-22 Thread smu johnson
Seems that it's not as simple as just dropping a .DLL in there. :( On Mon, Mar 22, 2010 at 2:37 PM, smu johnson wrote: > > But for Win98 users, would that mean I would have to include unicows.dll in > the Harbour-generated .EXE path? > > > > -- > smu j

[Harbour] Question about -> character

2010-03-22 Thread smu johnson
get it by enabling Unicode on Harbour and doing something like CHR(unicode val for arrow). But for Win98 users, would that mean I would have to include unicows.dll in the Harbour-generated .EXE path? *confused* Thanks -- smu johnson ___ Harbour ma

Re: [Harbour] recommended C compiler for Win

2010-03-10 Thread smu johnson
uch code or > even real problems (it can report also: "dereferencing pointer ... does > break strict-aliasing rules"). > Does it disable optimization or generates potentially wrong code. > > Can you compare C and C++ mode in MSVC too? > > best regards, > Pr

Re: [Harbour] Redirect STDOUT

2010-03-10 Thread smu johnson
{* > * if ((temp = open(arg2 = unquoted_argv(2, argv, arg1),* > * O_WRONLY|O_APPEND|O_CREAT, 0666)) < 0* > * || dup2(temp, 2) == -1)* > *fatal("redir: attempt to append stderr to %s failed", arg2);* > * close(temp);* > * argc--;* > * argv++;* > *}* > *else if (strcmp(arg1, "-eo")==0)* > *{* > * if (dup2(1,2) == -1)* > *fatal("redir: attempt to redirect stderr to stdout failed", 0);* > *}* > *else if (strcmp(arg1, "-oe")==0)* > *{* > * if (dup2(2,1) == -1)* > *fatal("redir: attempt to redirect stdout to stderr failed", 0);* > *}* > *else if (strcmp(arg1, "-x")==0)* > *{* > * display_exit_code = 1;* > *}* > *else* > * usage();* > *argc--;* > *argv++;* > * }* > * > * > * if (argc <= 1)* > * {* > *errno = EINVAL;* > *fatal("Missing program name; aborting", "");* > * }* > * > * > * rv = run_program(argc, argv);* > * > * > * if (rv < 0)* > *fatal("Error attempting to run program %s", argv[1]);* > * > * > * if (display_exit_code)* > * {* > *fprintf(std_err, "Exit code: %d\n", rv);* > * }* > * > * > * return rv;* > *}* > > > == > END PROGRAM > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Corruption on Dbf tables

2010-03-09 Thread smu johnson
> > > >Why a .dbf table goes to corrupted ? > > > >Perhaps, break energy ? > >Perhaps, shutdown computer (user) ? > >Perhaps, Clipper and Harbour using the same dbf tables ? > >Perhaps, Windows protocols (SMB) against system file based ? > >Perhaps, ? > > > > > > > >Regards > > > > > > > > > > > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread smu johnson
> > Harbour mailing list (attachment size limit: 40KB) > > Harbour@harbour-project.org <mailto:Harbour@harbour-project.org> > > http://lists.harbour-project.org/mailman/listinfo/harbour > > > > > > > > > > -- > > smu johnson mail

Re: [Harbour] recommended C compiler for Win

2010-03-09 Thread smu johnson
quot;issue" > with QT) > > Brgds, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbou

Re: [Harbour] Can harbour print to STDOUT?

2010-03-09 Thread smu johnson
] > > Brgds, > Viktor > > ___________ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] What does Harbour's SQL support really mean?

2010-03-09 Thread smu johnson
clude libs allowed MySQL control using an abstraction layer via the regular Clipper database navigation commands... or one had to write queries in SQL. PS: There is a typo on the main site... the word technologies is missing the 'h'. Thanks for reading!

[Harbour] Can harbour print to STDOUT?

2010-03-08 Thread smu johnson
piping it in cmd.exe in Windows just won't do it, as it probably has it's own console writing calls that are beyond my brain capacity. Thank you -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harb

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

2010-03-07 Thread smu johnson
rceForge.net collaborative development platform, > the world's largest Open Source development site. > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] PgDn / Alt+# copy and paste work in Clipper 5.2e, but not Harbour?

2010-03-05 Thread smu johnson
the same command over and over again. Any tips greatly appreciated. Thanks! -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Wrong hbsms (Viktor Szak?ts)

2010-03-05 Thread smu johnson
> Sent from the harbour-devel mailing list archive at Nabble.com. > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson _

Re: [Harbour] Still have problems to compile mysql test sample

2010-03-05 Thread smu johnson
f8): undefined reference to `mysql_get_host_info' > /usr/local/lib/harbour/libhbmysql.a(mysql.o): In function > `HB_FUN_MYSQL_GET_SERVER_INFO': > mysql.c:(.text+0xe68): undefined reference to `mysql_get_server_info' > /usr/local/lib/harbour/libhbmysql.a(mysql.o): In functio

Re: [Harbour] Still have problems to compile mysql test sample

2010-03-05 Thread smu johnson
-lhbcplr -lhbdebug -lgpm -lharbour -Wl,--end-group -otest > -L/usr/local/lib/harbour > br...@notebook:~/harbour-project/harbour/contrib/hbmysql/tests$ hbmk2 test > > > > > ___ > Harbour ma

Re: [Harbour] HBNETIO won't start

2010-03-04 Thread smu johnson
netio connection, or if I have to rewrite all the USE strings, and other six3 command strings, etc etc. Thank you very much for the hints. 2010/3/4 Przemysław Czerpak > On Thu, 04 Mar 2010, smu johnson wrote: > > Hi, > > > C:\hbm\hbnetio>netiotst.exe > > Cannot start NE

Re: [Harbour] HBNETIO won't start

2010-03-04 Thread smu johnson
Przemek, you are a genius! 2010/3/4 Przemysław Czerpak > On Thu, 04 Mar 2010, smu johnson wrote: > > Hi, > > > C:\hbm\hbnetio>netiotst.exe > > Cannot start NETIO server !!! > > Press any key to exit... > > You have to compile this code with MT support. >

[Harbour] HBNETIO won't start

2010-03-04 Thread smu johnson
do anything as it's not applicable when trying localhost tests. Thanks for the tips. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
> Thanks in the name of Przemek, it's his work :) (I've only tackled the > server tool) > > Brgds, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) >

Re: [Harbour] Re: Can GTWVT support copying and pasting?

2010-03-03 Thread smu johnson
Oh that's cute. I will look into making it enabled by default. What about pasting? Usually rightclick pastes in cmd.exe, but I can't seem to figure it out. On Wed, Mar 3, 2010 at 6:04 PM, Pritpal Bedi wrote: > > > smu johnson wrote: > > > > Ok that'

Re: [Harbour] Re: Can GTWVT support copying and pasting?

2010-03-03 Thread smu johnson
Ok that's good news. But how do I enable it? Cause I can't seem to click and drag text when compiled with -GTWVT in hbmk2. I haven't had much luck finding hints in src/rtl/gtwvt/gtwvt.c either. *sad face* On Wed, Mar 3, 2010 at 5:52 PM, Pritpal Bedi wrote: > >

[Harbour] Can GTWVT support copying and pasting?

2010-03-03 Thread smu johnson
Hi, If you've ever played around with Quick Insert mode in Windows with cmd.exe's properties, you'll notice you can copy and paste CLI text. I was wondering if this is possible using GTWVT, to be have the same way, or any way, etc etc. Thanks in advance.

[Harbour] Re: bug/issue: slow pasting on uppercase letters

2010-03-03 Thread smu johnson
takes to write the capital letters to the screen abcdefghijkmlopqrstuvABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkmlopqrstuv */ FUNC MAIN() LOCAL VAR := SPACE(70) @ 22,1 SAY "Type: " GET VAR READ RETURN On Mon, Mar 1, 2010 at 4:36 PM, smu johnson wrote: > Hi, > > On regu

Re: [Harbour] Question about hb_gt_win_CtrlHandler usage

2010-03-03 Thread smu johnson
t; not possible, and for sure it's not implemented > in Harbour. > > Brgds, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo

[Harbour] Question about hb_gt_win_CtrlHandler usage

2010-03-03 Thread smu johnson
s for CTRL_CLOSE_EVENT I don't really see anything relevant that can like.. set up a call hook function or anything. I'm totally lost. Any hints greatly appreciated. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
s, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harb

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
> Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
aw Czerpak > On Tue, 02 Mar 2010, smu johnson wrote: > > Well we have a ton of people who still use Windows, and because of that > we > > need a Windows solution. > > HBNETIO is platform independent solution. It can be used by stations using > only one platform (i.e.

Re: [Harbour] New Windows unicode support "for dummies" thread

2010-03-03 Thread smu johnson
(attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] New Windows unicode support "for dummies" thread

2010-03-03 Thread smu johnson
Errr.. maybe I should re-word this. If it's a build-time setting, what happens to the Win32 pre-compiled binaries of Harbour? On Wed, Mar 3, 2010 at 2:38 AM, smu johnson wrote: > Thanks for the help. One last question... where do I stick the flag to > disable the unicode thing?

Re: [Harbour] New Windows unicode support "for dummies" thread

2010-03-03 Thread smu johnson
, Viktor Szakáts wrote: > > On 2010 Mar 3, at 11:21, smu johnson wrote: > > > I know I asked this before, but just to make double-dog-sure I got this > right... > > > > Is this unicode stuff only concerning compiling Harbour on Windows, or > creating .EXEs from Cli

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
RDBMS like LETO or ADS. For me to just "get this working" would probably involve me grepping the Harbour source for about 1-2 hours. If there is something obvious I'm missing, I'm very willing to hear it. Thanks for posting! 2010/3/3 Przemysław Czerpak > On Tue, 02 Mar

Re: [Harbour] New Windows unicode support "for dummies" thread

2010-03-03 Thread smu johnson
f > course there are several general descriptions about > it on MS website and other places. > > It doesn't currently work reliably with Harbour though. > > Brgds, > Viktor > > ___ > Harbour m

[Harbour] New Windows unicode support "for dummies" thread

2010-03-02 Thread smu johnson
le file, unicows.dll in the path where the generated .exe's are put and executed from, everything will magically work for Win9x => Windows 7 64-bit type OS's? -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB)

  1   2   >