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

2009-04-16 Thread Alex Strickland
Viktor Szakáts wrote: I've found it. BCC has it's own PCRE in it's RTL lib, and hbmk2 (after recent change when switching to separate link command) is including it before hbpcre, making it the default PCRE engine. The BCC PCRE engine apparently cannot handle regexp needs is hbtip. I'll fix

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

2009-04-15 Thread Viktor Szakáts
> > Even I put the information correctly when it generates the error you posted > earlier. > I would say that this xHarbour in compiling and running perfectly. > > Is the problem only occurs using the BCC 5.5.1? I've found it. BCC has it's own PCRE in it's RTL lib, and hbmk2 (after recent change

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

2009-04-15 Thread sygecom
Hi Massimo, Even I put the information correctly when it generates the error you posted earlier. I would say that this xHarbour in compiling and running perfectly. Is the problem only occurs using the BCC 5.5.1? Leonardo Machado Massimo Belgrano-3 wrote: > > I compile and run (with m

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

2009-04-15 Thread Massimo Belgrano
I compile and run (with mingw) hbmk2 test.prg hbtip.lib Naturally it not work becuase smtp.mydomain.com is unknow function main ? "send mail" cServerIP="smtp.gmail.com" cFrom="xxx...@gmail.com" cUserName="@gmail.com" cPassword="yyy" aTo="zz...@deltain.it"

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

2009-04-15 Thread sygecom
Hi Massimo, Save the code below into a file. Test.prg PRG into the folder called \ harbor \ contrib \ hbtip \ tests \ and compiled using hbmk2.exe. By generating the executable without error, but when I run it generates the following error: Error BASE/1081 Operation not supported: TIPCL

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

2009-04-15 Thread Massimo Belgrano
Untested Refer to your smtp/pop server for info function main cServerIP="smtp.mydomain.com" cFrom="mym...@mydomain.com" cUserName="myusername" cPassword="mypassword" ato=bill.ga...@microsoft.com" cSubject="Hello Bill" cMsg="Can you join to harbour project?"

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

2009-04-15 Thread sygecom
Hello Viktor, If not bothered, that would be put as an sample of use of HB_SENDMAIL in the \CONTRIB\HBTIP\TESTS that I can compile using hbmk2.exe. Here is giving error in everything related to HBTIP.LIB. I am using the BCC 5.5.1 for now to compile the samples. Leonardo Machado Viktor Szakáts w

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

2009-04-14 Thread Viktor Szakáts
Thanks Xavi. Parallel compiling? Well, good idea actually :) It could be done, but I'm not familiar with MT programming (just concepts about coding *for* MT). The way to do it is most probably to split filelists into N chunks and launch these commands in separate threads and wait for them to compl

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

2009-04-14 Thread Viktor Szakáts
Hi, I've rechecked the logs and there weren't many changes in hbtip this last year which could cause such error, so it must be an older issue. For me though sending e-mails via hbtip works properly, I've just rechecked. Brgds, Viktor On Wed, Apr 15, 2009 at 7:46 AM, sygecom wrote: > > Hi Viktor

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

2009-04-14 Thread sygecom
Hi Viktor, OK, I noticed that the HB_SENDMAIL () also gives this error. At the moment I try to change the sending of email to use with the CONTRIB Blat, and later I see on the FTP. Already decided rather compatibility between the xHarbour Harbour and on my system with the help of you here at the

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

2009-04-14 Thread Viktor Szakáts
Hi Leonardo, Thanks. As for the error, a quick check lead to url.prg, but I don't know this code (especially the many regexp tricks there), so I hope someone who does will be able to check it and fix it. Brgds, Viktor On Wed, Apr 15, 2009 at 3:25 AM, sygecom wrote: > > Hi Viktor, > In this last

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

2009-04-14 Thread Xavi
Great job Viktor, Thanks. When compiling parallel multithreaded ? ;) New option: -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg. Xavi vszak...@users.sourceforge.net escribió: Revision: 10860 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10860&v

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

2009-04-14 Thread sygecom
Hi Viktor, In this last change in \ harbor \ contrib \ hbtip \ DNLDFTP.PRG realized that instead of PROCEDURE is PROCDURE. And if you have any tips on how to resolve the error that is giving to this example I would too. Leonardo Machado vszakats wrote: > > Revision: 10860 > > http:/

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

2009-04-14 Thread vszakats
Revision: 10860 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10860&view=rev Author: vszakats Date: 2009-04-14 22:26:26 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-15 00:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg