Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
Fernando, I told you to remove the password :-) >From your first message: 20100514-10:05:23 :INETSENDALL( , 25, HELO ) >> 25 << >From today message: 20100515-21:31:32 :INETSENDALL( , 35, EHLO fjsiste...@fjsistemas.com.br< cr> ) >> 35 <&

Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64! I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64! I MUST LEARN TO NOT POST MY PASSWORD IN PUBLIC LISTS, EVEN IF IN BASE64! JUSI KIDDING, I MUST CHANGE IT ASAP

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

2010-05-15 Thread Antonio Maniero
> > I am really sorry > to hear about so ridiculous comments about xMate. I would suggest you > just to give it a try before repeatedly shouting against it. > xMate was my first try when I come back to xBase programming. I will never use it or nothing with same behavior. Maybe my comments are ridi

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

2010-05-15 Thread Pritpal Bedi
Viktor Szakáts wrote: > > I agree to go standard, rather than replicating > such a very niche editor like xMate. Harbour's > goal isn't to create an xMate copycat. Probably > there is a good middle ground between making > xMate users happy and not cut off everyone else. > Keyboard Mappings

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

2010-05-15 Thread Pritpal Bedi
Antonio Maniero wrote: > >> >> >> Great, but I would like to have a possibility to implement MultiEdit way >> using key binding macro. I guess hbide should be flexible enough to do >> this. >> >> Exactly. > > xMate is a sub and non standard IDE. IMO it's ok and I can understand the > reason to

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

2010-05-15 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > >> I cannot reproduce. Can you try again after r14500 ? > > I still can. Screencast at www.dbtopas.lt/hrb/f11.avi > f11.avi clearly indicates that your claim is valid. But for "mysterious" reasons I cannot reproduce it on my machine. Can you so test after hbQ

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

2010-05-15 Thread vouchcac
Revision: 14502 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14502&view=rev Author: vouchcac Date: 2010-05-16 01:38:02 + (Sun, 16 May 2010) Log Message: --- 2010-15-15 18:31 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/qtgui/HBQPlain

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

2010-05-15 Thread Viktor Szakáts
> Great, but I would like to have a possibility to implement MultiEdit way > using key binding macro. I guess hbide should be flexible enough to do this. > > Exactly. > > xMate is a sub and non standard IDE. IMO it's ok and I can understand the > reason to reproduce his behavior, but if HbIDE w

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

2010-05-15 Thread Antonio Maniero
> > > Great, but I would like to have a possibility to implement MultiEdit way > using key binding macro. I guess hbide should be flexible enough to do this. > > Exactly. xMate is a sub and non standard IDE. IMO it's ok and I can understand the reason to reproduce his behavior, but if HbIDE wishes

Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
with user and password without mt 20100515-21:31:32 :INETCONNECT( smtp.gmail.com, 465 ) >> << 20100515-21:31:32 :INETERRORCODE( ) >> 0 << 20100515-21:31:32 :INETRECVLINE( , , 512 ) >> 220 mx.google.com ESMTP a10sm2953466anj.19 <<

Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
i think this QUIT is why inetrecvline returns NIL IF ! oInMail:Open( NIL, lAuthTLS ) // here oInmail:Close() RETURN .F. ENDIF Regards Fernando Athayde De: francesco perillo Para: Harbour Project Main Developer List. Enviadas: Sá

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

