Re: [xHarbour-developers] VALTYPE( dDATETIME )

2011-03-05 Thread Luiz Rafael Culik Guimaraes
Andi

I see no problem with this changes

Regards
Luiz

-Mensagem Original- 
From: Andi Jahja
Sent: Saturday, March 05, 2011 2:49 AM
To: Xharbour-Developers List
Subject: [xHarbour-developers] VALTYPE( dDATETIME )

Hi,

I proposed that Valtype( dDateTime ) returns T (currently D)
( dDateTime = date data type where time != 0 ), thus the corresponding
data type would be HB_IT_DATETIME instead of HB_IT_DATE | HB_IT_DATETIME.

Any objection or is there any problem foreseeable by this change?

Andi


--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers 



--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Fw: Hb_aTokens ( para Culik )

2011-03-05 Thread Luiz Rafael Culik Guimaraes
Andi

can test this behavior on hb_atokens

Regards
Luiz

-Mensagem Original- 
From: Lailton Fernando Mariano
Sent: Saturday, March 05, 2011 12:22 PM Newsgroups: 
xHarbour.Spanish.Portuguese Subject: Re: Hb_aTokens ( para Culik )

Realmente postei erro porem estou usando correto, apenas errei no post.

favor verifique :

a:=Hb_aToken(Num.1testeNum.2testeNum.3TesteNum4teste,Num.)

? hb_dumpVar( a )

faça isso. depois linkk o .c q esta no post e faça o mesmo test.

vlw.


Em 05/03/2011 08:12, Luiz Rafael Culik Guimaraes escreveu:
 Ola

 vc usou a função de modo errado

 o primeiro parametro nao e o separador, e sim a string
 o segundo parametro que e o separador

 []s
 Luiz

 Lailton Fernando Mariano escreveu na notícia da
 mensagem:4d716a72@bekz-be

 Bom ao tentar usar a funcao hb_aTokens do xHarbour notei q a mesma
 nao funciona. fiz a correção segue o link caso tenha interesse em
 adicionar a correção ao xHarbour.

 http://www.lailton.com.br/?p=26

 vlw. 



--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog,v 1.6708 2010/05/11

2010-05-11 Thread Luiz Rafael Culik Guimaraes
Eduardo

O codigo abaixo mostra um bug no achoice

#include inkey.ch
function main ()
local aArray:=ARRAY(20)

setmode(25,80)
cls

AEVAL(aArray,{ |elem,i| aArray[i]:=REPLICATE(CHR(64+i),10) })
@ 9,29 TO 21,41
DO WHILE .T.
   nTmp:=ACHOICE(10,30,20,40,aArray)
   IF nTmp==0
  EXIT
   ENDIF
ENDDO
return nil

compile e aperte a tecla home
apos aperte a end, e em seguida a home

[]s
Luiz

--
From: Eduardo Fernandes modals...@yahoo.com.br
Sent: Tuesday, May 11, 2010 9:02 AM
To: Xharbour-Developers List xharbour-developers@lists.sourceforge.net
Subject: [xHarbour-developers] ChangeLog,v 1.6708 2010/05/11

  * source/rtl/tget.prg
! refixed bug of last commit.

 regards,
 Eduardo




 --

 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--

___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Changelog 2010-05-02 20:00 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2010-05-02 Thread Luiz Rafael Culik Guimaraes

  * contrib/gtwvw/gtwvw.c
! fixed problem reported with scroll(Mario Simoes ) and alert (Claudio 
H) function
  * contrib/mysql/tmysql.prg
! fixed update method from TMySQLTable() when table dont have primary 
key( fix provided by Sergio Kondo)
! fixed  MakePrimaryKeyWhere method from TMySQLRow class, to work 
correctly when table dont have primary key( fix provided by Sergio Kondo)

Regards
Luiz

 



--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] cvs client for Windows 7 64bit

2010-04-28 Thread Luiz Rafael Culik Guimaraes
Peter

Im using tortoise with windows 64 and is integrated

Regards
Luiz

--
From: Peter Rees pe...@rees.co.nz
Sent: Wednesday, April 28, 2010 5:37 AM
To: 'Xharbour-Developers List' xharbour-developers@lists.sourceforge.net
Subject: [xHarbour-developers] cvs client for Windows 7 64bit


 Greetings,

 Tortoise doesn't integrate with Explorer on Windows 7 64 bit which I am
 running as my main machine now.

 Any suggestions for an alternative to Tortoise?


 Alsom is anyone running production 64bit xHarbour apps on Windows 64?
 What compiler? Commandline and Environment options?


 Regards


 Peter



 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] cvs client for Windows 7 64bit

2010-04-28 Thread Luiz Rafael Culik Guimaraes
Peter

windows 7 64 bits home premium
tortoise CVS 1.10.10

Regards
Luiz

--
From: Peter Rees pe...@rees.co.nz
Sent: Wednesday, April 28, 2010 5:02 PM
Cc: 'Xharbour-Developers List' xharbour-developers@lists.sourceforge.net
Subject: Re: [xHarbour-developers] cvs client for Windows 7 64bit


 Hi Luiz,

 Is it Windows 7 64 bit? I can install Tortoise 1.8.18 but it doesn't
 appear in Explorer when I right click on a folder.

 I have a work around with a copy of XP running under vmware so it's not
 a show stopper.

 Rgards

 Peter


 On 28/04/2010 11:10 p.m., Luiz Rafael Culik Guimaraes wrote:
 Peter

 Im using tortoise with windows 64 and is integrated

 Regards
 Luiz

 --
 From: Peter Rees pe...@rees.co.nz
 Sent: Wednesday, April 28, 2010 5:37 AM
 To: 'Xharbour-Developers List'
 xharbour-developers@lists.sourceforge.net
 Subject: [xHarbour-developers] cvs client for Windows 7 64bit


 Greetings,

 Tortoise doesn't integrate with Explorer on Windows 7 64 bit which I am
 running as my main machine now.

 Any suggestions for an alternative to Tortoise?


 Alsom is anyone running production 64bit xHarbour apps on Windows 64?
 What compiler? Commandline and Environment options?


 Regards


 Peter



 --

 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers





 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Strange compiler behavior using dot

2009-11-25 Thread Luiz Rafael Culik Guimaraes
Hi Enrico

when using an dot, you are trying to reference an function on an name space 
on left of the dot

Regards
Luiz
- Original Message - 
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Wednesday, November 25, 2009 1:01 PM
Subject: [xHarbour-developers] Strange compiler behavior using dot


 Compiling the following (uncorrect) sample:

 FUNCTION MAIN()

LOCAL cVar := 

cVar.Test()

RETURN NIL

 I get:

 Error E2209 test.c 16: Unable to open include file 'OTEST.xns'

 What does it mean?

 EMG

 --
 EMAG Software Homepage: http://www.emagsoftware.it
 The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
 The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
 The EMG Music page: http://www.emagsoftware.it/emgmusic

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
Patrick

their was no change on this line from my last commit

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, November 14, 2009 8:22 AM
Subject: [xHarbour-developers] Error compiling latest CVS


 Hello,

 Compiling latest CVS I get this error:
 contrib\hbzlib\zipnew.cpp(1003) : error C2144: syntax error : 'int'
 should be preceded by ';'

 Using Microsoft Visual Studio 9.0

 Thanks!

 Patrick

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
Patrick

try now

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, November 14, 2009 8:22 AM
Subject: [xHarbour-developers] Error compiling latest CVS


 Hello,

 Compiling latest CVS I get this error:
 contrib\hbzlib\zipnew.cpp(1003) : error C2144: syntax error : 'int'
 should be preceded by ';'

 Using Microsoft Visual Studio 9.0

 Thanks!

 Patrick

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-10-22 21:00 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-10-22 Thread Luiz Rafael Culik Guimaraes
  * source/rtl/filenet.c
! added missing #include for htons under linux
  * source/rtl/diskphb.c
  ! typecast to hb_fsNameConv
  * source/rtl/ftemp.c
 ! added typecast to fsGetTempDirByCase
  * source/rtl/isprint.c
 ! fixed type cast to hb_fsOpen

Regards
Luiz



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-10-15 08:40 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-10-15 Thread Luiz Rafael Culik Guimaraes
  * contrib/libnf/chdir.c
contrib/libnf/rmdir.c
! added missing typecast
  * contrib/libnf/mkdir.c
! added missing include hbapifs.h
  added missing typecast
  * source/rdd/dbf1.c
source/rdd/dbfntx/dbfntx1.c
source/rdd/dbfcdx/dbfcdx1.c
! added missing typecast to hb_filedelete



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2009-09-29 12:40 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-09-29 Thread Luiz Rafael Culik Guimaraes
  * source/rtl/tbrowse.prg
! fixed method setrowpos to return ::nrowpos insted of self. Reported on
  xharbour portuguese new by Jose Claudio

Regards
Luiz 


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2009-09-24 16:05 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-09-24 Thread Luiz Rafael Culik Guimaraes
   * source/tip/mail.prg
 ! minor fix to attachfile method.problem reported by Tairone and 
Claudio Herszage

Regards
Luiz 


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2009-09-20 12:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-09-20 Thread Luiz Rafael Culik Guimaraes
   * source/debug/debug.prg
 ! allow to use debugger with gtwvw or wvwtools
   * contrib/gtwvw/hbgtwvw.h
   * contrib/gtwvw/gtwvw.c
 app_data is now pointer
 ! changes all s_sApp. to s_sApp-
   * contrib/gtwvw/wvwdraw.c
   * contrib/gtwvw/wwwfuncs
 ! changes all s_sApp. to s_sApp-


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2009-09-20 12:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-09-20 Thread Luiz Rafael Culik Guimaraes
Phil

was debugger.prg

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: Xharbour-Developers xharbour-developers@lists.sourceforge.net
Sent: Sunday, September 20, 2009 12:23 PM
Subject: Re: [xHarbour-developers] 2009-09-20 12:20 UTC-0300 Luiz Rafael 
Culik luiz at xharbour.com.br


On Sun, Sep 20, 2009 at 7:17 PM, Luiz Rafael Culik Guimaraes
l...@xharbour.com.br wrote:
 * source/debug/debug.prg

There is no such file on CVS.

-- Ph. 


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Changelog ( multiples )

2009-09-17 Thread Luiz Rafael Culik Guimaraes
2009-09-17 09:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br
  * source/tip/ftpcln.prg
! added new method cdup

2009-09-16 18:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br
  * contrib/hbzlib/ziparchive.cpp
