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

2008-12-12 Thread Pritpal Bedi
Rodrigo I checked mingw's commctrl.h and have found definition of TV_ITEMA and TV_ITEMW. Why it is missing in your distribution I do not know. May be someone else can help. TVIS_EXPANDPARTIAL is missing in the headers so we need a workaround. Przemek ? Regards Pritpal Bedi Rodrigo Miguel wrot

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

2008-12-12 Thread Pritpal Bedi
Did you compile gtwvg itself ? Massimo Belgrano-3 wrote: > > 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' > > -- View this message in

Re: [Harbour] Sample XBASE++ for gtwvg

2008-12-12 Thread Alex Strickland
Massimo Belgrano wrote: Please note this line in the file you posted: // Copyright: // Alaska Software Inc., (c) 1997-1999. All rights reserved. Regards Alex ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-pr

Re: [Harbour] Incorrect procedure names in HB_OUT.LOG

2008-12-12 Thread Alex Strickland
Randy Portnoff wrote: 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

[Harbour] OT: __GETMESSAGE

2008-12-12 Thread Jose Luis Capel
Hi all, Sorry for the off-topic and sorry for my low C level... I saw that __GETMESSAGE in classes.c is defined as: HB_FUNC( __GETMESSAGE ) { hb_retc( hb_stackItem(hb_stackBaseItem()->item.asSymbol.stackstate->lBaseItem )->item.asSymbol.value->szName ); } Then, in my proyect I want to in

Re: [Harbour] Sample XBASE++ for gtwvg

2008-12-12 Thread Massimo Belgrano
Thanks for notice usI think that Is possible use for made test 2008/12/12 Alex Strickland > Massimo Belgrano wrote: > > Please note this line in the file you posted: > > // Copyright: >> // Alaska Software Inc., (c) 1997-1999. All rights reserved. >> > > Regards > Alex > _

[Harbour] Mail list problem

2008-12-12 Thread Przemyslaw Czerpak
Hi All, I see your messages on harbour mailing list archive but I haven't received any mail in last 4 days. If nothing will change then I'll copy and past them to replay but maybe Phil can make sth with it. Phil? It's a real problem. Can you help? I had such problems in the past and as workaround

Re: [Harbour] Harbour Web Site - English & Portuguese version

2008-12-12 Thread Massimo Belgrano
Very complimenta little suggestion can you add in documentation secttion information about contrib project? 2008/12/11 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.

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

2008-12-12 Thread Rodrigo Miguel
Hi Pritpal, No lucky, even with mingw 340 stable release, I got the same error: 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 named `item' ../../w

Re: [Harbour] gtwvt 1.1 vs 1.0

2008-12-12 Thread Pritpal Bedi
Lorenzo Me too is wondering what did change this behavior. I will try to resolve it by this weekend. Regards Pritpal Bedi Lorenzo Fiorini-2 wrote: > > 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 t

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

2008-12-12 Thread Przemyslaw Czerpak
2008-12-12 18:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicls.h * harbour/source/vm/codebloc.c * harbour/source/vm/proc.c * harbour/source/vm/classes.c + added support for messages in PROCFILE() * modified PROCFILE() and HB_METHODNAME() output - PR

Re: [Harbour] gtwvt 1.1 vs 1.0

2008-12-12 Thread Lorenzo Fiorini
On Fri, Dec 12, 2008 at 4:57 PM, Pritpal Bedi wrote: > Me too is wondering what did change this behavior. > > I will try to resolve it by this weekend. Many thanks, I've tried many changes but I don't want to break other features ( like gtwvg ). IMHO the 1.0 way of working is more "clean". The

Re: [Harbour] gtwvt 1.1 vs 1.0

2008-12-12 Thread Pritpal Bedi
Lorenzo and All, Lorenzo Fiorini-2 wrote: > > Many thanks, I've tried many changes but I don't want to break other > features ( like gtwvg ). > > IMHO the 1.0 way of working is more "clean". > The "key" parameter has to be the font size since I may need a lot of > rows and columns in a small w

[Harbour] error in gtwvg

2008-12-12 Thread Francesco Saverio Giudice
Hi Pritpal, please check current SVN. There are some errors in gtwvg and lib fails to build. Best Regards Francesco .\wvgwnd.prg(451) Warning W0001 Ambiguous reference 'ASIZE' .\wvgwnd.prg(452) Warning W0001 Ambiguous reference 'ASIZE' .\wvgwnd.prg(559) Warning W0001 Ambiguous reference

[Harbour] 2008-12-12 10:06 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-12 Thread Pritpal Bedi
2008-12-12 10:06 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtwvg/makefile * harbour/contrib/gtwvg/common.mak + wvgsysw.prg + harbour/contrib/gtwvg/wvgsysw.prg + Started WvtSysWindow(), WvgFontDialog() classes compatible with Xbase++. * harbour/contrib/gtwvg/w

[Harbour] PCode hacking of last night

2008-12-12 Thread Mindaugas Kavaliauskas
Hi, I've just finished to implement a "test" program for PCode analysis. It is capable to test PCode for correct structure (e.g., there is no jumps into string content) and also to find assigned but unused local variables. I've implemented it as independent code. It reads and analyses .hrb

[Harbour] 2008-12-12 12:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-12 Thread Pritpal Bedi
2008-12-12 12:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtwvg/wvtwin.ch + Added more constants. * harbour/contrib/gtwvg/wvgcrt.prg * harbour/contrib/gtwvg/wvgdlg.prg * harbour/contrib/gtwvg/wvgwnd.prg * harbour/contrib/gtwvg/wvgsysw.prg ! Fixed some variab

Re: [Harbour] error in gtwvg

2008-12-12 Thread Pritpal Bedi
Fixed. Sorry for carelessness. Francesco Saverio Giudice wrote: > > .\wvgwnd.prg(451) Warning W0001 Ambiguous reference 'ASIZE' > > .\wvgwnd.prg(452) Warning W0001 Ambiguous reference 'ASIZE' > > .\wvgwnd.prg(559) Warning W0001 Ambiguous reference 'COLFFONT' > > .\wvgcrt.prg(558) Warning

Re: [Harbour] gtwvt 1.1 vs 1.0

2008-12-12 Thread Massimo Belgrano
My choice is break with harbour 1.0 compatibility (but not break with clip52 compatibility) for having a better approachWith scroll bar also windows mobile will be possible! 2008/12/12 Pritpal Bedi > > Lorenzo and All, > > > Lorenzo Fiorini-2 wrote: > > > > Many thanks, I've tried many change

Re: [Harbour] Mail list problem

2008-12-12 Thread Lorenzo Fiorini
On Fri, Dec 12, 2008 at 11:48 AM, Przemyslaw Czerpak wrote: I hope the email problem will be fixed quickly. You're the key man here :) > 3. Lorenzo, two days ago I rebuild Harbour and xhgtk on Windows > ... > BTW I was not able to find glade binaries for Windows with > linux/xhgtk compatible

Re: [Harbour] OT: And why not PostgresSQL?

2008-12-12 Thread Xavi
Sorry Miguel, Can you explain how it corrupts PostgresSQL? If not, could you or Jose Luis correct the comments or allow more comments. http://www.capelblog.com/?p=47 Miguel Angel Marchuet escribió: Reza por que PostgresSql no se te corrompa, la ultima vez que lo vi perdieron todos los datos. A