[Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread sr...@adinet.com.uy
Hi all, I have a doubt with the function hb_arrayNew When I create an array in C: #pragma begindump #include "hbapi.h" #include "hbapiitm.h" HB_FUNC (MyFunc) { . pArray = hb_itemNew (NULL); hb_arrayNew (pArray, size); .. ... } before the progr

Re: [Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread Teo Fonrouge
Hello Claudio, On Apr 12, 2010, at 9:03 AM, sr...@adinet.com.uy wrote: > Hi all, > > I have a doubt with the function hb_arrayNew > When I create an array in C: > > #pragma begindump > #include "hbapi.h" > #include "hbapiitm.h" > > HB_FUNC (MyFunc) > { > . > > pArray

Re: [Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread Teo Fonrouge
Hello Claudio, Forgot to give the link. On Apr 12, 2010, at 9:47 AM, Teo Fonrouge wrote: > Hello Claudio, > > [snip] > Please read the following link, even it's based on Clipper 5.2 > it perfectly applies to current Harbour too. http://www.ousob.com/ng/cltech/ngc2f1.php [snip] best regard

Re: [Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread sr...@adinet.com.uy
; Harbour Project Main Developer List. Sent: Monday, April 12, 2010 11:47 AM Subject: Re: [Harbour] I have a problem with hb_arrayNew () Hello Claudio, On Apr 12, 2010, at 9:03 AM, sr...@adinet.com.uy wrote: Hi all, I have a doubt with the function hb_arrayNew When I create an array i