contrib/hbzlib/include/ziparchive.h
contrib/hbzlib/include/zipstring.h
contrib/hbzlib/include/zipexception.h
contrib/hbzlib/Linux/*.*
! pacified some warning

Phil, please report on this one with hbzlib the warnings you get

Regards
Luiz

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2009-09-17 13:40 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-09-17 Thread Luiz Rafael Culik Guimaraes
  * contrib/hbzlib/ziparchive.cpp
contrib/hbzlib/zipcentraldir.cpp
! pacified some warning
Phil. please report.
Regards
Luiz

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov p...@newstar.rinet.ru

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil
  * contrib/hbzlib/Makefile
! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
  Windows builds. Removed -I/usr/include from CFLAGS, which broke
  cross-compiling from Unices. hbzlib does not build under Linux 
 anyway.
I'll revert back this change, since you broke hbzlib compilation under 
linux. and here it compile perfectly

Regards
Luiz 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov p...@newstar.rinet.ru

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

complementing previus email, the revert will be done an way to allow 
compilation in cross platform

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, September 12, 2009 10:42 PM
Subject: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 
PhilKrylov p...@newstar.rinet.ru


 2009-09-13 05:40 UTC+0300 Phil Krylov p...@newstar.rinet.ru
  * contrib/Makefile
+ Added gtwvg and gtwvw to contrib GNU Makefile.
  * contrib/gtwvg/gtwvg.c
! Fixed a memory leak.
  * contrib/gtwvw/Makefile
+ Added missing .c files to gtwvw GNU Makefile.
  * contrib/hbzlib/Makefile
! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
  Windows builds. Removed -I/usr/include from CFLAGS, which broke
  cross-compiling from Unices. hbzlib does not build under Linux 
 anyway.
  * contrib/hbzlib/include/zipfilemapping.h
! Fixed #included filename case.
  * contrib/libnf/floptst.prg
! Removed an unused variable.
  * contrib/rdd_ads/ads1.c
! Removed an unused and no longer existant HB_ADS_SET_INIT() macro.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300PhilKrylov p...@newstar.rinet.ru

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

I got no error here, with  original makefile.
but before calling make, i run lincompile.sh first

Also i've done many times make clean on hbzlib directory and the Linux 
folder was never deleted. this is what the directory name is in upper case
Regards
Luiz


- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: xHarbour Developers Mailing List
xharbour-developers@lists.sourceforge.net
Sent: Sunday, September 13, 2009 9:38 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40
UTC+0300PhilKrylov p...@newstar.rinet.ru


 On Sun, Sep 13, 2009 at 4:27 PM, Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br wrote:
 Phil

 * contrib/hbzlib/Makefile
 ! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
 Windows builds. Removed -I/usr/include from CFLAGS, which broke
 cross-compiling from Unices. hbzlib does not build under Linux anyway.

 I'll revert back this change, since you broke hbzlib compilation under
 linux. and here it compile perfectly

 OK, let's try to fix it properly. First, you should not name the
 directory Linux, because on case-insensitive filesystems it will
 collide with linux/gcc directory and will be removed by make clean.

 Second, can you post how you build it for Linux and which errors do you
 get now?

 -- Ph.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008
 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov p...@newstar.rinet.ru

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

i use as filesystem Reiser and ext3 in all my linux instalation
 On Sun, Sep 13, 2009 at 5:09 PM, Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br wrote:
 I got no error here, with original makefile.
 but before calling make, i run lincompile.sh first

 I see now. It's not needed anymore.
still needed, becouse the files on Linux directory is needed in linux build

i'll Commit all at night

Regards
Luiz

- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Sunday, September 13, 2009 10:14 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 
05:40UTC+0300PhilKrylov p...@newstar.rinet.ru




 Also i've done many times make clean on hbzlib directory and the Linux
 folder was never deleted. this is what the directory name is in upper 
 case

 Only because your CVS copy remained on a case-sensitive filesystem, e.g. 
 ext2fs.

 -- Ph.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov p...@newstar.rinet.ru

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

I only build binaries with make ( direct all becouse all hb_* envars is on 
my profile and make_rpm.sh

post the warning from gcc 4.3 ( send direct to my email) i know how to fix

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Sunday, September 13, 2009 10:27 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 
05:40UTC+0300PhilKrylov p...@newstar.rinet.ru


 Hi,

 On Sun, Sep 13, 2009 at 5:19 PM, Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br wrote:
 i use as filesystem Reiser and ext3 in all my linux instalation

 Fine. But other people may use other filesystems or build from a CVS
 copy which remain on a Samba or FAT drive.

 I got no error here, with original makefile.
 but before calling make, i run lincompile.sh first

 I see now. It's not needed anymore.

 still needed, becouse the files on Linux directory is needed in linux 
 build

 I don't think so. The .cpp files are still included in Makefile, but
 guarded with ifeq ($(HB_ARCHITECTURE),linux).

 Have you tried building current CVS with simple

 ./make_gnu.sh -C contrib/hbzlib

 ?

 -- Ph. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-30 12:00 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-30 Thread Luiz Rafael Culik Guimaraes
  * contrib/gtwvw/gtwvw.c
! added few typecasted thanks to jose claudio by reporting
! move more HB_FUNC to wvwfuncs.c
! this also should fix gtwvw inkey slowness
! callback functions changed
  * contrib/gtwvw/hbgtwvw.h
! added some new prototypes
  * contrib/gtwvw/wvwfuncs.c
! added the functions removed from gtwvw.c


Regards
Luiz

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-28 11:15 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-28 Thread Luiz Rafael Culik Guimaraes
   * source/tip/mail.prg
 source/tip/sendmail.prg
 ! Fixed attachement when parameter was character. reported by
   Robert Campsmith  on comp.lang.xharbour
 ! Enhaced the attachfile() method from  tipmail class

Regards
Luiz

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-26 13:05 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-26 Thread Luiz Rafael Culik Guimaraes
  ! contrib/gtwvw/gtwvw.c
! fixed wrong color on status bar
! fixed some problems with inkey


Regards
Luiz

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelog 2009-08-23 19:50 UTC-0300 LuizRafael Culik luiz at xharbour.com.br

2009-08-24 Thread Luiz Rafael Culik Guimaraes
Patrick

Fixed
see

2009-08-24 09:30 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br
  ! contrib/gtwvw/gtwvw.c
  ! contrib/gtwvw/hbgtwvw.h
   minor ajust to typecast

Regards
luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br; xHarbour 
Developers Mailing List xharbour-developers@lists.sourceforge.net
Sent: Monday, August 24, 2009 6:03 AM
Subject: Re: [xHarbour-developers] changelog 2009-08-23 19:50 UTC-0300 
LuizRafael Culik luiz at xharbour.com.br


 Thank you Luiz!

 In XCC I get these warnings and errors:

 \xHarbour\contrib\gtwvw\gtwvw.c(4586): warning: Inconsistent linkage
 for 'hb_gt_wvwGetXYFromColRowRect' previously declared at
 \xHarbour\contrib\gtwvw\hbgtwvw.h(609).
 \xHarbour\contrib\gtwvw\gtwvw.c(7908): error: Cast from 'struct
 app_data' to 'struct app_data' is illegal.
 \xHarbour\contrib\gtwvw\gtwvw.c(7908): error: Illegal return type;
 found 'int' expected 'struct app_data'.
 \xHarbour\contrib\gtwvw\gtwvw.c(7994): warning: Result of unsigned
 comparison is constant.
 \xHarbour\contrib\gtwvw\gtwvw.c(8236): warning: Result of unsigned
 comparison is constant.

 Patrick

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-08-19 21:01 UTC+0300 PhilKrylov p...@newstar.rinet.ru

2009-08-24 Thread Luiz Rafael Culik Guimaraes
Phil

Some of your changelog entries is not on the changelog file, can you review?

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Wednesday, August 19, 2009 2:03 PM
Subject: [xHarbour-developers] ChangeLog 2009-08-19 21:01 UTC+0300 
PhilKrylov p...@newstar.rinet.ru


 2009-08-19 21:01 UTC+0300 Phil Krylov p...@newstar.rinet.ru
  * source/rdd/workarea.c
% A small optimization in hb_waAddField().
! keep EOF position synced in relation positioning
* added small protection against releasing WA by user codeblock in
  EVALBLOCK() method
  (by Przemyslaw Czerpak, borrowed from Harbour)

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-08-19 21:01 UTC+0300 PhilKrylov p...@newstar.rinet.ru

2009-08-24 Thread Luiz Rafael Culik Guimaraes
Phil

I'v updated my cvs before doing the commit and your entries wasnt their 
already

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Monday, August 24, 2009 1:56 PM
Subject: Re: [xHarbour-developers] ChangeLog 2009-08-19 21:01 UTC+0300 
PhilKrylov p...@newstar.rinet.ru


 Hi,

 On Mon, Aug 24, 2009 at 6:44 PM, Luiz Rafael Culik
 Guimaraesl...@xharbour.com.br wrote:
 Some of your changelog entries is not on the changelog file, can you 
 review?

 Thanks for noticing. You know why? Take a look at this commit of
 yours: 
 http://xharbour.cvs.sf.net/viewvc/xharbour/xharbour/ChangeLog?r1=1.6552r2=1.6553

 Please fix it.

 -- Ph. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-23 19:50 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-23 Thread Luiz Rafael Culik Guimaraes
  ! contrib/gtwvw/gtwvw.c
  ! contrib/gtwvw/hbgtwvw.h
!updated to work with xharbour new gt
ported to work with new gt by Cristiam Azambuja 
crist...@datacempro.com.br
and Marson de Paula mar...@datacempro.com.br
reformating by Luiz Rafael Culik (typecasts for msvc, as also move 
HB_FUNCS
by category into new .c files )

  + contrib/gtwvw/wvwdraw.c
  + contrib/gtwvw/wvwmenu.c
  + contrib/gtwvw/wvwtbar.c
  + contrib/gtwvw/wvwstbar.c
  + contrib/gtwvw/wvwpush.c
  + contrib/gtwvw/wvwcheck.c
  + contrib/gtwvw/wvwedit.c
  + contrib/gtwvw/wvwfuncs.c
* moved varios HB_FUNC to separate file according to it functionality
  ! makefile.bc
makefile.vc
makefile.gc
makefile.wc
contrib.pc
!updated to compile gtwvw


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-11 Thread Luiz Rafael Culik Guimaraes
Hi Miguel


 If i want to develop a client aplicattion, which want sends mail via SSL 
 and normal

 is it possible ?
yes. you need to link the tipssl lib first. with it, the tipclasses can 
access  both normal and ssl sockets on same time
 Please can you help me to finish linux version of hb File Server (daemon)
 it builds, but i don't know enought linux to test it.
what do you need , so i can help?

Regards
Luiz 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error in latest CVS

2009-08-11 Thread Luiz Rafael Culik Guimaraes
Enrico

Fixed

Regards
Luiz

- Original Message - 
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Monday, August 10, 2009 6:19 PM
Subject: [xHarbour-developers] Error in latest CVS


 MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
 Error E2194: Could not find file '\include.cpp'
 source\vm\maindllh.c:
 Error E2209 source\vm\maindllh.c 70: Unable to open include file 
 'hbtypes.h'
 *** 1 errors in Compile ***

 ** error 1 ** deleting obj\b32\dll\maindllh.obj

 EMG

 --
 EMAG Software Homepage: http://www.emagsoftware.it
 The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
 The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
 The EMG Music page: http://www.emagsoftware.it/emgmusic


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-11 09:00 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-11 Thread Luiz Rafael Culik Guimaraes
  ! makefile.vc
makefile.bc
! minor adjust to compile tipssl

Regards
Luiz

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-10 15:40 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-10 Thread Luiz Rafael Culik Guimaraes
  ! common.mak
  ! compile.mak
makefile.bc
makefile.vc
! changed to compile tipssl
  ! contrib/tipssl/sendmail.prg
  ! contrib/tipssl/smtpcln.prg
! minor change


Regards
Luiz

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-09 Thread Luiz Rafael Culik Guimaraes
  !common.mak
   makefile.bc
!changed to compile tipssl
set the HB_DIR_OPENSSL envar to openssl install directory
  ! Changelog
! Renamed to ChangeLog.029 and started an new One

  + contrib/tipssl/client.prg
  + contrib/tipssl/httpcln.prg
  + contrib/tipssl/mail.prg
  + contrib/tipssl/popcln.prg
  + contrib/tipssl/sendmail.prg
  + contrib/tipssl/smtpcln.prg
  + contrib/tipssl/inetssl.c
  + contrib/tipssl/inetssl.h
* Added Code to support ssl connection for http/smtp/pop3

  + contrib/tipssl/Makefile
  + contrib/tipssl/test.prg
* sample to desmostrate on how to use gmail ans yahoo server
For windows, you need to install open ssl
just install
http://www.slproweb.com/download/Win32OpenSSL-0_9_8k.exe and

http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
To get certificates from an site is easy
once openssl is instaled ( in my machine i've added v:\openssl\bin to my 
path envar do )
openssl s_client -connect -showcerts
for example
to get yahoo pop3 certificate
openssl s_client pop.mail.yahoo.com:995 -showcerts 2 21 (to terminate 
prest CTRL+C
open the 2 file
copy all content between -BEGIN CERTIFICATE-/-END 
CERTIFICATE- inclusive
this lines to one file ( if more then one occurence, create an file to 
each one
save each file in openssl\bin\certs with .pem extension. in linux save 
the files to  /etc/ssl/certs

open an dos shell
under windows do

go top openssl\bin\certs
run openssl x509 -hash -fingerprint -noout -in fileyousaved.pem
copy fileyousave.pem to hash returned on command above
example
if you save the file as gmail.pem do
V:\OpenSSL\bin\PEM..\openssl x509 -hash -fingerprint -noout -in 
gmail.pem
7f549ca4   NOTE this number
SHA1 
Fingerprint=51:21:45:CE:CE:99:19:87:7D:CE:3F:52:C0:31:0F:7E:FB:B4:6A:6F
then copy gmail.pem to 7f549ca4.0
under linux
execute the c_rehash command

Regards
Luiz 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 LuizRafael Culik luiz at xharbour.com.br

2009-08-09 Thread Luiz Rafael Culik Guimaraes
Patrick

I only added to makefile.bc

i dont know how makefile.vc works

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Sunday, August 09, 2009 3:46 PM
Subject: Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 
LuizRafael Culik luiz at xharbour.com.br


Hey Luiz,

Thanks for this contribution!

This is what I've done:
1. Download and install Microsoft Visual C++ 2008 Redistributable Package 
(x86)
2. Download and install Win32OpenSSL-0_9_8k.exe
3. SET HB_DIR_OPENSSL = C:\OpelSSL
4. Run C:\xHarbour\make_b32.bat all

But I can't find TIPSSL.LIB anywhere.

What am I missing?
Thanks!

Patrick

On Sun, Aug 9, 2009 at 7:31 PM, Luiz Rafael Culik
Guimaraesl...@xharbour.com.br wrote:
 !common.mak
 makefile.bc
 !changed to compile tipssl
 set the HB_DIR_OPENSSL envar to openssl install directory
 ! Changelog
 ! Renamed to ChangeLog.029 and started an new One

 + contrib/tipssl/client.prg
 + contrib/tipssl/httpcln.prg
 + contrib/tipssl/mail.prg
 + contrib/tipssl/popcln.prg
 + contrib/tipssl/sendmail.prg
 + contrib/tipssl/smtpcln.prg
 + contrib/tipssl/inetssl.c
 + contrib/tipssl/inetssl.h
 * Added Code to support ssl connection for http/smtp/pop3

 + contrib/tipssl/Makefile
 + contrib/tipssl/test.prg
 * sample to desmostrate on how to use gmail ans yahoo server
 For windows, you need to install open ssl
 just install
 http://www.slproweb.com/download/Win32OpenSSL-0_9_8k.exe and
 http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
 To get certificates from an site is easy
 once openssl is instaled ( in my machine i've added v:\openssl\bin to my
 path envar do )
 openssl s_client -connect -showcerts
 for example
 to get yahoo pop3 certificate
 openssl s_client pop.mail.yahoo.com:995 -showcerts 2 21 (to terminate
 prest CTRL+C
 open the 2 file
 copy all content between -BEGIN CERTIFICATE-/-END
 CERTIFICATE- inclusive
 this lines to one file ( if more then one occurence, create an file to
 each one
 save each file in openssl\bin\certs with .pem extension. in linux save
 the files to /etc/ssl/certs

 open an dos shell
 under windows do

 go top openssl\bin\certs
 run openssl x509 -hash -fingerprint -noout -in fileyousaved.pem
 copy fileyousave.pem to hash returned on command above
 example
 if you save the file as gmail.pem do
 V:\OpenSSL\bin\PEM..\openssl x509 -hash -fingerprint -noout -in
 gmail.pem
 7f549ca4  NOTE this number
 SHA1
 Fingerprint=51:21:45:CE:CE:99:19:87:7D:CE:3F:52:C0:31:0F:7E:FB:B4:6A:6F
 then copy gmail.pem to 7f549ca4.0
 under linux
 execute the c_rehash command

 Regards
 Luiz


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now. http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus 
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 LuizRafael Culik luiz at xharbour.com.br

2009-08-09 Thread Luiz Rafael Culik Guimaraes
Patrick

Try now

dont forget to change inside makefile.bc/ makefile.vc #TIPSSL=1 to TIPSSL=1 
otherwise, it dont compile

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Sunday, August 09, 2009 3:46 PM
Subject: Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 
LuizRafael Culik luiz at xharbour.com.br


Hey Luiz,

Thanks for this contribution!

This is what I've done:
1. Download and install Microsoft Visual C++ 2008 Redistributable Package 
(x86)
2. Download and install Win32OpenSSL-0_9_8k.exe
3. SET HB_DIR_OPENSSL = C:\OpelSSL
4. Run C:\xHarbour\make_b32.bat all

But I can't find TIPSSL.LIB anywhere.

What am I missing?
Thanks!

Patrick

On Sun, Aug 9, 2009 at 7:31 PM, Luiz Rafael Culik
Guimaraesl...@xharbour.com.br wrote:
 !common.mak
 makefile.bc
 !changed to compile tipssl
 set the HB_DIR_OPENSSL envar to openssl install directory
 ! Changelog
 ! Renamed to ChangeLog.029 and started an new One

 + contrib/tipssl/client.prg
 + contrib/tipssl/httpcln.prg
 + contrib/tipssl/mail.prg
 + contrib/tipssl/popcln.prg
 + contrib/tipssl/sendmail.prg
 + contrib/tipssl/smtpcln.prg
 + contrib/tipssl/inetssl.c
 + contrib/tipssl/inetssl.h
 * Added Code to support ssl connection for http/smtp/pop3

 + contrib/tipssl/Makefile
 + contrib/tipssl/test.prg
 * sample to desmostrate on how to use gmail ans yahoo server
 For windows, you need to install open ssl
 just install
 http://www.slproweb.com/download/Win32OpenSSL-0_9_8k.exe and
 http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
 To get certificates from an site is easy
 once openssl is instaled ( in my machine i've added v:\openssl\bin to my
 path envar do )
 openssl s_client -connect -showcerts
 for example
 to get yahoo pop3 certificate
 openssl s_client pop.mail.yahoo.com:995 -showcerts 2 21 (to terminate
 prest CTRL+C
 open the 2 file
 copy all content between -BEGIN CERTIFICATE-/-END
 CERTIFICATE- inclusive
 this lines to one file ( if more then one occurence, create an file to
 each one
 save each file in openssl\bin\certs with .pem extension. in linux save
 the files to /etc/ssl/certs

 open an dos shell
 under windows do

 go top openssl\bin\certs
 run openssl x509 -hash -fingerprint -noout -in fileyousaved.pem
 copy fileyousave.pem to hash returned on command above
 example
 if you save the file as gmail.pem do
 V:\OpenSSL\bin\PEM..\openssl x509 -hash -fingerprint -noout -in
 gmail.pem
 7f549ca4  NOTE this number
 SHA1
 Fingerprint=51:21:45:CE:CE:99:19:87:7D:CE:3F:52:C0:31:0F:7E:FB:B4:6A:6F
 then copy gmail.pem to 7f549ca4.0
 under linux
 execute the c_rehash command

 Regards
 Luiz


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now. http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus 
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp server that need ssl )

2009-08-05 Thread Luiz Rafael Culik Guimaraes
Eduardo

Please be more specific, becouse for soap 1.2 i use mssoap.

and as far i know, just few servers that support soap,also accept http post 
for same service

Regards
Luiz
- Original Message - 
From: Eduardo Fernandes modals...@yahoo.com.br
To: Xharbour-Developers xharbour-developers@lists.sourceforge.net; Luiz 
Rafael Culik Guimaraes l...@xharbour.com.br
Sent: Tuesday, August 04, 2009 7:37 PM
Subject: Re: [xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp 
server that need ssl )


Great !

There any issue for soap v1.2 also ?

regards,
Eduardo
--- Em ter, 4/8/09, Luiz Rafael Culik Guimaraes l...@xharbour.com.br 
escreveu:

 De: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Assunto: [xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp 
 server  that need ssl )
 Para: Xharbour-Developers xharbour-developers@lists.sourceforge.net
 Data: Terça-feira, 4 de Agosto de 2009, 14:49
 Dear Friends

 In few days, i'll commit support por this 3 protocols using
 openssl.

 With my local tests, i can connect and send/get
 emails to gmail.com

 Regards
 Luiz


 --
 Let Crystal Reports handle the reporting - Free Crystal
 Reports 2008 30-Day
 trial. Simplify your report design, integration and
 deployment - and focus on
 what you do best, core application coding. Discover what's
 new with
 Crystal Reports now. http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp server that need ssl )

2009-08-05 Thread Luiz Rafael Culik Guimaraes
Eduardo

Please be more specific, becouse for soap 1.2 i use mssoap.

and as far i know, just few servers that support soap,also accept http post
for same service

Regards
Luiz 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp server that need ssl )

2009-08-05 Thread Luiz Rafael Culik Guimaraes
Eduardo

mssoap toolkit suport soap 1.2
see the manual

Regards
Luiz
- Original Message - 
From: Eduardo Fernandes modals...@yahoo.com.br
To: xHarbour-Developers List xharbour-developers@lists.sourceforge.net; 
Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Sent: Wednesday, August 05, 2009 11:50 AM
Subject: Re: [xHarbour-developers] https/pop3s/smtps ( http secure,pop/smtp 
server that need ssl )


I'm using MSSOAP Toolkit 3.0

The Microsoft® Simple Object Access Protocol (SOAP) Toolkit 3.0 supports the 
following features:

Simple Object Access Protocol (SOAP) 1.1, W3C Note 08 May 2000.
Web Services Description Language (WSDL) 1.1, W3C Note 15 March 2001.
W3C XML Schema Recommendations:
XML Schema Part 1: Structures, W3C Recommendation.
XML Schema Part 2: Datatypes, W3C Recommendation.

Can I use this for fiscal webservices, where the minimum is soap 1.2 ?

regards,
Eduardo


--- Em qua, 5/8/09, Luiz Rafael Culik Guimaraes l...@xharbour.com.br 
escreveu:

 De: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Assunto: Re: [xHarbour-developers] https/pop3s/smtps ( http 
 secure,pop/smtp server  that need ssl )
 Para: Eduardo Fernandes modals...@yahoo.com.br, xHarbour-Developers 
 List xharbour-developers@lists.sourceforge.net
 Data: Quarta-feira, 5 de Agosto de 2009, 10:22
 Eduardo

 Please be more specific, becouse for soap 1.2 i use
 mssoap.

 and as far i know, just few servers that support soap,also
 accept http post
 for same service

 Regards
 Luiz



  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus 
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] https/pop3s/smtps ( http secure, pop/smtp server that need ssl )

2009-08-04 Thread Luiz Rafael Culik Guimaraes
Dear Friends

In few days, i'll commit support por this 3 protocols using openssl.

With my local tests, i can connect and send/get  emails to gmail.com

Regards
Luiz


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] RDD changes

2009-06-30 Thread Luiz Rafael Culik Guimaraes

 this changes in my opinion, is to make more incompatible the api for 
 developers

 No technical merit in these changes then?

Im not discussing merit, but compatility. One os the changes, has break 
hwgui  ( the new hb_parv*/hb_storv*)
Now imaging how many 3rd parties has to have two version of same code due 
this changes.

