Re: [Harbour] 2008-12-08 16:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-11 Thread Lorenzo Fiorini
On Mon, Dec 8, 2008 at 4:31 PM, Przemyslaw Czerpak wrote: > 2008-12-08 16:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) 4 days delay! I got this only on the 12/12 morning. Are there problems? best regards, Lorenzo ___ Harbour mailing list H

Re: [Harbour] hblognet, inet and threads

2008-12-11 Thread Mindaugas Kavaliauskas
Hi, Przemyslaw Czerpak wrote: You can simply create separate thread which will execute your tasks. F.e. sth like: static function hb_backgroundThread() local n, nTime while !s_lStop hb_mutexLock( s_mutex ) nTime := s_nLastTime ... thanks for a great samp

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-11 Thread Rodrigo Miguel
HI, Also, I got this error: make[3]: Entering directory `/d/cvs/harbour/contrib/gtwvg/w32/mingw' gcc -I. -I../../../../include -Wall -W -O3 -march=i586 -c ../../wvgwin.c -owvgwin.o ../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_ADDITEM': ../../wvgwin.c:1598: error: structure has no member name

Re: [Harbour] 2008-12-11 19:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-11 Thread Rodrigo Miguel
Hi Przemek, I got this error running the compiled app with the last version from svn: rodr...@rmsmnote /xhgtk/samples/functions $ mask Unrecoverable error 6005: Exception error: Exception Code:C005 Exception Address:004CACC5 EAX:00C4638C EBX:00C46320 ECX: EDX:0001

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-11 Thread Massimo Belgrano
C:\harbour\contrib\gtwvg\tests>hBMK_B32 -mt demowvg demowvg.prg(33) Error F0029 Can't open #include file 'wvgparts.ch' 1 error No code generated Error E2194: Could not find file 'demowvg.c' 2008/12/5 Pritpal Bedi > > 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) > * harbour

[Harbour] 2008-12-08 16:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-11 Thread Przemyslaw Czerpak
2008-12-08 16:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-mkslib.sh ! fixed last modification * harbour/doc/Makefile + harbour/doc/cmpopt.txt + added small description for Harbour compile time optimization * harbour/include/hbexpra.c + allow to use

[Harbour] Is it possible to optionally accept true/false/and/or in addition to dotted logicals?

2008-12-11 Thread Lorenzo Fiorini
I'm trying to add additional support for true/false/and/or and I'm puzzling around complex.c, harbour.y and HB_REBUILD_PARSER but I still can't find the right solution. The idea is that since we have both new "!" and old ".not." to add also new "and", "or", "true", "false" and keep old ".and.", ".

[Harbour] Sample XBASE++ for gtwvg

2008-12-11 Thread Massimo Belgrano
Esempio di listato XBASE++ // // // LOGIN_G.PRG // // Copyright: // Alaska Software Inc., (c) 1997-1999. All rights reserved. // // Contents: // Simple login routine for GUI. This file is the end // for a small exa

Re: [Harbour] FreeBSD harbour port maintainer

2008-12-11 Thread Kevin Monceaux
Przemek, On Sun, 7 Dec 2008, Przemyslaw Czerpak wrote: Just few notes about BSD Makefile: Most of your suggestions work great!! HB_GT_LIB=gtcrs - now by default Harbour in *nixes uses GTTRM which does not need any external libraries like curses. It should also work well in FreeBSD so I sugg

[Harbour] Re: Sample XBASE++ for gtwvg

2008-12-11 Thread Massimo Belgrano
Good source of info http://www.knowlexbase.com/en/software/downloads/yukon/index.html by Dr. Hannes Ziegler 2008 ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Harbour Web Site - English & Portuguese version

2008-12-11 Thread Vailton Renato
Hi all! I concluded much of the development of the site for the project and would like to present the results. Project site in English: http://www.harbour-project.org/preview2/index.html Project site in Portuguese of Brazil (updated mirror): http://www.harbour-project.com.br/ If I forgot to inc

[Harbour] printing problem

2008-12-11 Thread Ciro Vargas Clemow
Hi all: I try this .prg over an epson lx300 on lpt1 test.prg set print on ? "hello world",hb_version() set print off quit end I no obtain any print result but if I try test.prg set printer to prn set print on ? "hello world",hb_version() set print off quit end I obtain a

[Harbour] 2008-12-11 19:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-12-11 Thread Przemyslaw Czerpak
2008-12-11 19:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * harbour/source/vm/thread.c + added hb_atomic_set(), hb_atomic_get(), hb_atomic_inc() and hb_atomic_dec() functions which operates on HB_COUNTER or smaller type if it's necessary

[Harbour] gtwvt 1.1 vs 1.0

2008-12-11 Thread Lorenzo Fiorini
I'm trying to understand how to "fix" gtwvt in 1.1 but the problem seems "of design". What I mean is that gtwvt 1.1 seems to use always the row, col and then find the best font size. In this way "hard" to define a given font of a given size and for example seems impossible to use the font "Terminal

[Harbour] Incorrect procedure names in HB_OUT.LOG

2008-12-11 Thread Randy Portnoff
The procedure names below (in red) are incorrect in the HB_OUT.LOG file: Called from OLEGETPROPERTY(0) Called from TOLEAUTO:GET(216) in source\rtl\tget.prg Called from TOLEAUTO:QUIT(240) in QUIT.prg Called from READXLS(54) in OLE.prg Called from PRG54(19) in PRG54.prg Called from INVOKEMENUOPTION