Re: [xHarbour-developers] Is planed support for ADS v 9 ?

2008-04-03 Thread Luiz Rafael Culik Guimaraes
Massimo I just downloaded the version 9 api regards Luiz - Original Message - From: Massimo Belgrano [EMAIL PROTECTED] To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]; xHarbour-Developers List xharbour-developers@lists.sourceforge.net Sent: Wednesday, April 02, 2008 9:53 AM Subject

[xHarbour-developers] changelog 2008-04-03 12:00 UTC-0300 Luiz Rafael Culik( luiz at xharbour.com.br)

2008-04-03 Thread Luiz Rafael Culik Guimaraes
* contrib/rdd_ads/ads1.c * contrib/rdd_ads/adsfunc.c * contrib/rdd_ads/ads.ch * contrib/rdd_ads/ace.h * contrib/rdd_ads/rddads.h ! Added support for ADS9 VFP file type and fields Regards Luiz - Check out the

Re: [xHarbour-developers] ZIP problem

2008-04-19 Thread Luiz Rafael Culik Guimaraes
Enrico Last Cvs work properly here and why you are including fivewin.ch for an console app? Regards Luiz - Original Message - From: Enrico Maria Giordano [EMAIL PROTECTED] To: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED]; xharbour-developers@lists.sourceforge.net Sent: Saturday, April

Re: [xHarbour-developers] Stupid Questions ...

2008-05-13 Thread Luiz Rafael Culik Guimaraes
Toninho O melhor e usar assim HB_FUNC( NEWBRUSH ) { hb_retptr( (void *) CreateSolidBrush( (COLORRREF) hb_parnl(1) ); // return value can be a minus or an out-of-range (why?) } and when use do HB_FUNC() { COLORREF d = (COLORREF)hb_parptr(1); functioncall(d); } - Original

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

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

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

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

[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

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

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

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

[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.

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] 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

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:

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:

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]

[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 (

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

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:

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,

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

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

[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

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

[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

[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

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

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

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 -

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

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

[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

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

[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

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

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

[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

[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

[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:

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

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

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

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

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

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

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]

[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,

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

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

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

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

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 -- ___

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

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

2009-04-01 Thread Luiz Rafael Culik Guimaraes
-- 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

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

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

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

[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)

[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

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

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.

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

[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

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

2009-08-05 Thread Luiz Rafael Culik Guimaraes
@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

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

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

[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 +

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

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] 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

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

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

[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

[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

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

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:

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

[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

[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

[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

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

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

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

2009-09-13 Thread Luiz Rafael Culik Guimaraes
- 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

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

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

[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

[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

[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-

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

[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

[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

[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

[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

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:

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

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:

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:

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

2010-04-28 Thread Luiz Rafael Culik Guimaraes
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

  1   2   >