Regards
Luiz 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] GTSLN forced on Linux

2009-05-04 Thread Luiz Rafael Culik Guimaraes
Vincente

here the default is gttrm.

what was the value os  your HB_GT_LIB when you compile the binaries?

Regards
Luiz

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] help on get class

2009-05-01 Thread Luiz Rafael Culik Guimaraes
Miguel

what you need?

Regards
Luiz
- Original Message - 
From: Miguel Angel Marchuet miguelan...@marchuet.net
To: Xharbour-Developers List xharbour-developers@lists.sourceforge.net
Sent: Friday, May 01, 2009 6:38 PM
Subject: [xHarbour-developers] help on get class


 class GET need implement the edit of datetime items

 any developer can do it ?

 Best regards,
 Miguel Angel marchuet

 --
 Register Now  Save for Velocity, the Web Performance  Operations
 Conference from O'Reilly Media. Velocity features a full day of
 expert-led, hands-on workshops and two days of sessions from industry
 leaders in dedicated Performance  Operations tracks. Use code vel09scf
 and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-02-41 08:20 UTC-0300 Luiz Rafael Culik Guimaraes luiz at xharbour.com.br

2009-04-21 Thread Luiz Rafael Culik Guimaraes
  * source/rdd/usrrdd/rdds/arrayrdd.prg
 add recNo()
 add rLock()
 add dbUnlock()
 add __dbPack()
 add dbSetFilter()
 add dbClearFilter()
 fix bug in dbCreate() when type of field is in lower case
 fix bug in dbUseArea() when it try to open a file in exclusive and it 
is opened
 fix bun in dbUseArea() when it try to open a file opened in exclusive
 All Fix provided by Quique on xharbour news



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2009-04-15 23:00 UTC-0300 Luiz Rafael Culik Guimaraes luiz at xharbour.com.br

2009-04-15 Thread Luiz Rafael Culik Guimaraes
  * utils/hbmake/hbmake.prg
! fixes for msvc support

Regards
Luiz

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 PhilKrylov phil a t newstar.rinet.ru

2009-04-13 Thread Luiz Rafael Culik Guimaraes
Phil

As I know, we still in release freeze, so no commits should be done in my 
opinion, unless im wrong

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Monday, April 13, 2009 5:43 PM
Subject: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 
PhilKrylov phil a t newstar.rinet.ru


 2009-04-14 00:40 UTC+0300 Phil Krylov phil a t newstar.rinet.ru
  + config/none.cf
+ added dummy header file for GNU make to avoid errors on unsupported
  platforms
  (by Przemyslaw Czerpak, borrowed from Harbour)

  * source/odbc/Makefile
  * source/odbc/odbc.c
+ Platform protection moved to Makefile level.
  (by Viktor Szakats, borrowed from Harbour)

 --
 This SF.net email is sponsored by:
 High Quality Requirements in a Collaborative Environment.
 Download a free trial of Rational Requirements Composer Now!
 http://p.sf.net/sfu/www-ibm-com
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-04-12 Thread Luiz Rafael Culik Guimaraes
Enrico

uploaded

Source as .rpm
xharbour-1.2.0-0cl10.i386.rpm
Conectiva 10 binaries
xharbour-1.2.0-0cl10.src.rpm
xharbour-contrib-1.2.0-0cl10.i386.rpm
xharbour-lib-1.2.0-0cl10.i386.rpm
xharbour-pp-1.2.0-0cl10.i386.rpm
xharbour-static-1.2.0-0cl10.i386.rpm

Conectiva 8 Binaries
xharbour-1.2.0-0cl8.i386.rpm
xharbour-contrib-1.2.0-0cl8.i386.rpm
xharbour-lib-1.2.0-0cl8.i386.rpm
xharbour-pp-1.2.0-0cl8.i386.rpm
xharbour-static-1.2.0-0cl8.i386.rpm

Conectiva 9 Binareies
xharbour-1.2.0-0cl90.i386.rpm
xharbour-contrib-1.2.0-0cl90.i386.rpm
xharbour-lib-1.2.0-0cl90.i386.rpm
xharbour-pp-1.2.0-0cl90.i386.rpm
xharbour-static-1.2.0-0cl90.i386.rpm

Opensuse 10.1 binaries
xharbour-1.2.0-0sus101.i586.rpm
xharbour-contrib-1.2.0-0sus101.i586.rpm
xharbour-lib-1.2.0-0sus101.i586.rpm
xharbour-pp-1.2.0-0sus101.i586.rpm
xharbour-static-1.2.0-0sus101.i586.rpm

OpenSuse 11.0 64 Bits Binaries
xharbour-1.2.0-0.x86_64.rpm
xharbour-contrib-1.2.0-0.x86_64.rpm
xharbour-lib-1.2.0-0.x86_64.rpm
xharbour-pp-1.2.0-0.x86_64.rpm
xharbour-static-1.2.0-0.x86_64.rpm

Madriva 2009 binaries
xharbour-1.2.0-0mdv20090.i586.rpm
xharbour-lib-1.2.0-0mdv20090.i586.rpm
xharbour-contrib-1.2.0-0mdv20090.i586.rpm
xharbour-static-1.2.0-0mdv20090.i586.rpm
xharbour-pp-1.2.0-0mdv20090.i586.rpm

Ubuntu 7.1 binarie
xharbour_1.2.0-1_i386.ubuntu7.1.deb


Please update the download page from www.xharbour.org
Regards
Luiz


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-04-02 Thread Luiz Rafael Culik Guimaraes
Ron

I'll move the release tonight

Regards
Luiz
- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Phil Krylov p...@newstar.rinet.ru; Luiz Rafael Culik Guimaraes 
l...@xharbour.com.br
Cc: Enrico Maria Giordano e.m.giord...@emagsoftware.it; 
xharbour-developers@lists.sourceforge.net
Sent: Thursday, April 02, 2009 10:10 AM
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Phil, Luiz, Enrico,

 I just added Release Technician role to Luiz  Phil.

 Ron
 --
 From: Phil Krylov p...@newstar.rinet.ru
 Sent: Thursday, April 02, 2009 2:05 AM
 To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Cc: Ron Pinkas ron.pin...@xharbour.com; Enrico Maria Giordano
 e.m.giord...@emagsoftware.it; 
 xharbour-developers@lists.sourceforge.net
 Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

 Hi,

 On Thu, Apr 2, 2009 at 5:21 AM, Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br wrote:
 I also can not see your uploads. I suspect the same problem as with
 Luiz -
 the files probably uploaded to different project, like xbgtk

 It seems the files are uploaded to directory of my SF user account,
 and project admin can only add to release files which are in _his_
 directory. Anyway, here are the files:
 http://89.179.241.181/~phil/xharbour/

 Ron, I can't update pack_src.bat, cmd.exe won't manage this task. Here
 is a bash script I use to build both UNIX and DOS source packages.

 #!/bin/bash

 # CVSROOT should be set!
 export VERSION=1.2.1
 export TAG=xharbour-1-2-1

 rm -fr /tmp/tmpcvs
 mkdir /tmp/tmpcvs
 cd /tmp/tmpcvs

 cvs -z3 checkout -P -r $TAG xharbour

 mv xharbour xharbour-$VERSION
 rm -fr xharbour-$VERSION/CVSROOT

 # Determine binary sources
 for F in `find xharbour-$VERSION -name Entries`; do
DIR=`dirname \`dirname $F\``
for G in `grep /\-kb/ $F | sed s/^\/\([^/]*\)\/.*$/\1/`; do
echo $DIR/$G  binlist
done
 done

 rm -fr `find xharbour-$VERSION -name CVS`
 mv xharbour-${VERSION}/contrib ./contrib
 mv xharbour-${VERSION}/tests ./tests
 tar czvf xharbour-${VERSION}.src.tar.gz xharbour-${VERSION}
 zip -rlq xharbour-${VERSION}.src.zip xharbour-${VERSION} -...@binlist
 zip -rq xharbour-${VERSION}.src.zip -@  binlist
 mv xharbour-${VERSION} xharbour-core-${VERSION}
 mkdir xharbour-${VERSION}
 mv contrib xharbour-${VERSION}/
 tar czvf xharbour-${VERSION}.src.contrib.tar.gz xharbour-${VERSION}
 zip -rlq xharbour-${VERSION}.src.contrib.zip
 xharbour-${VERSION} -...@binlist
 zip -rq xharbour-${VERSION}.src.contrib.zip -@  binlist
 mv xharbour-${VERSION} xharbour-contrib-${VERSION}
 mkdir xharbour-${VERSION}
 mv tests xharbour-${VERSION}/
 tar czvf xharbour-${VERSION}.src.tests.tar.gz xharbour-${VERSION}
 zip -rlq xharbour-${VERSION}.src.tests.zip xharbour-${VERSION} -...@binlist
 zip -rq xharbour-${VERSION}.src.tests.zip -@  binlist
 mv xharbour-${VERSION} xharbour-tests-${VERSION}

 -- Ph.


 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-04-01 Thread Luiz Rafael Culik Guimaraes
Ron

I found this on sf.net tech support

Greetings,

If the user is trusted enough to build the binary or release the content, 
the project admin should grant the user FRS technician status. Then the user 
will be able to manage file releases for the project on their own.

Thank you,

David Burley
Systems Programmer/Analyst, SourceForge.net



Regards

Luiz

- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Phil Krylov 
p...@newstar.rinet.ru
Cc: xharbour-developers@lists.sourceforge.net; Luiz Rafael Culik 
Guimaraes l...@xharbour.com.br
Sent: Wednesday, April 01, 2009 7:11 PM
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


Phil,

I also can not see your uploads. I suspect the same problem as with Luiz -
the files probably uploaded to different project, like xbgtk

Ron

--
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Sent: Wednesday, April 01, 2009 5:26 PM
To: Phil Krylov p...@newstar.rinet.ru
Cc: Ron Pinkas ron.pin...@xharbour.com;
xharbour-developers@lists.sourceforge.net; Luiz Rafael Culik Guimaraes
l...@xharbour.com.br
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 -Messaggio Originale- 
 Da: Phil Krylov p...@newstar.rinet.ru
 A: Enrico Maria Giordano e.m.giord...@emagsoftware.it
 Cc: Ron Pinkas ron.pin...@xharbour.com;
 xharbour-developers@lists.sourceforge.net; Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br
 Data invio: mercoledì 1 aprile 2009 23.05
 Oggetto: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Hi,

 I've uploaded to https://frs.sourceforge.net/webupload the xharbour
 source package in UNIX format:

 xharbour-1.2.1.src.tar.gz - 4994334 bytes
 xharbour-1.2.1.src.contrib.tar.gz - 3226969 bytes
 xharbour-1.2.1.src.tests.tar.gz - 650501 bytes

 I also uploaded the traditional source package in DOS/Windows format,
 because the one created by make_src.bat really misses a lot of files:

 xharbour-1.2.1.src.zip - 6488358 bytes
 xharbour-1.2.1.src.contrib.zip - 3760891 bytes
 xharbour-1.2.1.src.tests.zip - 896415 bytes

 Sorry, I can't see your files... :-(

 EMG

 --
 EMAG Software Homepage: http://www.emagsoftware.it
 The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
 The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
 The EMG Music page: http://www.emagsoftware.it/emgmusic


 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-03-31 Thread Luiz Rafael Culik Guimaraes
Ron
Ok.

I'll Ask

Enrico, is their other way to upload?

Regards
Luiz
- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br; Enrico Maria 
Giordano e.m.giord...@emagsoftware.it; 
xharbour-developers@lists.sourceforge.net
Sent: Monday, March 30, 2009 7:42 PM
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Luiz,

 Could you please ask SF tech support for help? I suppose they can teach 
 you
 how to move the files to the xHarbour folder.

 Ron

 --
 From: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Sent: Saturday, March 28, 2009 12:02 PM
 To: Ron Pinkas ron.pin...@xharbour.com; Enrico Maria Giordano
 e.m.giord...@emagsoftware.it; 
 xharbour-developers@lists.sourceforge.net
 Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

 Ron

 Strange, becouse it dont ask to which project to upload.

 Regards
 Luiz
 - Original Message - 
 From: Ron Pinkas ron.pin...@xharbour.com
 To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br; Enrico Maria
 Giordano e.m.giord...@emagsoftware.it;
 xharbour-developers@lists.sourceforge.net
 Sent: Saturday, March 28, 2009 1:06 PM
 Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Luiz,

 It's possible it was uploaded to the upload folder of another project,
 like
 hwgui. I'm going to search for more info on SourceForge.

 Ron

 --
 From: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Sent: Saturday, March 28, 2009 8:59 AM
 To: Ron Pinkas ron.pin...@xharbour.com; Enrico Maria Giordano
 e.m.giord...@emagsoftware.it;
 xharbour-developers@lists.sourceforge.net
 Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

 Ron


I suspect that Luiz may have uploaded the files to another project  he
might be associated with on SourceForge. I can't see any of the files
either. Luiz, when you log-in to:

   https://frs.sourceforge.net/webupload

 Do you still see the files?
 yes. all files that i listed

 if needed i can give my user and password

 Regards
 Luiz


 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Zip.exe

2009-03-30 Thread Luiz Rafael Culik Guimaraes
Patrick

Oggetto: Zip.exe


 Hey Enrico,

 Can you send me a zip.exe that works for pack_bin.bat for xHarbour?
 Thanks!
I have, where you want me to send?

Regards
Luiz

--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-03-28 Thread Luiz Rafael Culik Guimaraes
Ron


I suspect that Luiz may have uploaded the files to another project  he 
might be associated with on SourceForge. I can't see any of the files 
either. Luiz, when you log-in to:

   https://frs.sourceforge.net/webupload

 Do you still see the files?
yes. all files that i listed

if needed i can give my user and password

Regards
Luiz 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-03-28 Thread Luiz Rafael Culik Guimaraes
Ron

Strange, becouse it dont ask to which project to upload.

Regards
Luiz
- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br; Enrico Maria 
Giordano e.m.giord...@emagsoftware.it; 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, March 28, 2009 1:06 PM
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Luiz,

 It's possible it was uploaded to the upload folder of another project, 
 like
 hwgui. I'm going to search for more info on SourceForge.

 Ron

 --
 From: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Sent: Saturday, March 28, 2009 8:59 AM
 To: Ron Pinkas ron.pin...@xharbour.com; Enrico Maria Giordano
 e.m.giord...@emagsoftware.it; 
 xharbour-developers@lists.sourceforge.net
 Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

 Ron


I suspect that Luiz may have uploaded the files to another project  he
might be associated with on SourceForge. I can't see any of the files
either. Luiz, when you log-in to:

   https://frs.sourceforge.net/webupload

 Do you still see the files?
 yes. all files that i listed

 if needed i can give my user and password

 Regards
 Luiz


 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Fw: possible dbedit problem

2009-03-27 Thread Luiz Rafael Culik Guimaraes
 Eduardo

 i get an problem from an user, , which is using xharbour from current cvs,
 with dbedit .

 as far i know , in clipper if an udf is passed, it first process the udf.
 and then if the key is not processed is passed to normal processing

 this user reported to me, that in his dbedit udf, the keys K_LEFT and
 K_RIGHT should do specific taks.

 with current CVS, this is not allow.

 This sample bellow show the problem
 /*
 * New enhanced DBEdit() test
 *
 * See how aCols[1] is an array of 2 items
 * The first is, as usual, the column data
 * The second is the codeblock that returns a pair of {std,enh} colors
 * just like in tbrowse :-)
 *
 * NOTE: - Color codeblock takes a parameter (actual data)
 * Iïve ignored (used SALARY instead) it here to demostrate how 
flexible a TBRowse is.
 *   - Try moving columns with K_CTRL_UP  K_CTRL_DOWN
 *
 * Is DBEdit() deprecated? NO!
 * Enjoy
 * Mauricio maurif...@datafull.com
 * Comments, suggestions, bugs report welcome
 *
 */
 #include inkey.ch
 #include dbedit.ch

 Function Main()
   Local aCols := {{PadR(AllTrim(FIRST)+' '+AllTrim(LAST),30), {|x| 
IIf(FIELD-SALARY1, {3,2}, IIf(FIELDSALARY10,{1,2},{4,5}))}},;
CITY,;
SALARY}

  set scoreboard off

  Use test
  @maxrow(),0 say Ctrl-Down/Up-Toggle columns  Space bar-Edit cell
  DBEdit(0,0,MaxRow()-1,MaxCol(), aCols, TstFnc,,{Name, City, 
Salary})
  Close
  Cls
  ? Have a nice day ;)
  ?
 Return Nil

 Function TstFnc(nMode, nCol, oTBR)
 LOCAL GetList := {}
 Local nRet := DE_CONT

  Do Case
Case nMode == DE_INIT // EXTENSION: Initialization mode
  oTBR:colorSpec := n/bg,w/n,r/bg,w+/bg,w+/gr
  return DE_CONT
Case nMode == DE_HITTOP
  Keyboard Chr(K_CTRL_PGDN)
Case nMode == DE_HITBOTTOM
  Keyboard Chr(K_CTRL_PGUP)
Case LastKey() == K_ESC
  nRet := DE_ABORT
Case LastKey() == K_SPACE .And. oTBR:getColumn(nCol):heading != Name
  SetCursor(1)
  @ Row(), Col() Get (oTBR:getColumn(nCol):heading)
  Read
  SetCursor(0)
  Clear TypeAhead
Case lastkey()== K_LEFT .or. lastkey() == K_RIGHT
   Alert(Hello) -- this line is never executed, since by default, it 
first process the key, insted the one defined on the UDF

  End

 Return nRet


 Regards
 Luiz


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Fw: possible dbedit problem

2009-03-27 Thread Luiz Rafael Culik Guimaraes
Eduardo

Send to me , so this person can test the fix
send to l...@xharbour.com.br

Regards
Luiz
- Original Message - 
From: Eduardo Fernandes modals...@yahoo.com.br
To: xHarbour-Developers List xharbour-developers@lists.sourceforge.net; 
Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Sent: Friday, March 27, 2009 10:05 AM
Subject: Re: [xHarbour-developers] Fw: possible dbedit problem


Luiz,

Fixed, but I'll commit after release.

regards,
Eduardo

--- Em sex, 27/3/09, Luiz Rafael Culik Guimaraes l...@xharbour.com.br 
escreveu:

 De: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Assunto: [xHarbour-developers] Fw: possible dbedit problem
 Para: xHarbour-Developers List 
 xharbour-developers@lists.sourceforge.net, Eduardo Fernandes 
 modals...@yahoo.com.br
 Data: Sexta-feira, 27 de Março de 2009, 9:45
  Eduardo

  i get an problem from an user, , which is using xharbour
 from current cvs,
  with dbedit .

  as far i know , in clipper if an udf is passed, it first
 process the udf.
  and then if the key is not processed is passed to normal
 processing

  this user reported to me, that in his dbedit udf, the keys
 K_LEFT and
  K_RIGHT should do specific taks.

  with current CVS, this is not allow.

  This sample bellow show the problem
  /*
  * New enhanced DBEdit() test
  *
  * See how aCols[1] is an array of 2 items
  * The first is, as usual, the column data
  * The second is the codeblock that returns a pair of
 {std,enh} colors
  * just like in tbrowse :-)
  *
  * NOTE: - Color codeblock takes a parameter (actual data)
  * Iïve ignored
 (used SALARY instead) it here to demostrate how
 flexible a TBRowse is.
  * - Try moving columns with
 K_CTRL_UP  K_CTRL_DOWN
  *
  * Is DBEdit() deprecated? NO!
  * Enjoy
  * Mauricio maurif...@datafull.com
  * Comments, suggestions, bugs report welcome
  *
  */
  #include inkey.ch
  #include dbedit.ch

  Function Main()
 Local aCols := {{PadR(AllTrim(FIRST)+'
 '+AllTrim(LAST),30), {|x|
 IIf(FIELD-SALARY1, {3,2},
 IIf(FIELDSALARY10,{1,2},{4,5}))}},;

 CITY,;

 SALARY}

 set scoreboard off

 Use test
 @maxrow(),0 say Ctrl-Down/Up-Toggle
 columns Space bar-Edit cell
 DBEdit(0,0,MaxRow()-1,MaxCol(), aCols,
 TstFnc,,{Name, City,
 Salary})
 Close
 Cls
 ? Have a nice day ;)
 ?
  Return Nil

  Function TstFnc(nMode, nCol, oTBR)
  LOCAL GetList := {}
  Local nRet := DE_CONT

 Do Case
 Case nMode == DE_INIT // EXTENSION:
 Initialization mode
 oTBR:colorSpec :=
 n/bg,w/n,r/bg,w+/bg,w+/gr
 return DE_CONT
 Case nMode == DE_HITTOP
 Keyboard Chr(K_CTRL_PGDN)
 Case nMode == DE_HITBOTTOM
 Keyboard Chr(K_CTRL_PGUP)
 Case LastKey() == K_ESC
 nRet := DE_ABORT
 Case LastKey() == K_SPACE .And.
 oTBR:getColumn(nCol):heading != Name
 SetCursor(1)
 @ Row(), Col() Get
 (oTBR:getColumn(nCol):heading)
 Read
 SetCursor(0)
 Clear TypeAhead
 Case lastkey()== K_LEFT .or. lastkey() ==
 K_RIGHT
 Alert(Hello) -- this
 line is never executed, since by default, it
 first process the key, insted the one defined on the UDF

 End

  Return nRet


  Regards
  Luiz


 --
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



  Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-03-27 Thread Luiz Rafael Culik Guimaraes
Hi

I just uploaded the follow linux binaries ( conectiva 8,conectiva 9, 
conectiva 10 and opensuse 10.1 binaries)