2010-05-15 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.16 02:13, Pritpal Bedi wrote: 4) Persistent selection does not work if a use a mouse to position cursor. Test: F11 Down Down F11 Position cursor before the block using mouse Position cursor after the block using mouse (block is not select

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
>> ATM HB_SENDMAIL() is not working at one of my clients, >> but it works at others. The one failing is simple SMTP, >> no SSL or MT mode. HB_SENDMAIL() returns .F. Unfortunately >> I don't have logs. The build in question uses latest hbtip >> code. > > Can you please provide a minimal, self-conta

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
Hi Przemek, >> It's possible (and should fixed, just not by my eyes), but >> my suspect in this case is an MT requirement of OpenSSL, which >> isn't satisfied in hbssl. > > Yes, but it's important only for concurrent access. > It does not change anything when only single thread > access SSL cod

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
>> 20100514-09:29:42 :INETRECVLINE( , , 512 ) 220 mx.google.com ESMTP 21sm1329732yxe.15 << > > > I DON'T UNDERSTAND why is the server replaying to your QUIT message > with a 220 ! > > I have some ideas to check but I need to install openssl FWIW I've been getting that all the time, an

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
Viktor > ATM HB_SENDMAIL() is not working at one of my clients, > but it works at others. The one failing is simple SMTP, > no SSL or MT mode. HB_SENDMAIL() returns .F. Unfortunately > I don't have logs. The build in question uses latest hbtip > code. Can you please provide a minimal, self-contai

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
I will install openssl tomorrow and I will have a look. Anyway, also your "ok" logs don't show that the message is really sent... Can you please: 1) insert in gmail.prg valid username/password, compile and run it in both ST and MT mode 2) delete username and password from gmail.prg and logs and sen

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

2010-05-15 Thread vszakats
Revision: 14501 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14501&view=rev Author: vszakats Date: 2010-05-15 23:28:28 + (Sat, 15 May 2010) Log Message: --- 2010-05-16 01:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/tests/tests

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
> but with MT returns .F. very slower > > log smtp with error > 20100514-09:29:31  :INETCONNECT( smtp.gmail.com, 465 ) >>> << > > 20100514-09:29:31  :INETERRORCODE( ) >>>  0 << > > 20100514-09:29:41  :INETRECVLINE( , , 512 ) >>> NIL << > > 20100514-09:29:41  :INETERRORCODE( ) >>>

Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
- openssl is very simple to install and rebuild harbour - these was complete logs if you wnat more any information please ask me i am a 4 days trying resolve this Regards Fernando Athayde De: francesco perillo Para: Harbour Project Main Developer List. Envi

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

2010-05-15 Thread Pritpal Bedi
Pritpal Bedi wrote: > > However a function is provided > already in public API ::toggleCurrentLineHilight(). > Sorry, ::toggleSelectionMode() => any - stream ::toggleLineSelectionMode() => any - line - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View

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

2010-05-15 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Now line block remembers its mode, but Ctrl+C, Ctrl+V overwrites lines > on paste. Normally Paste operation inserts new text, but do not > overwrites text. > Fixed. r14500. >>> 4) Persistent selection does not work if a use a mouse to position >>> cursor.

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
I don't have openssl installed... is it just ok to install it and point to it and rebuild harbour ? @Fernando: I did try to analyze your logs... are they complete or are some lines missing ? If I telnet to port 465 I receive no data from the server... I also checked with a tcpdump... so it's stra

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

2010-05-15 Thread vouchcac
Revision: 14500 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14500&view=rev Author: vouchcac Date: 2010-05-15 23:07:00 + (Sat, 15 May 2010) Log Message: --- 2010-15-15 16:03 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbqplaint

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

2010-05-15 Thread vszakats
Revision: 14499 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14499&view=rev Author: vszakats Date: 2010-05-15 22:58:07 + (Sat, 15 May 2010) Log Message: --- 2010-05-16 00:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/Makefile

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

2010-05-15 Thread vszakats
Revision: 14498 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14498&view=rev Author: vszakats Date: 2010-05-15 22:50:20 + (Sat, 15 May 2010) Log Message: --- 2010-05-16 00:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_srv.c

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

2010-05-15 Thread vszakats
Revision: 14497 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14497&view=rev Author: vszakats Date: 2010-05-15 22:39:41 + (Sat, 15 May 2010) Log Message: --- 2010-05-16 00:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_srv.c

Re: [Harbour] HB_ZipFile problem

2010-05-15 Thread Bruno Luciani
Quedo resuelto no ? Bruno 2010/5/14 CarozoDeQuilmes > Hi, three or four days ago I had download the Harbour 2.1.0beta1 (Rev. > 14468) that solve the overwrite problem with the HB_ZipFile. > It work fine for me, but today I found that: > HB_ZipFile( cFileZip , cFile ) > doesn't work anymore

[Harbour] using sqlrdd and rddinfo

2010-05-15 Thread Massimo Belgrano
sql rdd allow connect using sdd to MYSQL,Firebird,Oracle using OCI,,Postgres SQL,sqllite,odbc REQUEST SDDMY , SDDFB, SDDOCI,SDDPG, SDDSQLT3, SDDODBC Need string for connect to each possible server server is allways localhost, with user as tipical admin user with password =password to an area

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

2010-05-15 Thread Apolinar
Now works Thank you very much ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-05-15 Thread vszakats
Revision: 14496 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14496&view=rev Author: vszakats Date: 2010-05-15 22:03:53 + (Sat, 15 May 2010) Log Message: --- 2010-05-16 00:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_srv.c

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

2010-05-15 Thread Mindaugas Kavaliauskas
Hi, Can you please check after r14491. 3) Block forget about makting mode on paste Test (continuation of previous test): Ctrl+C (one line copied to clipboard) move cursor to the middle of any line Ctrl+V (line is pasted in a stream mode instead of line mode - bad) Now line blo

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

2010-05-15 Thread Pritpal Bedi
Apolinar wrote: > > Hbide 14484 > New source icon > first row type: aa enter new line > select aa in first line > ctrl c copy > arrow down second line > ctrl v paste > nothing > Thank you for info. Can you test again with r14495 ? - enjoy hbIDEing... Pritpal Bedi http://

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

2010-05-15 Thread vouchcac
Revision: 14495 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14495&view=rev Author: vouchcac Date: 2010-05-15 21:27:37 + (Sat, 15 May 2010) Log Message: --- 2010-15-15 14:29 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/ideedit.prg

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

2010-05-15 Thread Apolinar
Hbide 14484 New source icon first row type: aa enter new line select aa in first line ctrl c copy arrow down second line ctrl v paste nothing ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
I was map, and with MT fails always in line 358, very slow in this line, i think the slow is by timeout sendmail.prg 358 IF ! oInMail:Open( NIL, lAuthTLS ) //here in MT always return .F. 359 oInmail:Close() 360 RETURN .F. 341 ENDIF my apologizes about number of messages

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

2010-05-15 Thread Pritpal Bedi
Apolinar wrote: > > Thank you but copy paste do not work good > Tell me under what circumstances it falters. Please read Mindaugas mails, and see how he explains a bug. Tell me the steps to understand what is going wrong. Folks, I have revamped Qt's own selecetion mechanism and am sure ther

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

2010-05-15 Thread Apolinar
Thank you but copy paste do not work good ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Przemysław Czerpak
On Sat, 15 May 2010, Szak�ts Viktor wrote: Hi, > It's possible (and should fixed, just not by my eyes), but > my suspect in this case is an MT requirement of OpenSSL, which > isn't satisfied in hbssl. Yes, but it's important only for concurrent access. It does not change anything when only sin

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

2010-05-15 Thread vszakats
Revision: 14494 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14494&view=rev Author: vszakats Date: 2010-05-15 20:21:32 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/howtosvn.txt * Mo

Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
>> E:\harbour_cvs\contrib\hbtip\tests>hbmk2 gmail.prg hbtipssl.hbc >> hbmk2: Processando script local: hbmk.hbm >> hbmk2: Processando arquivo de configuração: e:\harbour_gcc\bin\hbmk.cfg >> hbmk2: Processando: hbtipssl.hbc >> >> E:\harbour_cvs\contrib\hbtip\tests>gmail >> >> .T. >> >> >> >> E:

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

2010-05-15 Thread Pritpal Bedi
José Luis Capel-3 wrote: > >> Hope you will follow, in future, Harbour's strict rules about >> what Viktor did to your code. >> >> > Well, I'm doing my best... but, unfortunately, I am not a C programmer and > I > have not so experience and knowledge. But I am learning a lot with all of > you :-

Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Przemysław Czerpak
On Sat, 15 May 2010, Fernando Athayde wrote: > bur Przemek look this: [...] Don't you understand the results are in practice random due to uninitialized memory? You have .T. for ST and .F. for MT. I have .T. for both modes. Someone else can have .F. for ST and .T. for MT. It doesn't change anythin

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

2010-05-15 Thread José Luis Capel
Pritpal Welcome on-board Jose. > > Thanks! > Hope you will follow, in future, Harbour's strict rules about > what Viktor did to your code. > > Well, I'm doing my best... but, unfortunately, I am not a C programmer and I have not so experience and knowledge. But I am learning a lot with all of y

Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
Can you post this like the twenties time? I really helps to find the problem. If you cannot help in getting closer to the solution, you've done everything by making _one_ report to the list. It won't be faster if you report it every 45 minutes. Viktor On 2010 May 15, at 21:54, Fernando Athayd

Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Pritpal Bedi
Fernando Athayde wrote: > > > E:\harbour_cvs\contrib\hbtip\tests>hbmk2 gmail.prg hbtipssl.hbc > hbmk2: Processando script local: hbmk.hbm > hbmk2: Processando arquivo de configuração: e:\harbour_gcc\bin\hbmk.cfg > hbmk2: Processando: hbtipssl.hbc > > E:\harbour_cvs\contrib\hbtip\tests>gmail >

Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
bur Przemek look this: E:\harbour_cvs\contrib\hbtip\tests>hbmk2 gmail.prg hbtipssl.hbc hbmk2: Processando script local: hbmk.hbm hbmk2: Processando arquivo de configuração: e:\harbour_gcc\bin\hbmk.cfg hbmk2: Processando: hbtipssl.hbc Harbour 2.1.0beta1 (Rev. 14471) Copyright (c) 1999-2010, http://w

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

