Re: [Harbour] HAPPY NEW YEAR !!!

2010-01-01 Thread ToninhoFWi
>I want to wish all of you HAPPY NEW YEAR !!! I wish a happy 2010 for all of us. Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___ Har

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread ToninhoFWi
>I'm glad to announce that after a very heavy 16 months >of development, the final, stable version 2.0.0 is finally >released. Thanks to all team for this great release. Congratulations ! Toninho. __ Faça ligações para outros computadores com

Re: [Harbour] SF.net SVN: harbour-project:[13270] trunk/harbour

2009-12-17 Thread ToninhoFWi
>+ Added example for simple form of WIN_MAPISENDMAIL() call. Hi Viktor, Thanks a lot for your changes, but now, first sample GPF and second don't call MAPI. Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messeng

Re: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread ToninhoFWi
>Yes, recipients are ok. Senders and attachments not. Hi Enrico. Attach works fine too, look: ---cut--- Win_MAPISendMail( "Subject TEST", ; // subject "BODY Text Message here!", ; // menssage nil,

Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread ToninhoFWi
>Probably unlimited support broke, at least one of the >last 2-3 commits to this file. Hi Viktor and Enrico. This test works: ---cut--- Win_MAPISendMail( "Subject TEST", ; // subject "BODY Text Message here!", ; // menssage

Re: Re: [Harbour] Adding MAPI to hbwin

2009-12-12 Thread ToninhoFWi
>I've just found the example, sorry for missing it. Hi Viktor. Thanks a lot for your enhancements and fixes. Now mapi is working fine and testmapi.prg is tested under windows vista with success, Best regards, Toninho. __ Faça ligações para outro

[Harbour] SF.net SVN: harbour-project:[13233] trunk/harbour

2009-12-12 Thread toninhofwi
Revision: 13233 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13233&view=rev Author: toninhofwi Date: 2009-12-12 22:50:52 + (Sat, 12 Dec 2009) Log Message: --- 2009-12-12 20:48 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/hbwin/t

Re: Re: [Harbour] Adding MAPI to hbwin

2009-12-12 Thread ToninhoFWi
>Hi Toninho, >> Hi. >> I have a working MAPI for Harbour. Can I add it to hbwin ? >Yes, please. Hi Viktor, done, but please, could you update makefiles ? Thank you and best regards, Toninho. __ Faça ligações para outros computadores com o novo Yah

[Harbour] SF.net SVN: harbour-project:[13223] trunk/harbour

2009-12-12 Thread toninhofwi
Revision: 13223 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13223&view=rev Author: toninhofwi Date: 2009-12-12 12:57:49 + (Sat, 12 Dec 2009) Log Message: --- 2009-12-12 10:45 UTC-0300 Antonio Carlos Pantaglione + harbour/contrib/hbwin/ma

[Harbour] Adding MAPI to hbwin

2009-12-11 Thread ToninhoFWi
Hi. I have a working MAPI for Harbour. Can I add it to hbwin ? Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___ Harbour ma

Re: Re: [Harbour] Undefined symbol 'hb_lang_Init_'

2009-12-10 Thread ToninhoFWi
>BTW HB_NO_PROFILER is default and HB_FM_STD_ALLOC in BCC is slower, >consumes more memory and it's very inefficient in MT mode. Thank you. I'll try new settings. Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messen

Re: [Harbour] uhttpd v0.3

2009-11-08 Thread ToninhoFWi
>I want to share my new uhttpd version 0.3. Actually it is not very new, >it was finished in the end of July, but I did not find a time to write >a readme.txt file. Hi Mindaugas. Can I use uhttpd to replace my calls to Microsoft.XMLHTTP ? Thanks and Best Regards, Toninho. _

Re: [Harbour] ADS limits

2009-10-28 Thread ToninhoFWi
Hi Mindaugas, I had this problem in the past and I change ads1.c to trap it: 2008-09-22 16:19 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/rddads/ads1.c * using AdsCreateIndex61 when ADS_LIB_VERSION >= 610. This functions use ADS_DEFAULT as index page size parameter and force Adva

Re: Re: [Harbour] HBMemIO and RDDADS

2009-10-20 Thread ToninhoFWi
>> I'm trying to test hbmemio with RDDADS but I can't. Is it possible? > >No, ADS server is not a part of Harbour code, so, it can not use >hbmemio.lib :) Ok Mindaugas, thank you. Regards, Toninho. __ Faça ligações para outros computadores com

[Harbour] HBMemIO and RDDADS

2009-10-17 Thread ToninhoFWi
Hi. I'm trying to test hbmemio with RDDADS but I can't. Is it possible? ---cut--- REQUEST HB_MEMIO REQUEST ADS PROC Main() LOCAL nI FIELD F1 rddregister("ads",1) rddsetdefault("ads") adssetfiletype(3) DBCREATE("mem:test", {{"F1", "N", 9, 0}},, .T., "memarea") FOR nI := 1 TO

Re: RE: Re: [Harbour] Web Services in Harbour

2009-10-15 Thread ToninhoFWi
Hi Marek >Can I receive as a result of the complex result (array, object ) ? There are a lot of samples in pockesoap home. As I can see pocketsoap is much more complete compared to mssoap, but is more hard to use, maybe because it have more features ? BTW try to use WsdlWizard from that site. Ws

Re: Re: [Harbour] Web Services in Harbour

2009-10-14 Thread ToninhoFWi
>What do I need to install to get MSSOAP.SoapClient object >on my machine? Viktor, IMO the best is change to PocketSoap, since Microsoft abandoned MSSOAP. This is a working sample: ---cut--- local oEnvelope := Win_OleCreateObject( "PocketSOAP.Envelope.2" ) local oHttp := Win_OleCreateObject( "Po

Re: Re: [Harbour] Compile Error Using BCC 6.20

2009-10-04 Thread ToninhoFWi
Hi Mario, Try to look into bcc32.cfg and ilink32.cfg, there are some paths there that need be filled, here is my files: ---bcc32.cfg--- -IC:\bcc\include;C:\bcc\include\dinkumware -LC:\bcc\lib -O2 -d -5 -6 -a8 ---bcc32.cfg--- ---ilink32.cfg--- -LC:\bcc\lib ---ilink32.cfg--- Regards, Toninho.

[Harbour] Web Services in Harbour

2009-09-24 Thread ToninhoFWi
Hi ppl, How I do to access web services in Harbour please ? Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___ Harbour mailin

Re: Re: [Harbour] Harbour as WEB application

2009-09-19 Thread ToninhoFWi
>I use in some cases the CGI with Apache or IIS. And recently I have >tested the uhttpd2 with Adobe Flex with much success. Hi Vailton, Thanks for the answer. I'll take a look at Adoble Flex. Regards, Toninho. __ Faça ligações para outros compu

[Harbour] Harbour as WEB application

2009-09-18 Thread ToninhoFWi
Hi ppl. What is the best way to write an application for web using Harbour ? I'm not familiar with web app, all coments are welcome. Thanks and best regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br

Re: [Harbour] SF.net SVN: harbour-project:[12382] trunk/harbour

2009-09-01 Thread ToninhoFWi
> Have a fun with this new toy ;-) Toy? This is a wonderful tool. Thank you Przemek. Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ __

Re: Re: [Harbour] BCC 6.2 is out

2009-08-31 Thread ToninhoFWi
Hi Massimo. >will works hbqt? I don't use qt >is free or commercial? commercial >planed 64 bit support? I don't know, maybe there are any information in the Embarcadero home page. Regards, Toninho. __ Faça ligações para outros computadores com o

[Harbour] BCC 6.2 is out

2009-08-31 Thread ToninhoFWi
Hi friends, Bcc 6.2 is out. Now it is called Embarcadero C++ 6.20 (http://www.embarcadero.com/) I do a complete test with latest SVN with success. Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br

Re: Re: [Harbour] Possible OleAuto bug

2009-08-21 Thread ToninhoFWi
>Now ax controls should be cleanly released but I cannot make any tests. >Probably it can be easy tested by simple code like: Hi Przemek. Tested and working here. Thank you. Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Mes

[Harbour] SF.net SVN: harbour-project:[12077] trunk/harbour

2009-08-11 Thread toninhofwi
Revision: 12077 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12077&view=rev Author: toninhofwi Date: 2009-08-11 18:29:58 + (Tue, 11 Aug 2009) Log Message: --- 2009-08-11 15:35 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/xhb/xcstr

[Harbour] SF.net SVN: harbour-project:[11388] trunk/harbour

2009-06-16 Thread toninhofwi
Revision: 11388 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11388&view=rev Author: toninhofwi Date: 2009-06-16 14:14:17 + (Tue, 16 Jun 2009) Log Message: --- 2009-06-16 11:25 UTC-0300 Antonio Carlos Pantaglione * contrib/hbwin/wapi_winus