xharbour-1.2.0-0cl10.i386.rpm
xharbour-1.2.0-0cl8.i386.rpm
xharbour-1.2.0-0cl90.i386.rpm
xharbour-1.2.0-0sus101.i586.rpm
xharbour-contrib-1.2.0-0cl10.i386.rpm
xharbour-contrib-1.2.0-0cl8.i386.rpm
xharbour-contrib-1.2.0-0cl90.i386.rpm
xharbour-contrib-1.2.0-0sus101.i586.rpm
xharbour-lib-1.2.0-0cl10.i386.rpm
xharbour-lib-1.2.0-0cl8.i386.rpm
xharbour-lib-1.2.0-0cl90.i386.rpm
xharbour-lib-1.2.0-0sus101.i586.rpm
xharbour-pp-1.2.0-0cl10.i386.rpm
xharbour-pp-1.2.0-0cl8.i386.rpm
xharbour-pp-1.2.0-0cl90.i386.rpm
xharbour-pp-1.2.0-0sus101.i586.rpm
xharbour-static-1.2.0-0cl10.i386.rpm
xharbour-static-1.2.0-0cl8.i386.rpm
xharbour-static-1.2.0-0cl90.i386.rpm
xharbour-static-1.2.0-0sus101.i586.rpm


Regards
Luiz 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-03-26 Thread Luiz Rafael Culik Guimaraes
Hi

Where to upload the binaries?

Regards
Luiz
- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Enrico Maria Giordano e.m.giord...@emagsoftware.it; 
xharbour-developers@lists.sourceforge.net
Sent: Thursday, March 26, 2009 8:22 PM
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


Enrico,

I did not change the download page organization, at all. The reason you do
not see all packages is because they don't yet have a file to download. As
soon as you associate a file they will re-appear.

The only change I made was from BCC to BCC 5.82, so it is consistent with
MSVC 8, MSVC 9, etc., and under each of the packages, I deactivated the
older releases, and renamed the most recent release to 1.20.01. This was
done to avoid clutter and confusion of too many (irrelevant) download
choices.

So all the packages you organized are still exactly the same (except BCC -
BCC 5.82), and they now have only the most recent release each.

Sorry, I did not mean to confuse you, I was just anxious to start the
release process.

Ron

--
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Sent: Thursday, March 26, 2009 3:01 PM
To: Ron Pinkas ron.pin...@xharbour.com;
xharbour-developers@lists.sourceforge.net
Subject: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 -Messaggio Originale- 
 Da: Ron Pinkas ron.pin...@xharbour.com
 A: Enrico Maria Giordano e.m.giord...@emagsoftware.it;
 xharbour-developers@lists.sourceforge.net
 Data invio: giovedì 26 marzo 2009 22.46
 Oggetto: Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip


 Enrico,

 I uploaded, bcc 5.8, MSVC 8, MSVC 9, and SOURCE packages, and I already
 revised the download page to make them available. I also deactivated all
 old releases, and also reset the date and release name for all packages,
 so now you just need to associate it with new uploaded file, when it
 becomes available.

 Sorry, but I don't understand why you changed the download page and how do
 you want to organize it now. Why did you hide all the old packages even if
 they (still?) don't have the new release?

 I'm only asking for a clarification. I'm not saying (and in fact I'm not
 sure) that your new organization is worst than the old one.

 EMG

 --
 EMAG Software Homepage: http://www.emagsoftware.it
 The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
 The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
 The EMG Music page: http://www.emagsoftware.it/emgmusic


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-03-07 16:47 UTC+0300PhilKrylov phil a t newstar.rinet.ru

2009-03-15 Thread Luiz Rafael Culik Guimaraes
Hi

what is the output of
a) make -f Makefile.test
it
b) make BAR=1 -f Makefile.test
Makefile.test:9: *** faltando `endif'.  Pare.


Regards
Luiz

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-03-07 16:47UTC+0300PhilKrylov phil a t newstar.rinet.ru

2009-03-15 Thread Luiz Rafael Culik Guimaraes
Phil
 
 However, I can't tell you how to rebuild the SUSE make-3.80 RPM
 including this patch; upgrading to 3.81 would be better anyway.
i just downloaded the 3.81 in .tar.bz2 and done to update
./configure --prefix=/usr/bin ; make; make install

Regards
Luiz

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-03-07 16:47 UTC+0300PhilKrylov phil a t newstar.rinet.ru

2009-03-13 Thread Luiz Rafael Culik Guimaraes
Phil

i just tryed current  CVS on my suse 10.3 distro with make 3.80

i get when calling make or make_gnu.sh

config/dir.cf:55: *** missing `endif'.  Stop.


Regards
Luiz

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-03-07 16:47 UTC+0300 PhilKrylov phil a t newstar.rinet.ru

2009-03-12 Thread Luiz Rafael Culik Guimaraes
Phil

I just downloaded current CVS on an linux 64bits machine, and when i try to 
compile it give an error that an endif is missing on line 55
make version 3.80

Regards
Luiz
- Original Message - 
From: Phil Krylov p...@newstar.rinet.ru
To: xharbour developer list xharbour-developers@lists.sourceforge.net
Sent: Saturday, March 07, 2009 10:49 AM
Subject: [xHarbour-developers] ChangeLog 2009-03-07 16:47 UTC+0300 
PhilKrylov phil a t newstar.rinet.ru


 2009-03-07 16:47 UTC+0300 Phil Krylov phil a t newstar.rinet.ru
  * Makefile
  * source/Makefile
* set directory dependencies for parallel compilation
  * config/bin.cf
  * config/dir.cf
  * config/lib.cf
+ added explicit support for make recursive calls.
* rewritten DIR_RULE to use only GNU make commands instead of OS 
 scripts.
  Now config/arch/dir.cf files are not longer used except with GNU 
 Make
  3.79.1.
+ added support for dependencies between build directories for
  parallel execution. If compilation of dirX needs results of
  dirY and dirZ compilation then it hsould be declared as:
 dirX{dirY,dirZ}
% process directories defined in DIRS simultaneously when -jN
  GNU make switch is used - it gives additional speed improvement
  on multi CPU machines
  * config/dos/dir.cf
  * config/w32/dir.cf
* changed simple assignments to recursive ones
  * source/common/Makefile
  * source/vm/Makefile
* moved biggest files to begin of file list for better parallel
  compilation utilization.

   The parallel compilation can be enabled by using -jn GNU make
   switch on multiprocess platforms, f.e.:
  ./gnu_make.sh -j3
   It should give some speed improvement even on single CPU machines.
   These are results of clean Harbour compilation on my 3 phantom CPU
   computer:

  1. leaner compilation without -jn6m29.895s
  2. parallel compilation with -j5 but without
 parallel directory processing   3m20.163s
  3. parallel compilation with -j5 and with new
 parallel directory processing   2m6.168s
  (by Przemyslaw Czerpak, borrowed from Harbour)

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Upper() and codepage.

2009-03-10 Thread Luiz Rafael Culik Guimaraes
Ron

in my opinion we should release now, but i also suggest to some one talk to 
Budjanto about updating gtwvw or even phil

Regards
Luiz 


--
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Changelog 2009-03-05 21:00 UTC-0300 Luiz Rafael Culik Guimaraes luiz at xharbour.com.br

2009-03-05 Thread Luiz Rafael Culik Guimaraes
  * source/rtl/gtcrs/gtcrs.c
Fixed typo b_cdpID() to hb_cdpID()

Regards
Luiz



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] problem on current cvs compiler

2009-03-05 Thread Luiz Rafael Culik Guimaraes
Ron

I just downloaded the current CVS and compiled under linux. and windows( 
borland c++ 5.82

 ..\..\bin\harbour.exe -iinclude;..\..\include -n -q0 -w2 -es2 -gc2 
.\thtm.prg   -oobj\b32\thtm.c

.\thtm.prg(1504) Warning W0003  Variable: 'LFONT' declared but not used in 
function: 'THTML_ENDTABLECELL(1486)'

.\thtm.prg(1610) Warning W0003  Variable: 'CTEXT' declared but not used in 
function: 'THTML_FORMIMAGE(1596)'

0 error

I can fix this warnings, but is this ok to end the compilation with out 
generating the .C file?

Regards
Luiz 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] problem on current cvs compiler

2009-03-05 Thread Luiz Rafael Culik Guimaraes
Ron

Any problem to remove -es2 from rules.cf

the -es2 make linux binaries build imposible