2010-05-15 Thread Jarosław Kądzioła
Hi Viktor, > + Readded hbsms lib. Thanks a lot !! I'll try it at monday (access to phohe plugged to PC). -- Regards, Jaroslaw Kadziola ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-proje

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

2010-05-15 Thread Pritpal Bedi
José Luis Capel-3 wrote: > > Viktor, > > Many thanks!!! > > Regards, > José Luis Capel > Welcome on-board Jose. Hope you will follow, in future, Harbour's strict rules about what Viktor did to your code. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
Hi, >> Przemek, i was think, may be problem is the multithread support of openssl >> dll´s >> i was trying build openssl, but without success > > If non HVM thread tries to access HVM, i.e. to execute some .prg code > then it simply GPF so I do not think it's the source o your problem. > >> but

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

2010-05-15 Thread José Luis Capel
Viktor, Many thanks!!! Regards, José Luis Capel 2010/5/15 > Revision: 14493 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14493&view=rev > Author: vszakats > Date: 2010-05-15 19:31:19 + (Sat, 15 May 2010) > > Log Message: > --- > 2010-05-15 21:27 UTC+020

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Przemysław Czerpak
On Sat, 15 May 2010, Fernando Athayde wrote: Hi, > Przemek, i was think, may be problem is the multithread support of openssl > dll´s > i was trying build openssl, but without success If non HVM thread tries to access HVM, i.e. to execute some .prg code then it simply GPF so I do not think it's

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

2010-05-15 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > 6) Could not find a button to start column block marking > It is "Toggle Selection Mode" icon on the main toolbar. It toggle between "Stream" and "Column/Line". "Line" mode can only be set with F11 and this icon changes appearance. Line mode is switched off

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

2010-05-15 Thread vszakats
Revision: 14493 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14493&view=rev Author: vszakats Date: 2010-05-15 19:31:19 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 21:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/howtosvn.txt + Ma

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

2010-05-15 Thread Pritpal Bedi
Itamar Lins-2 wrote: > > Another problem while close HBIDE show "This aplication has requested > the runtime to terminate it in an unusual way." > This should be fixed by now after r14491. The fact that hbQT was not build along was the culprit. - enjoy hbIDEing... Pritpal B

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

2010-05-15 Thread Pritpal Bedi
Itamar Lins-2 wrote: > > Select with keyboard not working. > If press key + key the cursor selection target go to > right position. > Please check after r14492. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-de

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

2010-05-15 Thread vouchcac
Revision: 14492 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14492&view=rev Author: vouchcac Date: 2010-05-15 19:23:54 + (Sat, 15 May 2010) Log Message: --- 2010-15-15 12:20 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbqplaint

[Harbour] Netio Server and Wine aplicattion

2010-05-15 Thread Bruno Luciani
I am making a test graphical aplication to test NETIO , running in linux and all works ok for now But actual working aplication made in OOHG , but running in linux using wine , refuses to connect to linux version of hbnetio server . It s posible that wine is stopping connection betwen Netio an t

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

2010-05-15 Thread Pritpal Bedi
Itamar Lins-2 wrote: > > Buttons and of window environment not working. > If select option menu environment, if window already open, not show > window. Sujestion, open window "environment" with modal option. > This dialog is still in infant stage, is scheduled to be implemented next weeken

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

