Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow
Hi again Pritpal: I added the tbrowse.prg and tbcolumn.prg from http://www.nabble.com/file/p13965086/tbrowse.zip to my project but the error reported persist the problem is here in demowvg.prg for i := 1 to len( aFields ) bBlock := VouBlockField( aFields[ i ] ) oBrowse:AddColumn( T

Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Pritpal Bedi
Ciro Vargas Clemow wrote: > > > Error: Unresolved external '_HB_FUN_HB_ENUMINDEX' referenced from > C:\HARBOUR\HARBOUR\CONTRIB\GTWVG\TESTS\OBJE1BH\TBROWSE.OBJ > > where can I found hb_enumindex function ? > Probably I was compiling with -dHB_COMPAT_XHB. #include 'xhb.ch' on top of both fil

Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow
Ciro Vargas Clemow escribió: Pritpal Bedi escribió: Hi I don't found this files, may you sendme tbrowse and tbcolumn fix to my private email.? Download from here: http://www.nabble.com/file/p13965086/tbrowse.zip Thanks Pritpal, I already added this sources to my proyect, now I obtain...

Re: [Harbour] problem testing samples gtwvg

2008-02-04 Thread Ciro Vargas Clemow
Pritpal Bedi escribió: Hi I don't found this files, may you sendme tbrowse and tbcolumn fix to my private email.? Download from here: http://www.nabble.com/file/p13965086/tbrowse.zip Thanks Pritpal, I already added this sources to my proyect, now I obtain... Error: Unresolved external '_H

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Pritpal Bedi
Hi > I don't found this files, may you sendme tbrowse and tbcolumn fix to my > private email.? Download from here: http://www.nabble.com/file/p13965086/tbrowse.zip Regards Pritpal Bedi, INDIA-USA -- View this message in context: http://www.nabble.com/problem-testing-samples-gtwvg-tp15213872

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow
Pritpal Bedi escribió: Hello Ciro Vargas Clemow wrote: Finally the sample works ok. Is a very good work Pritpal, excellent. Hi Pritpal: I don't found this files, may you sendme tbrowse and tbcolumn fix to my private email.? I'm very interesting in your contribution. best regards Ciro

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Pritpal Bedi
Hello Ciro Vargas Clemow wrote: > > Finally the sample works ok. > > Is a very good work Pritpal, excellent. > > I need a little help again. > > when I click the option menu "dialog one" > > I obtain this error. > > Error BASE/1132 Bound error:array access > > called from CFGMYBROWSE(989)

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow
Ciro Vargas Clemow escribió: Finally the sample works ok. Is a very good work Pritpal, excellent. I need a little help again. when I click the option menu "dialog one" I obtain this error. Error BASE/1132 Bound error:array access called from CFGMYBROWSE(989) called from MYDIALOGONE(1544) .

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow
Szakáts Viktor escribió: You seem to be missing hbvm.lib. thanks Victor bestt regards Ciro -- http://sistemascvc.tripod.com (la casa del no2imp / the no2imp home ) http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Ciro Vargas Clemow
Jorge A. Giraldo escribió: Ciro, hbvm.lib thanks Jorge best regards Ciro -- http://sistemascvc.tripod.com (la casa del no2imp / the no2imp home ) http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull ) ___ Harbour m

Re: [Harbour] problem testing samples gtwvg

2008-02-02 Thread Szakáts Viktor
You seem to be missing hbvm.lib. Here's the full list of changes, from the ChangeLog entry, you may need any of these depending on your app code: Old nameNew name codepage -> hbcpage common -> hbcommon compiler -> hbcplr debug

RE: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Jorge A. Giraldo
Ciro, hbvm.lib Jorge A. > Date: Fri, 1 Feb 2008 21:37:29 -0500 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: Re: [Harbour] problem testing samples gtwvg > > Szakáts Viktor escribió: > > Hi Ciro, > > > > Seems that hbrtl.lib

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow
Szakáts Viktor escribió: Hi Ciro, Seems that hbrtl.lib is not amongst the linked libraries. Question: What is exactly in the file '_2008020152925$Script.ld' ? Or, what is the script you use to build this executable? Hi Victor: I am using QAC. I added hbrtl.lib and now only obtain one error

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Szakáts Viktor
Hi Ciro, Seems that hbrtl.lib is not amongst the linked libraries. Question: What is exactly in the file '_2008020152925$Script.ld' ? Or, what is the script you use to build this executable? Brgds, Viktor On 2008.02.01., at 20:45, Ciro Vargas Clemow wrote: Szakáts Viktor escribió: Hi Ciro,

Re: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Ciro Vargas Clemow
Szakáts Viktor escribió: Hi Ciro, You'll need to update your local make script according to the recent lib name changes. Hi Victor: I already updated to new structure, I use actual SVN. the error is the same. ==> Linking to make C:\harbour\harbour\contrib\gtwvg\tests\demowvg.EXE ...

Re: [Harbour] problem testing samples gtwvg

2008-01-31 Thread Szakáts Viktor
Hi Ciro, You'll need to update your local make script according to the recent lib name changes. Look up 'CHANGELOG: 2008-01-25 21:27' to see what name has exactly changed to what. Brgds, Viktor On 2008.01.31., at 20:14, Ciro Vargas Clemow wrote: Hi all: I did build contrib gtwvg and try t

Re: [Harbour] problem testing samples gtwvg

2008-01-31 Thread Ciro Vargas Clemow
Pritpal Bedi escribió: Hello Wait to get Harbour stable on changing folder structure. I can review only after that. Pritpal thanks Pritpal I will wait regards Ciro Ciro Vargas Clemow wrote: C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB @_2008013138542$Script.ld

Re: [Harbour] problem testing samples gtwvg

2008-01-31 Thread Pritpal Bedi
Hello Wait to get Harbour stable on changing folder structure. I can review only after that. Pritpal Ciro Vargas Clemow wrote: > > C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB > @_2008013138542$Script.ld > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Bor

[Harbour] problem testing samples gtwvg

2008-01-31 Thread Ciro Vargas Clemow
Hi all: I did build contrib gtwvg and try to make the sample dmowvg.prg and I obtain. C:\borland\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\borland\BCC55\LIB @_2008013138542$Script.ld Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_vmPushNumInt