Regards
Luiz
- Original Message - 
From: Ron Pinkas ron.pin...@xharbour.com
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br; 
Xharbour-Developers xharbour-developers@lists.sourceforge.net; Ron 
Pinkas r...@xharbour.com
Sent: Thursday, March 05, 2009 11:16 PM
Subject: Re: [xHarbour-developers] problem on current cvs compiler


 Yes. That's exactly the intent of -es2 compiler switch.

 Ron

 --
 From: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
 Sent: Thursday, March 05, 2009 6:05 PM
 To: Xharbour-Developers xharbour-developers@lists.sourceforge.net; 
 Ron Pinkas r...@xharbour.com
 Subject: [xHarbour-developers] problem on current cvs compiler

 Ron

 I just downloaded the current CVS and compiled under linux. and windows(
 borland c++ 5.82

 ..\..\bin\harbour.exe -iinclude;..\..\include -n -q0 -w2 -es2 -gc2
 .\thtm.prg   -oobj\b32\thtm.c

 .\thtm.prg(1504) Warning W0003  Variable: 'LFONT' declared but not used 
 in
 function: 'THTML_ENDTABLECELL(1486)'

 .\thtm.prg(1610) Warning W0003  Variable: 'CTEXT' declared but not used 
 in
 function: 'THTML_FORMIMAGE(1596)'

 0 error

 I can fix this warnings, but is this ok to end the compilation with out
 generating the .C file?

 Regards
 Luiz


 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers

 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2009-02-28 05:40 UTC-0300 Luiz Rafael Culik Guimaraes luiz at xharbour.com.br

2009-02-28 Thread Luiz Rafael Culik Guimaraes
   * source/rtl/xhelp.c
 source/rtl/transform.c
 source/rtl/strcase.c
 source/rtl/soundex.c
 source/rtl/shadow.c
 source/rtl/setposbs
 source/rtl/setpos.c
 source/rtl/setcurs.c
 source/rtl/set.c
 source/rtl/scroll.c
 source/rtl/philesx.c
 source/rtl/philes53.c
 source/rtl/philes.c
 source/common/hbstr.c
 source/common/expropt1.c
 source/common/expropt2.c
 ! type cast 

Regards
Luiz

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2009-02-27 20:50 UTC+0100 Enrico MariaGiordano e.m.giord...@emagsoftware.it

2009-02-27 Thread Luiz Rafael Culik Guimaraes
Enrico

i has an few of then corrected ( like Comparing signed and unsigned values 
in function )

will commit tonight

Regards
Luiz

- Original Message - 
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
To: Luis Krause Mantilla lkrau...@shaw.ca
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Friday, February 27, 2009 1:56 PM
Subject: Re: [xHarbour-developers] 2009-02-27 20:50 UTC+0100 Enrico 
MariaGiordano e.m.giord...@emagsoftware.it


-Messaggio Originale- 
Da: Luis Krause Mantilla lkrau...@shaw.ca
A: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Cc: xHarbour Developers Mailing List
xharbour-developers@lists.sourceforge.net
Data invio: venerdì 27 febbraio 2009 16.32
Oggetto: Re: [xHarbour-developers] 2009-02-27 20:50 UTC+0100 Enrico Maria
Giordano e.m.giord...@emagsoftware.it


 Enrico:

 It seems there were very few prg warnings and you've already taken care
 off.

Yes. The problem are the C warnings.

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Help to finish release.

2009-02-27 Thread Luiz Rafael Culik Guimaraes
Miguel

which CFLAGS are you using?

Regards
Luiz
- Original Message - 
From: Miguel Angel Marchuet miguelan...@marchuet.net
To: xharbour developer list xharbour-developers@lists.sourceforge.net; 
Ron Pinkas r...@xharbour.com; Andi Jahja harb...@cbn.net.id
Sent: Thursday, February 26, 2009 7:19 AM
Subject: [xHarbour-developers] Help to finish release.


 anybody can help to solve this warning to close release:

: Warning W8012 source\common\hbdate.c 281: Comparing signed and 
 unsigned values in function hb_dateFormat
: Warning W8012 source\common\hbdate.c 465: Comparing signed and 
 unsigned values in function hb_timeFormat
: Warning W8004 obj\\b32\\harboury.c 4557: 'yymsg' is assigned a 
 value that is never used in function yydestruct
: Warning W8008 obj\\b32\\harboury.c 10784: Condition is always 
 false in function yyparse
: Warning W8066 obj\\b32\\harboury.c 10785: Unreachable code in 
 function yyparse
: Warning W8004 obj\\b32\\harboury.c 4741: 'yyptr' is assigned a 
 value that is never used in function yyparse
: Warning W8012 source\compiler\hbgenerr.c 194: Comparing signed 
 and unsigned values in function hb_compGenWarning
: Warning W8012 source\compiler\hbgenerr.c 194: Comparing signed 
 and unsigned values in function hb_compGenWarning
: Warning W8012 source\compiler\ppcomp.c 92: Comparing signed and 
 unsigned values in function hb_pp_CompilerSwitch
: Warning W8004 source\rtl\filesys.c 893: 'hRet' is assigned a 
 value that is never used in function hb_fsOpenProcess
: Warning W8012 source\rtl\natmsg.c 102: Comparing signed and 
 unsigned values in function HB_FUN_ISAFFIRM
: Warning W8012 source\rtl\natmsg.c 109: Comparing signed and 
 unsigned values in function HB_FUN_ISNEGATIVE
: Warning W8004 obj\\b32\\macroy.c 1676: 'yymsg' is assigned a 
 value that is never used in function yydestruct
: Warning W8066 source\\macro\\macro.y 685: Unreachable code in 
 function hb_compparse
: Warning W8066 source\\macro\\macro.y 1078: Unreachable code in 
 function hb_compparse
: Warning W8065 obj\\b32\\macroy.c 3628: Call to function 
 'yydestruct' with no prototype in function hb_compparse
: Warning W8008 obj\\b32\\macroy.c 3646: Condition is always false 
 in function hb_compparse
: Warning W8066 obj\\b32\\macroy.c 3647: Unreachable code in 
 function hb_compparse
: Warning W8065 obj\\b32\\macroy.c 3680: Call to function 
 'yydestruct' with no prototype in function hb_compparse
: Warning W8065 obj\\b32\\macroy.c 3726: Call to function 
 'yydestruct' with no prototype in function hb_compparse
: Warning W8065 obj\\b32\\macroy.c 3730: Call to function 
 'yydestruct' with no prototype in function hb_compparse
: Warning W8004 obj\\b32\\macroy.c 3506: 'hb_compnerrs' is assigned 
 a value that is never used in function hb_compparse
: Warning W8004 obj\\b32\\macroy.c 1855: 'yyptr' is assigned a 
 value that is never used in function hb_compparse
: source\ct\getsecrt.prg(148) Warning W0003  Variable: 'NLEN' 
 declared but not used in function: '*(58)'
: Warning W8065 source\rtl\pcre\pcre_maketables.c 88: Call to 
 function 'HB_TOLOWER' with no prototype in function
 pcre_maketables
: Warning W8012 utils\hbpp\hbpp.c 620: Comparing signed and 
 unsigned values in function hb_compGenWarning
: Warning W8012 utils\hbpp\hbpp.c 620: Comparing signed and 
 unsigned values in function hb_compGenWarning
: utils\hbdoc\genhtm.prg(1939) Warning W0003  Variable: 'AALSO' 
 declared but not used in function: '*(74)'
: utils\hbdoc\genchm.prg(1930) Warning W0003  Variable: 'AALSO' 
 declared but not used in function: '*(75)'
: utils\xbscript\xbscript.prg(12736) Warning W0003  Variable: 
 'S_APROC' declared but not used in function: '*(393)'


 Best regards,
 Miguel Angel Marchuet

 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD

[xHarbour-developers] changelog 2009-02-03 21:00 UTC-0300 Luiz Rafael Culik Guimaraes luiz at xharbour.com.br

2009-02-04 Thread Luiz Rafael Culik Guimaraes
  * contrib/what32/source/_wintree.c
! updated to compile with code gear c++ 6.1
  * source/tip/sendmail.prg
! updated timeout to 3000 insted of 2


Regards
Luiz

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Unicode builds and type standarize

2009-01-15 Thread Luiz Rafael Culik Guimaraes
Dear Friends

I'd like to suggest if possible an new standart for xharbour api functions

so we can build xharbour with unicode support

is possible to use this standarization for all api declaration for char* 
/const char*

#if defined (_UNICODE)  !defined (UNICODE)
 #define UNICODE
#endif
#if defined (UNICODE)  !defined (_UNICODE)
 #define _UNICODE
#endif

#ifndef _WIN32
 #include ctype.h
 typedef unsigned long   DWORD;
 typedef longLONG;
 typedef int BOOL;
 typedef unsigned char   BYTE;
 typedef unsigned short  WORD;
 typedef unsigned intUINT;

 typedef unsigned short WCHAR;// wc,   16-bit UNICODE character
 typedef const WCHAR *LPCWSTR;
 typedef const char *LPCSTR;
 typedef WCHAR *LPWSTR;
 typedef char *LPSTR;

 #ifdef  _UNICODE
  typedef wchar_t TCHAR;
  typedef LPCWSTR LPCTSTR;
  typedef LPWSTR LPTSTR;
  #define _T(x)  L ## x
 #else   /* _UNICODE */   // r_winnt
  typedef char TCHAR;
  typedef LPCSTR LPCTSTR;
  typedef LPSTR LPTSTR;
  #define _T(x)  x
 #endif /* _UNICODE */// r_winnt


#else
   #include TCHAR.H
#include windows.H
   #ifndef STRICT
  #define STRICT
 #endif
#endif


and declare our functions
From
extern HB_FORCE_EXPORT char * hb_parc( int iParam, ... );  /* retrieve a 
string parameter */
extern HB_EXPORT   char * hb_parcx( int iParam, ... );  /* retrieve 
a string parameter */

to
extern HB_FORCE_EXPORT LPTSTR hb_parc( int iParam, ... );  /* retrieve a 
string parameter */
extern HB_EXPORT   LPTSTR hb_parcx( int iParam, ... );  /* retrieve 
a string parameter */

this will make easy to build xharbour with unicode support

Regards
Luiz 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Unicode builds and type standarize

2009-01-15 Thread Luiz Rafael Culik Guimaraes
Miguel

sounds interesting, but you still need the type i listed bellow to hold 
unicode

Regards
Luiz

- Original Message - 
From: Miguel Angel Marchuet Frutos miguelmarch...@gmail.com
To: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
Cc: Xharbour-Developers xharbour-developers@lists.sourceforge.net
Sent: Thursday, January 15, 2009 5:58 PM
Subject: Re: [xHarbour-developers] Unicode builds and type standarize


I was thinking about to add flag to string items to inform 
oem,ansi,wide,utf8...
 and change operators len,+,left,right,substr,etc... to work properly
 add function to retrive this flag information

 then to develop unicode aplication will be easier.

 what do you think about ?

 Best regards,
 Miguel Angel Marchuet

 Luiz Rafael Culik Guimaraes escribió:
 Dear Friends

 I'd like to suggest if possible an new standart for xharbour api 
 functions

 so we can build xharbour with unicode support

 is possible to use this standarization for all api declaration for char* 
 /const char*

 #if defined (_UNICODE)  !defined (UNICODE)
  #define UNICODE
 #endif
 #if defined (UNICODE)  !defined (_UNICODE)
  #define _UNICODE
 #endif

 #ifndef _WIN32
  #include ctype.h
  typedef unsigned long   DWORD;
  typedef longLONG;
  typedef int BOOL;
  typedef unsigned char   BYTE;
  typedef unsigned short  WORD;
  typedef unsigned intUINT;

  typedef unsigned short WCHAR;// wc,   16-bit UNICODE character
  typedef const WCHAR *LPCWSTR;
  typedef const char *LPCSTR;
  typedef WCHAR *LPWSTR;
  typedef char *LPSTR;

  #ifdef  _UNICODE
   typedef wchar_t TCHAR;
   typedef LPCWSTR LPCTSTR;
   typedef LPWSTR LPTSTR;
   #define _T(x)  L ## x
  #else   /* _UNICODE */   // r_winnt
   typedef char TCHAR;
   typedef LPCSTR LPCTSTR;
   typedef LPSTR LPTSTR;
   #define _T(x)  x
  #endif /* _UNICODE */// r_winnt


 #else
#include TCHAR.H
 #include windows.H
#ifndef STRICT
   #define STRICT
  #endif
 #endif


 and declare our functions
 From
 extern HB_FORCE_EXPORT char * hb_parc( int iParam, ... );  /* 
 retrieve a string parameter */
 extern HB_EXPORT   char * hb_parcx( int iParam, ... );  /* 
 retrieve a string parameter */

 to
 extern HB_FORCE_EXPORT LPTSTR hb_parc( int iParam, ... );  /* 
 retrieve a string parameter */
 extern HB_EXPORT   LPTSTR hb_parcx( int iParam, ... );  /* 
 retrieve a string parameter */

 this will make easy to build xharbour with unicode support

 Regards
 Luiz

 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Current CVS stable?

2009-01-07 Thread Luiz Rafael Culik Guimaraes
+2

Regards
Luiz
- Original Message - 
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
To: Patrick Mast, xHarbour. patrick.m...@xharbour.com; Luis Krause 
Mantilla lkrau...@shaw.ca
Cc: xHarbour-Developers xharbour-developers@lists.sourceforge.net
Sent: Wednesday, January 07, 2009 5:08 PM
Subject: Re: [xHarbour-developers] Current CVS stable?


-Messaggio Originale- 
Da: Patrick Mast, xHarbour. patrick.m...@xharbour.com
A: Luis Krause Mantilla lkrau...@shaw.ca
Cc: xHarbour-Developers xharbour-developers@lists.sourceforge.net
Data invio: mercoledì 7 gennaio 2009 18.20
Oggetto: Re: [xHarbour-developers] Current CVS stable?


 Hey Luis,

 Thanks for the info.

 Ok, so than I think we have a group consensus on PCode change?
 All?

+1

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] unresolved external.

2008-11-28 Thread Luiz Rafael Culik Guimaraes
Eduardo
Luiz,

I have used but it reclaims for debmake and libslang1-dev libs. Debmake is 
deprecated and libslang1-dev is not available from debian repository.
just remove then from the list of dependencie

Regards
Luiz 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-11-28 Thread Luiz Rafael Culik Guimaraes
Toninho

I have bcc 6.10, but personaly i dont like msvc compiler

Regards
Luiz
- Original Message - 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: Andi Jahja [EMAIL PROTECTED]
Cc: Xharbour-Developers xharbour-developers@lists.sourceforge.net
Sent: Friday, November 28, 2008 2:27 PM
Subject: Re: [xHarbour-developers] C Compiler for Windows, a simple review


 What I use:

   Based on several considerations, I am now using MSVS 9.0 as my work 
 horse,
   although the compiling speed is very slow compared to BCC 5.5.1.
   MSVS 9.0 (Express) is free, code speed is excellent, support/continuity 
 is
   more or less obvious.

 Thanks for tests Andi.

 Do you have results for speedtest between bcc6.10 and msvc9. Wich is
 better please?

 Regards,

 Toninho.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Upper()/Lower() optimization and codepages

2008-11-26 Thread Luiz Rafael Culik Guimaraes
Ron


 Instead of HB_UPPER call, compiler translated string 'abc_абвгд' into
 upper case (for optimization ?).

 What is compiler flags to supress this optimization ?
inside hbexpra.c we have
hb_compExpr_IDs.UPPER   = hb_compIdentifierNew( UPPER, TRUE ); 
--- can this line doing this

Also in line 1758 in hbexprb.c we has this comment

  /*
TODO: Clipper optimizes Upper() but what about codepage 
support?
   */
  else if( HB_EXPR_ISBUILTIN_ID( szName, UPPER )  usCount 
== 1 )
  {
 pReduced = pParms-value.asList.pExprList;

 if( pReduced-ExprType == HB_ET_STRING )
 {
ULONG i;
char *sCopy = (char *) hb_xgrab( pReduced-ulLength 
+ 1 );

memcpy( sCopy, pReduced-value.asString.string, 
pReduced-ulLength + 1 );

pReduced = hb_compExprNewString( sCopy, 
pReduced-ulLength, TRUE );

for ( i = 0; i  pReduced-ulLength; i++ )
{
   sCopy[i] = toupper( sCopy[i] );
}

HB_EXPR_PCODE1( hb_compExprDelete, pSelf );
pSelf = pReduced;
 }
  }

Regards
Luiz 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog: 2008-10-26 00:36 UTC-0500 VicenteGuerra

2008-10-30 Thread Luiz Rafael Culik Guimaraes
Vicente

I use the original source from pcre 7.8

and pcre_ucd.c is need , becouse without it linux give many unresolved 
externals as windows also cannot use pcre

Regards
Luiz
- Original Message - 
From: Vicente Guerra [EMAIL PROTECTED]
To: xHarbour-Developers List xharbour-developers@lists.sourceforge.net
Sent: Sunday, October 26, 2008 1:51 PM
Subject: [xHarbour-developers] ChangeLog: 2008-10-26 00:36 UTC-0500 
VicenteGuerra


 2008-10-26 00:36 UTC-0500 Vicente Guerra [EMAIL PROTECTED]
   * source/rtl/pcre/pcre_ucd.c
 * Forced to include config.h file.

 Luiz,

 Other pcre_*.c files have a copyright header. Should pcre_ucd.c file
 have it?

 Atte.
  Vic

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] 2008-10-24 17:40 UTC-0300 Luiz Rafael Culik( luiz at xharbour.com.br)

2008-10-24 Thread Luiz Rafael Culik Guimaraes
  + source/rtl/pcre/pcre_ucd.c
! added missing file
  ! source/rtl/pcre/Makefile
Commom.mak
compile.mak
A added pcre_ucd.c as dependencie  


Regards
Luiz

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Pcre Library on CVS

2008-10-23 Thread Luiz Rafael Culik Guimaraes
Folks

The pcre support on xharbour is with problem

some file are missing, give unresolved reference in linux builds and probaly 
in windows build

bellow are the missing symbols
using grep -i -e dont show the source where this symbols is defined

pcre_ucd_stage1
pcre_ucd_stage2
pcre_ucd_records

Regards
Luiz


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Compiling in linux

2008-10-22 Thread Luiz Rafael Culik Guimaraes
Hi

in linux, is need the ace.h from ads inside  contrib\rdd_ads directory

Regards
Luiz
- Original Message - 
From: Marcelo Anelli [EMAIL PROTECTED]
To: xharbour-developers@lists.sourceforge.net
Sent: Wednesday, October 22, 2008 11:28 AM
Subject: [xHarbour-developers] Compiling in linux


 Testing again on linux:

 In file included from ../../../../include/hbvm.h:56,
 from ../../ads1.c:59:
 ../../../../include/hbapi.h:330: warning: type qualifiers ignored on 
 function
 return type
 In file included from ../../ads1.c:70:
 ../../rddads.h:66:17: error: ace.h: No existe el fichero o el directorio
 In file included from ../../ads1.c:70:
 ../../rddads.h:198: error: expected specifier-qualifier-list
 before ‘ADSHANDLE’
 ../../rddads.h:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
 before ‘hb_ads_hConnect’
 ../../ads1.c: In function ‘adsSetListener_callback’:
 ../../ads1.c:112: warning: implicit declaration of function 
 ‘AdsSetDateFormat’
 ../../ads1.c:112: error: ‘UNSIGNED8’ undeclared (first use in this 
 function)
 ../../ads1.c:112: error: (Each undeclared identifier is reported only once
 ../../ads1.c:112: error: for each function it appears in.)

 Marcelo Anelli C. o^o¬
 [EMAIL PROTECTED]


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] possible error when using upper/lower function with code page

2008-10-20 Thread Luiz Rafael Culik Guimaraes
request HB_LANG_PT
request HB_CODEPAGE_PTISO
func main
HB_LANGSELECT(PT)
HB_SETCODEPAGE('PTISO','PTISO')
SET DATE BRIT
?cdow(ctod(18/10/2008))  // expected Sábado
?upper(cdow(ctod(18/10/2008))) // expected SÁBADO, please note that the 
first accented a is in lowercase