2010-05-15 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > 1) Line selection mode excludes last line after selection is finished. > Test: >F11 >Down > (two lines are marked - it's OK) >F11 > (Last line is not marked any more - bad) > > 2) line marking display artifact >In previous test after m

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

2010-05-15 Thread vouchcac
Revision: 14491 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14491&view=rev Author: vouchcac Date: 2010-05-15 19:08:54 + (Sat, 15 May 2010) Log Message: --- 2010-15-15 12:03 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/doc/en/class_h

Re: [Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread José Luis Capel
Hi all, Thanks to all. Finally I did it using tortoiseSvn. Regards, José Luis Capel 2010/5/15 Massimo Belgrano > A pratical guide to tortoisesvn > http://www.shokhirev.com/nikolai/programs/SVN/svn.html > > For subscribe > On drive c: Right-click on choose Svn checkout > URL : > https://harbo

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

2010-05-15 Thread jlcapel
Revision: 14490 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14490&view=rev Author: jlcapel Date: 2010-05-15 18:25:31 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 20:02 UTC+0200 Jos?\195?\169 Luis Capel (jlcapel at hotmail . com) + contrib/hbw

Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
Przemek, i was think, may be problem is the multithread support of openssl dll´s i was trying build openssl, but without success but if you test gmail.prg with -MT you´ll see the problem Regards Fernando Athayde De: Przemysław Czerpak Para: Harbour Project Mai

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

2010-05-15 Thread druzus
Revision: 14489 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14489&view=rev Author: druzus Date: 2010-05-15 18:02:33 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 20:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin

Res: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
if someone can help me i will be glad i´d have try build openssl dlls with parameters no-threads, but i can´t build, happens any errors in bcc/msvc i want try more, why I'am crazy about this, i need send emails for my application, but i can´t why my application uses MT (threads) Regards Fernand

Re: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Przemysław Czerpak
On Sat, 15 May 2010, Fernando Athayde wrote: Hi, > i try your suggestion port 587 now on 2 examples not runs return .F. > strange with port 465 runs fine without MT, but with MT dont´t run well > i think there is a problem with kernel mt of harbour I do not think so. best regards, Przemek _

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

2010-05-15 Thread vszakats
Revision: 14488 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14488&view=rev Author: vszakats Date: 2010-05-15 15:47:11 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 17:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * harbour.spec * contrib/

Re: [Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread Massimo Belgrano
A pratical guide to tortoisesvn http://www.shokhirev.com/nikolai/programs/SVN/svn.html For subscribe On drive c: Right-click on choose Svn checkout URL : https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour Directory c:\harbour For update from svn to local repository

Re: Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
> http://www.openssl.org/docs/crypto/threads.html > in a search into dll (ssleay32 and libeay32) found threads > > you try build example gmail.prg with -mt? No. Please. I cannot solve every possible problem. Viktor ___ Harbour mailing list (attachment

Res: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
http://www.openssl.org/docs/crypto/threads.html in a search into dll (ssleay32 and libeay32) found threads you try build example gmail.prg with -mt? Regards Fernando De: Viktor Szakáts Para: Harbour Project Main Developer List. Enviadas: Sábado, 15 de Maio d

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

2010-05-15 Thread Itamar Lins
Hi! Buttons and of window environment not working. If select option menu environment, if window already open, not show window. Sujestion, open window "environment" with modal option. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (atta

Re: [Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread francesco perillo
I confirm that TortoiseSVN doesn't have a command-line "svn". You have to go via gui I didn't check but in order to commit you must be enabled. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

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

2010-05-15 Thread vszakats
Revision: 14487 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14487&view=rev Author: vszakats Date: 2010-05-15 13:19:51 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 15:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c

Re: Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
> sorry > i was search about ssl, openssl uses thread > i think that this may confuse MT in harbour It's possible, if you find anything more in this regard, pls tell us about it. Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@ha

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

2010-05-15 Thread vszakats
Revision: 14486 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14486&view=rev Author: vszakats Date: 2010-05-15 13:14:26 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 15:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/wvtext.prg + Up

Res: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
sorry i was search about ssl, openssl uses thread i think that this may confuse MT in harbour Regards Fernando De: Viktor Szakáts Para: Harbour Project Main Developer List. Enviadas: Sábado, 15 de Maio de 2010 9:10:01 Assunto: Re: Res: [Harbour] tipclientsmtp

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

2010-05-15 Thread vszakats
Revision: 14485 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14485&view=rev Author: vszakats Date: 2010-05-15 12:58:03 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c

Re: Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
Fernando, We've received your report now about 8 times! Viktor On 2010 May 15, at 14:06, Fernando Athayde wrote: > but the test gmail.prg in contrib > runs perfectly without MT returns .T. very faster > but with MT returns .F. very slower > > log smtp with error > 20100514-09:29:31 :INETCONNE

Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
but the test gmail.prg in contrib runs perfectly without MT returns .T. very faster but with MT returns .F. very slower log smtp with error 20100514-09:29:31 :INETCONNECT( smtp.gmail.com, 465 ) >> << 20100514-09:29:31 :INETERRORCODE( ) >> 0 << 20100514-09:29:41 :INETRECVLINE( , ,

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

2010-05-15 Thread vszakats
Revision: 14484 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14484&view=rev Author: vszakats Date: 2010-05-15 12:03:46 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 14:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c

Re: [Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread Viktor Szakáts
Hi, > Hi all, > > I am ready to upload a new windows api to run a Harbour application as a > windows service. This is my very first commit. > > I have read doc 'howtosvn.txt' but, unfortunately, it is still not clear to > me. > > I understand that, before uploading changes... > > 1rst.

Res: [Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread Fernando Athayde
create a folder harbour_svn right click in this folder find svn checkout and click there fill the url = http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ Regards Fernando Athayde De: José Luis Capel Para: Harbour Project Main

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

2010-05-15 Thread vszakats
Revision: 14483 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14483&view=rev Author: vszakats Date: 2010-05-15 11:57:34 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 13:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/inkey.ch + Ad

[Harbour] How to update commits using SVN - Newbie question.

2010-05-15 Thread José Luis Capel
Hi all, I am ready to upload a new windows api to run a Harbour application as a windows service. This is my very first commit. I have read doc 'howtosvn.txt' but, unfortunately, it is still not clear to me. I understand that, before uploading changes... 1rst. I have to edit changelog file us

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Viktor Szakáts
Hi, > yes the message come to the list. > > I want to say that the code of sending mails with hbtip is far from > perfect and not always follows SMTP protocol and best practices... > > Anyway, to be short, try port 587 and not 465... I can't get a proper > reply from their servers on 465 so the

Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
i try your suggestion port 587 now on 2 examples not runs return .F. strange with port 465 runs fine without MT, but with MT dont´t run well i think there is a problem with kernel mt of harbour Regards Fernando Athayde De: francesco perillo Para: Harbour Proje

Re: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread francesco perillo
yes the message come to the list. I want to say that the code of sending mails with hbtip is far from perfect and not always follows SMTP protocol and best practices... Anyway, to be short, try port 587 and not 465... I can't get a proper reply from their servers on 465 so the connection goes tim

[Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
i am send this message without log, i want see if my message is comming in this group I have a little error yet about hbtip, if i use -mt the class hbtip not runs Example with MT: hbmk2 -mt gmail.prg hbtipssl.hbc, build perfectly but run slower and returns .F. (fail) Example without MT:

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

2010-05-15 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.15 00:36, vouch...@users.sourceforge.net wrote: % Many artifacts belonging to horizontal scroll while text is selected. Also few aspects are optimized. To me it appears as if selection protocol in hbIDE is OK. Please post your experiences if something is no

Res: [Harbour] tipclientsmtp problem with MT

2010-05-15 Thread Fernando Athayde
is my questions comming at this list group? Best Regards, Fernando Athayde De: Fernando Athayde Para: harbour@harbour-project.org Enviadas: Sexta-feira, 14 de Maio de 2010 21:59:20 Assunto: [Harbour] tipclientsmtp problem with MT sorry for send many emails,

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

2010-05-15 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.15 11:32, dru...@users.sourceforge.net wrote: * use hb_oleDispInvoke() - please test if activex controls still work correctly I do not use ActiveX, so no chance to test, but line olecore.c#1091 could be changed to: if( pParams->rgvarg[ iCount - i ].n1.n2.vt & VT_

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

2010-05-15 Thread druzus
Revision: 14482 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14482&view=rev Author: druzus Date: 2010-05-15 08:32:36 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 10:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin

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

2010-05-15 Thread druzus
Revision: 14481 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14481&view=rev Author: druzus Date: 2010-05-15 07:43:37 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 09:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcom

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

2010-05-15 Thread vszakats
Revision: 14480 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14480&view=rev Author: vszakats Date: 2010-05-15 07:16:49 + (Sat, 15 May 2010) Log Message: --- 2010-05-15 09:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbziparc/hbziparc

Re: [Harbour] Question about HB_UnZipFile

2010-05-15 Thread Viktor Szakáts
Hi, > Hi, I have an old program that unzip files with HB_UnZipFile with an progress > bar, but the block bProgress don't work anymore. > > Is it true or I'm wrong ? It's marked in the source code as "TODO: Implement" I'd recommend using the hbmzip interface directly. hbziparc is a compatibili