return nil 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] HBZip doen´t compile with CodeGear C++ 5.90

2008-08-29 Thread Luiz Rafael Culik Guimaraes
Toninho

should compile with out problem since bcc5.82 use same includes from 
dinkumware

but add -D_USE_OLD_RW_STL in CFLAGS for C compiler

Regards
Luiz

- Original Message - 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: xharbour-developers@lists.sourceforge.net
Sent: Friday, August 29, 2008 3:48 PM
Subject: [xHarbour-developers] HBZip doen´t compile with CodeGear C++ 5.90


 MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
 Copy MAKE0018.@@@ BccW32.cfg
1 arquivo(s) copiado(s).
 Bcc32 @bccw32.cfg -c @MAKE0016.@@@
 CodeGear C++ 5.90 for Win32 Copyright (c) 1993, 2007 CodeGear
 ziparchive.cpp:
 Error E2113 .\INCLUDE\zipexception.h 189: Virtual function
 '~CZipException::CZipException()' conflicts with base class
 'std::exception'
 Error E2238 E:\harbour\bcc55\include\dinkumware\functional 811:
 Multiple declaration for 'operator hashstring::()(const string )
 const'
 Error E2344 E:\harbour\bcc55\include\dinkumware\functional 792:
 Earlier declaration of 'operator hashstring::()(const string )
 const'
 Error E2238 E:\harbour\bcc55\include\dinkumware\functional 836:
 Multiple declaration for 'operator hashwstring::()(const wstring )
 const'
 Error E2344 E:\harbour\bcc55\include\dinkumware\functional 792:
 Earlier declaration of 'operator hashwstring::()(const wstring )
 const'
 Error E2522 ziparchive.cpp 272: Non-const function operator
 CZipAutoBuffer::char *() called for const object in function
 CZipArchive::GetLocalExtraField(char *,int) const
 Error E2451 ziparchive.cpp 1360: Undefined symbol 'bRet' in function
 CZipArchive::AddNewFileDrv(CZipAddNewFileInfo )
 Error E2451 ziparchive.cpp 1658: Undefined symbol 'bRet' in function
 CZipArchive::AddNewFile(CZipAddNewFileInfo )
 *** 8 errors in Compile ***

 ** error 2 ** deleting obj\b32\ziparchive.obj



 Regards,

 Toninho.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2008-08-22 09:40 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-08-22 Thread Luiz Rafael Culik Guimaraes
Miguel

do you have an small example for using bmdbfcdx
bm_turbo(.t.)/bm_turbo(.f.)  with set filter to?

i have an piece of code with

bm_turbo(.t.)
index on left(bcod,2)+blinha to (xx1)
index on dtos(bdt)+bfil+btab to xx
bm_turbo(.f.)
set index to (xx),xx1
//#ifdef __XHARBOUR__
 //total on dtos(bdt)+bfil+btab to xx for at(left(bcod,2),GX GI GP G2 
GT)==0 .and. blinha#YY
//#else
set filter to at(left(bcod,2),GX GI GP G2 GT)==0 .and. blinha#YY
total on dtos(bdt)+bfil+btab to xx


is correct? ( my set filter to command call bm_turbo(.t.)  before calling 
dbsetfilter()
does the bm_turbo(.f.) should be called when closing the filter with set 
filter to?

Regards
Luiz


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] New release

2008-08-18 Thread Luiz Rafael Culik Guimaraes
Patrick

I know one from Eduardo Fernandes due an problem on last dbedit.prg commit

Regards
Luiz
  - Original Message - 
  From: Patrick Mast, xHarbour.com 
  To: xHarbour-Developers 
  Sent: Monday, August 18, 2008 6:55 AM
  Subject: Re: [xHarbour-developers] New release


  Hey guys,


  Do we have more pending commits?
  Paul, how close are you with finishing GT?


  Patrick


  On Sat, Aug 2, 2008 at 12:52 PM, Patrick Mast, xHarbour.com [EMAIL 
PROTECTED] wrote:

Hey Guys,


I'd like to call for a release freeze if there are no pending bug fixes.


Paul, do you think you can finish GT for this release?
Thanks!


Patrick




--


  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
  Build the coolest Linux based applications with Moblin SDK  win great prizes
  Grand prize is a trip for two to an Open Source event anywhere in the world
  http://moblin-contest.org/redirect.php?banner_id=100url=/


--


  ___
  xHarbour-developers mailing list
  xHarbour-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/xharbour-developers
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Bug in FileStats?

2008-08-11 Thread Luiz Rafael Culik Guimaraes
Patrick

dCreateDate , = Date when the file was added on the file system
dChangeData = data when the file was changed on the file system

dcreatedate normaly will return always the same value

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour.com
To: xHarbour-Developers
Sent: Saturday, August 09, 2008 10:44 AM
Subject: [xHarbour-developers] Bug in FileStats?


Hello,


This is a bug repot from a xHarbour Builder user:


I try to use filestats and don't understand the return values dCreateDate , 
dChangeData


In next example the creation date from cFileName is compared wih 
Directory(cFileName)[1,3]


FUNCTION MAIN(cFileName)
LOCAL cFileAttr , nFileSize
LOCAL dCreateDate, nCreateTime
LOCAL dChangeDate, nChangeTime
IF cFileName==nil
 cFileName := d:\libexech\ed.exe  // also tried with ed.exe after
copying it
END
? FileStats( cFileName, @cFileAttr , @nFileSize ,  @dCreateDate,
@nCreateTime,@dChangeDate, @nChangeTime )
? File statistiscs
? File Name :, cFileName
? Attributes:, cFileAttr
? File Size :, nFileSize
? Created :, dCreateDate, TString( nCreateTime )
? Changed :, dChangeDate, TSTring( nChangeTime )
? Directory(cFileName)[1,3]
WAIT
RETURN


In the test cFileName was nil , so i took first a file copied to the 
directory from the program (ed.exe)


Results : dChangeDate anddCreateDate are both 25/07/2008 (today) 
Directory(cFileName)[1,3] reports corectly 08/13/92 , which is also reported 
from DOS Directory command


When i do not copy ed.exe , and cFileName=d:\libexech\ed.exe , then


.T.
File statistiscs
File Name : d:\libexech\ed.exe
Attributes: RA
File Size : 139776
Created : 01/18/06 10:01:09
Changed : 07/25/08 14:09:13
08/13/92
Press any key to continue...


What could be 01/18/06 ?
dChangeDate seems always be today , changed or not


Can someone look at this please? Thanks!


Patrick



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/



___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Com objects

2008-08-05 Thread Luiz Rafael Culik Guimaraes
Ron


VBS

dim e
set e = CreateObject(PocketSOAP.Envelope.2)

e.methodName = getQuote
e.URI = urn:xmethods-delayed-quotes

e.Parameters.Create symbol, MSFT

dim t
set t = CreateObject(PocketSOAP.HTTPTransport.2)
t.SOAPAction = 
t.Send http://services.xmethods.net/soap;, e.serialize
e.parse t

wscript.echo Stock quote for MSFT =   e.parameters.item(0).Value 

xharbour

func main
Local searchRes
Local encode:=,ret

Local  e,t,res,env
altd()
e := CreateObject(PocketSOAP.Envelope.2)

e:methodName = getQuote
e:URI = urn:xmethods-delayed-quotes

e:Parameters:Create( symbol, MSFT)


t := CreateObject(PocketSOAP.HTTPTransport)
t:SOAPAction()
env:=  e:serialize
t:Send( http://services.xmethods.net/soap;, env)
e:parse(t)

?stock =  + e:parameters:item(0):Value 

regards
Luiz

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] New release

2008-08-04 Thread Luiz Rafael Culik Guimaraes
Brian

I use the inetrecvall function with out problems, but i dont call inetrecv

regards
Luiz
- Original Message - 
From: bhays [EMAIL PROTECTED]
To: 'xHarbour-Developers' xharbour-developers@lists.sourceforge.net
Sent: Saturday, August 02, 2008 7:57 PM
Subject: Re: [xHarbour-developers] New release


 Has anyone fully tested InetRecvAll() ?

 We have an unresolved problem with the Internet communication functions.
 We've been unable to reduce it to a small sample, so I don't expect this 
 to
 stop finalizing a release.  But it would be good to know if a lot of 
 people
 have
 done a lot of testing of the changes from a few months back regarding
 buffers.

 We have two programs, a server and a client, that talk to each other
 ultimately using
   nLength := InetRecv( ::Socket, @s_cRequest )
   nBytesRead := InetRecvAll( ::Socket, @s_cResponse, nLength )
 and
   METHOD Send( cSend, nLen )INLINE InetSend( ::Socket, cSend, nLen )
   METHOD SendAll( cSend, nLen ) INLINE InetSendAll( ::Socket, cSend, 
 nLen )

 Initial custom handshaking using InetRecv() works fine to establish the
 length of the real
 buffer to transfer down from the server (current test is just 270 bytes).
 But when the server sends it, the client fails on the first call to
   InetRecvAll()
 which just reports zero bytes read.

 This code was working great for years, the last build was with last
 September's xHarbour.
 We didn't need to touch until this past April when we found the problem, 
 and
 we've
 gone in circles a couple of times trying to chase it.

 The real problem is that it is intermittent. Using the exact same
 executables, if I start the server and test the client it may work.
 If it does, it usually will work for even a dozen tests. Eventually it
 fails.
 If I restart the server, the client may fail the first time. When it does,
 it usually fails consistently.
 So behavior seems to be dependent upon random startup issues, who knows
 what...
 Perhaps it works if the server is started during on an even-numbered
 second but not if the time is on and odd-numbered second.  It's very 
 weird,
 and hard to debug.

 Does anyone have any ideas?

 TIA,

 --
 Brian Hays


 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Patrick Mast, xHarbour.com
 Sent: Saturday, August 02, 2008 3:52 AM
 To: xHarbour-Developers
 Subject: [xHarbour-developers] New release

 Hey Guys,

 I'd like to call for a release freeze if there are no pending bug fixes.



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Com objects

2008-08-04 Thread Luiz Rafael Culik Guimaraes
Dear Friends

i has com object the need to recieve an Commvariant type as an parameter to 
an method

How to pass this type of parameter.

here the code i've tryed

#define true 1
func main
Local e
altd()
e:= GoogleSearch(pocketSOAP, 0, 10, true, , true, , ,  )

Function GoogleSearch ( searchTerm,;
start, ;
maxResults, ;
MatchFilter, ;
restrict,  ;
safeSearch, ;
languageRestrict, ;
inputEncoding, ;
outputEncoding )
Local e,t
 t := CreateObject(pocketsOAP.HTTPTransport)
   //t:SetProxy( localhost, 7070)

e := CreateObject(PocketSOAP.Envelope.2)
e:SetMethod( doGoogleSearch, urn:GoogleSearch)

e:Parameters:create( key,'xx')
e:Parameters:create( q, searchTerm)
e:Parameters:create( start, start)
e:Parameters:create( maxResults, maxResults)
e:Parameters:create( filter, MatchFilter)
e:Parameters:create( restrict, restrict)
e:Parameters:create( safeSearch, safeSearch)
e:Parameters:create( lr, languageRestrict)
e:Parameters:create( ie, inputEncoding)
e:Parameters:create( oe, outputEncoding)


t:SOAPAction ( urn:GoogleSearchAction)

? t:send( http://api.google.com/search/beta2;, e:serialize)
e:Parse( t  )   // Samples i get in VB this is passed as e.Parse T

Regards
Luiz 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2008-07-30 13:33 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

2008-07-31 Thread Luiz Rafael Culik Guimaraes
Miguel

Do we realy need this?
you are duplicating existing xharbour functionality

Regards
Luiz
- Original Message - 
From: Miguel Angel Marchuet [EMAIL PROTECTED]
To: xharbour developer list xharbour-developers@lists.sourceforge.net
Sent: Wednesday, July 30, 2008 8:38 AM
Subject: [xHarbour-developers] 2008-07-30 13:33 UTC+0100 Miguel 
AngelMarchuet [EMAIL PROTECTED]


+ Added mzip contrib library

 Best regards,
 Miguel Angel Marchuet

 P.D. README file:

 This folder contains compression related files including:
  * zip file support based on minizip library 
 (http://www.winimage.com/zLibDll/minizip.html)
including:
* minizip version 1.01e source files
* wrapper functions for minizip
* some additionl functions to provide a higher level API for zip files

 Some small changes (to fix compile time warning and errors) are applied to 
 original
 source of minizip 1.01e:

   * harbour/contrib/hbzlib/zip.c
 * added forward definitions of allocate_new_datablock(),
   free_datablock(), init_linkedlist(), add_data_in_datablock(),
   ziplocal_TmzDateToDosDate()
 * pacified warnings of unused args dosDate and crcForCrypting
 * fixed 2 warnings: assigned value is not used. See, TOFIX
   comment for one of the fixes
 * fixed BCC warning function call with no prototype by changing
local int zipFlushWriteBuffer(zi)
   zip_internal* zi;
{
   to
local int zipFlushWriteBuffer(zip_internal* zi)
{
   I expected this code be equivavlent! ??? :/

   * harbour/contrib/hbzlib/unzip.c
 * added forward definitions of strcmpcasenosensitive_internal(),
   unzlocal_DosDateToTmuDate(), 
 unzlocal_CheckCurrentFileCoherencyHeader()
 * fixed 8 warnings: assigned value is not used. See, TOFIX
   comment for one of the fixes

   * harbour/contrib/hbzlib/ioapi.c
 * pacified 7 warnings: unused args opaque
 * fixed warning: assigned value is not used


 Harbour functions to mange ZIP files:
 =

 HB_ZipOpen( cFileName, [ iMode = HB_ZIP_CREATE ],
 [ @cGlobalComment ] ) -- hZip
 HB_ZipClose( hZip, [ cGlobalComment ] ) -- nError
 HB_ZipFileCreate( hZip, cZipName, dDate, cTime,
   nInternalAttr, nExternalAttr,
   [ nMethod = HB_ZLIB_METHOD_DEFLATE ],
   [ nLevel = HB_ZLIB_COMPRESSION_DEFAULT ],
   [ cPassword ], [ cComment ] ) -- nError
 HB_ZipFileWrite( hZip, cData [, nLen ] ) -- nError
 HB_ZipFileClose( hZip ) -- nError
 HB_ZipStoreFile( hZip, cFileName, [ cZipName ], ;
  [ cPassword ], [ cComment ] ) -- nError


 HB_UnzipOpen( cFileName ) -- hUnzip
 HB_UnzipClose( hUnzip ) -- nError
 HB_UnzipGlobalInfo( hUnzip, @nEntries, @cGlobalComment ) -- nError
 HB_UnzipFileFirst( hUnzip ) -- nError
 HB_UnzipFileNext( hUnzip ) -- nError
 HB_UnzipFilePos( hUnzip ) -- nPosition
 HB_UnzipFileGoto( hUnzip, nPosition ) -- nError
 HB_UnzipFileInfo( hUnzip, @cZipName, @dDate, @cTime,
   @nInternalAttr, @nExternalAttr,
   @nMethod, @nSize, @nCompressedSize,
   @cComment ) -- nError
 HB_UnzipFileOpen( hUnzip, [ cPassword ] ) -- nError
 HB_UnzipFileRead( hUnzip, @cBuf [, nLen ] ) -- nRead
 HB_UnzipFileClose( hUnzip ) -- nError
 HB_UnzipExtractCurrentFile( hZip, [ cFileName ], [ cPassword ] ) -- 
 nError


 HB_ZipDeleteFile( cZipFile, cFileMask ) -- nError

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Luiz Rafael Culik Guimaraes
Hi all

Size of almost 3mb is lib with debug

see if in makefile.bc from hbzlib the option CompInheritOptsAt_ziparddll 
has -v -y
if yes, remove this two flags

Regards
Luiz
- Original Message - 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: Jose F. Gimenez [EMAIL PROTECTED]
Cc: xharbour-developers list xharbour-developers@lists.sourceforge.net
Sent: Friday, July 25, 2008 9:05 AM
Subject: Re: [xHarbour-developers] hbzlib question


 Before, it was 661KB and now it's 2604KB + 60KB from zlib.zip (using 
 BCC++
5.5.1).
Is this correct? How is it possible?

 Jose, my file have 2.852.864 bytes.


 Regards,

 Toninho.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelog 2008-07-17 17:10 UTC-0300 Luiz Rafael Culik( luiz at xharbour.com.br)

2008-07-17 Thread Luiz Rafael Culik Guimaraes
  * source/rtl/copyfile.c
! fixed declaration of blockeval function under linux

Regards
Luiz

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-13 Thread Luiz Rafael Culik Guimaraes
Luis

make sure that the .TDS files is not deleted and is in the same directory 
then the executable

Regards
Luiz 


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] MEMO PACK

2008-06-13 Thread Luiz Rafael Culik Guimaraes
Miguel

does the memopack works on dbf that has memo created with dbfcdx?

Regards
Luiz

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Random GPF at ending FWH app

2008-06-13 Thread Luiz Rafael Culik Guimaraes
Luiz

Run

td32 apps.exe

regards
Luiz


- Original Message - 
From: Luis Krause Mantilla [EMAIL PROTECTED]
To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
Cc: xharbour-developers@lists.sourceforge.net; Ron Pinkas 
[EMAIL PROTECTED]
Sent: Friday, June 13, 2008 5:17 PM
Subject: Re: [xHarbour-developers] Random GPF at ending FWH app


 Luiz:

 I'm not familiar with Turbo C++ I just installed. So I'm not sure
 how to do what you suggest.

 Regards,

 Luiz Rafael Culik Guimaraes wrote:
 Luiz

 Has you tryed to run via turbo debugger?

 Regards
 Luiz
 - Original Message - 
 From: Luis Krause Mantilla [EMAIL PROTECTED]
 To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
 Cc: Ron Pinkas [EMAIL PROTECTED];
 xharbour-developers@lists.sourceforge.net
 Sent: Friday, June 13, 2008 4:54 PM
 Subject: Re: [xHarbour-developers] Random GPF at ending FWH app



 Luiz:

 I made sure it's not deleted, yet the .cgl file shows the same info.

 What else is needed?

 Luiz Rafael Culik Guimaraes wrote:

 Luis

 make sure that the .TDS files is not deleted and is in the same 
 directory
 then the executable

 Regards
 Luiz

 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



 -- 
 Luis Krause Mantilla
 lkrausem at shaw dot ca
 luis_krause at hotmail dot com
 May the Source be with GNU






 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



 -- 
 Luis Krause Mantilla
 lkrausem at shaw dot ca
 luis_krause at hotmail dot com
 May the Source be with GNU



 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 RonPinkasron/at/xharbour.com

2008-06-03 Thread Luiz Rafael Culik Guimaraes
Ron

I'll compile today CVS on linux and run the hbtest sample that Andi reported 
with GPF on mt few days ago,
i'll run and confirm if fix was ok

Regards
Luiz
- Original Message - 
From: Ron Pinkas [EMAIL PROTECTED]
To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
Cc: xharbour-developers@lists.sourceforge.net
Sent: Tuesday, June 03, 2008 3:33 PM
Subject: Re: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 
RonPinkasron/at/xharbour.com


 Luiz,

 Which GPF? How do I reproduce, and yes, of course stack trace will be
 good to see.

 Ron

 On Jun 3, 2008, at 6:56 AM, Luiz Rafael Culik Guimaraes wrote:

 Ron

 Do you want an backtrace log with todays commits generated with
 valgrind?( if still GPF)

 Regards
 Luiz

 - Original Message - From: Ron Pinkas [EMAIL PROTECTED]
 To: xHarbour-Developers List xharbour-
 [EMAIL PROTECTED]
 Sent: Tuesday, June 03, 2008 1:59 AM
 Subject: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 Ron
 Pinkasron/at/xharbour.com


 2008-06-03 00:17 UTC-0430 Ron Pinkas ron/at/xharbour.com
   * source/vm/classes.c
 * Minor optimization in hb_clsFinalize()

   * source/vm/throw.c
 ! Fixed GPF trap in Throw() when no argument passed

   * source/vm/hvm.c
 ! Clipper comptability and possible GPF trap in hb_vmQuit()
 shutdown order.
 ! Fixed double release GPF trap in hb_vmQuit() under MT mode.
 * Revised shutdown order to allow Destructors in STATICs
   /*
   NOTE: If reference[s] to object with Destructors are found
 in STATICs, and such Destructor[s]
   are coded to access other STATICs, such STATICs might have
 been cleared by the the Destructor
   is executed. It's Programmer responsability to avoid such
 catch-22 dependancy!
*/

   * source/vm/initexit.c
   * source/vm/hvm.c
 * Clipper comptability in __QUIT()

   * source/vm/thread.c
 ! Fixed GPF traps related to introduction of pCargo member of
 item.asSymbol

 - 
 --- -

 P.S. Due to lack of time, these changes were not tested. Please
 report any problems.

 Ron

 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 Ron Pinkasron/at/xharbour.com

2008-06-03 Thread Luiz Rafael Culik Guimaraes
Ron

Last changes fixed all GPF reported with hbtest program on MT mode reported 
by codeguard and valgrind logs

Regards
Luiz
- Original Message - 
From: Ron Pinkas [EMAIL PROTECTED]
To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
Cc: xharbour-developers@lists.sourceforge.net
Sent: Tuesday, June 03, 2008 3:33 PM
Subject: Re: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 Ron 
Pinkasron/at/xharbour.com


 Luiz,

 Which GPF? How do I reproduce, and yes, of course stack trace will be 
 good to see.

 Ron

 On Jun 3, 2008, at 6:56 AM, Luiz Rafael Culik Guimaraes wrote:

 Ron

 Do you want an backtrace log with todays commits generated with 
 valgrind?( if still GPF)

 Regards
 Luiz

 - Original Message - From: Ron Pinkas [EMAIL PROTECTED]
 To: xHarbour-Developers List xharbour- 
 [EMAIL PROTECTED]
 Sent: Tuesday, June 03, 2008 1:59 AM
 Subject: [xHarbour-developers] 2008-06-03 00:17 UTC-0430 Ron 
 Pinkasron/at/xharbour.com


 2008-06-03 00:17 UTC-0430 Ron Pinkas ron/at/xharbour.com
   * source/vm/classes.c
 * Minor optimization in hb_clsFinalize()

   * source/vm/throw.c
 ! Fixed GPF trap in Throw() when no argument passed

   * source/vm/hvm.c
 ! Clipper comptability and possible GPF trap in hb_vmQuit()
 shutdown order.
 ! Fixed double release GPF trap in hb_vmQuit() under MT mode.
 * Revised shutdown order to allow Destructors in STATICs
   /*
   NOTE: If reference[s] to object with Destructors are found
 in STATICs, and such Destructor[s]
   are coded to access other STATICs, such STATICs might have
 been cleared by the the Destructor
   is executed. It's Programmer responsability to avoid such
 catch-22 dependancy!
*/

   * source/vm/initexit.c
   * source/vm/hvm.c
 * Clipper comptability in __QUIT()

   * source/vm/thread.c
 ! Fixed GPF traps related to introduction of pCargo member of
 item.asSymbol

 - 
 --- -

 P.S. Due to lack of time, these changes were not tested. Please
 report any problems.

 Ron

 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



 


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] GPF on MT

2008-05-25 Thread Luiz Rafael Culik Guimaraes
Dear Friends

This small program bellow, when compiled with multithread support GPF
func main
? Stating thread
startthread(test,1,2) // GPF on thread.c 1667
startthread(@test(),1,2)  // GPF on thread.c 1616
waitforthreads()
return nil

function test(a,b)
? a,b
return nil

Regards
Luiz


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes

Ron

Does line 6663 from harbour.c should be change from
   hb_xfree( ( void * ) pClass );
to
if ( pClass )
- Original Message - 
From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
To: xharbour-developers@lists.sourceforge.net; Ron Pinkas
[EMAIL PROTECTED]
Sent: Sunday, May 18, 2008 4:04 PM
Subject: [xHarbour-developers] GPF on xharbour linux


 Ron

 Running harbour compiler with follow parameters
 harbour -m-n   -w4   -I/usr/src/xharbour/includeac_test.prg
 //
 same for -w3

 returns an GPF

 bellow the GPF trace

 ==15008== 1 errors in context 1 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070946: hb_compCompile (harbour.c:6663)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4b3c is not stack'd, malloc'd or (recently) free'd
 ==15008==
 ==15008== 1 errors in context 2 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x80708FC: hb_compCompile (harbour.c:6645)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a3264 is not stack'd, malloc'd or (recently) free'd
 ==15008==
 ==15008== 14 errors in context 3 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070930: hb_compCompile (harbour.c:6659)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4cb4 is not stack'd, malloc'd or (recently) free'd

 Regards
 Luiz


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes

Ron

Does line 6663 from harbour.c should be change from
   hb_xfree( ( void * ) pClass );
to
if ( pClass )
   {
   hb_xfree( ( void * ) pClass );
   }

Regards
Luiz
- Original Message - 
From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
To: xharbour-developers@lists.sourceforge.net; Ron Pinkas
[EMAIL PROTECTED]
Sent: Sunday, May 18, 2008 4:04 PM
Subject: [xHarbour-developers] GPF on xharbour linux


 Ron

 Running harbour compiler with follow parameters
 harbour -m-n   -w4   -I/usr/src/xharbour/includeac_test.prg
 //
 same for -w3

 returns an GPF

 bellow the GPF trace

 ==15008== 1 errors in context 1 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070946: hb_compCompile (harbour.c:6663)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4b3c is not stack'd, malloc'd or (recently) free'd
 ==15008==
 ==15008== 1 errors in context 2 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x80708FC: hb_compCompile (harbour.c:6645)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a3264 is not stack'd, malloc'd or (recently) free'd
 ==15008==
 ==15008== 14 errors in context 3 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070930: hb_compCompile (harbour.c:6659)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4cb4 is not stack'd, malloc'd or (recently) free'd

 Regards
 Luiz


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron

ok,

will compile and post result in few minutes

Regards
Luiz
- Original Message - 
From: Ron Pinkas [EMAIL PROTECTED]
To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
Cc: xharbour-developers@lists.sourceforge.net
Sent: Monday, May 19, 2008 12:44 PM
Subject: Re: [xHarbour-developers] GPF on xharbour linux


 Luiz,
 
 No. Please test after: 2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/ 
 xharbour.com
 
 Ron
 
 On May 19, 2008, at 6:20 AM, Luiz Rafael Culik Guimaraes wrote:
 

 Ron

 Does line 6663 from harbour.c should be change from
hb_xfree( ( void * ) pClass );
 to
 if ( pClass )
{
hb_xfree( ( void * ) pClass );
}

 Regards
 Luiz
 - Original Message -
 From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]
 To: xharbour-developers@lists.sourceforge.net; Ron Pinkas
 [EMAIL PROTECTED]
 Sent: Sunday, May 18, 2008 4:04 PM
 Subject: [xHarbour-developers] GPF on xharbour linux


 Ron

 Running harbour compiler with follow parameters
 harbour -m-n   -w4   -I/usr/src/xharbour/include 
 ac_test.prg
 //
 same for -w3

 returns an GPF

 bellow the GPF trace

 ==15008== 1 errors in context 1 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070946: hb_compCompile (harbour.c:6663)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4b3c is not stack'd, malloc'd or  
 (recently) free'd
 ==15008==
 ==15008== 1 errors in context 2 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x80708FC: hb_compCompile (harbour.c:6645)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a3264 is not stack'd, malloc'd or  
 (recently) free'd
 ==15008==
 ==15008== 14 errors in context 3 of 3:
 ==15008== Invalid free() / delete / delete[]
 ==15008==by 0x8070930: hb_compCompile (harbour.c:6659)
 ==15008==by 0x806B34A: main (harbour.c:336)
 ==15008==  Address 0x80a4cb4 is not stack'd, malloc'd or  
 (recently) free'd

 Regards
 Luiz


 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers



 -- 
 ---
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers

 


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] GPF on xharbour linux

2008-05-19 Thread Luiz Rafael Culik Guimaraes
Ron
 
 No. Please test after: 2008-05-19 11:06 UTC-0430 Ron Pinkas ron/at/ 
 xharbour.com
Fix confirmed. thanks

Regards
Luiz

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


  1   2   >