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

2010-01-21 Thread Przemysław Czerpak
On Thu, 21 Jan 2010, Mindaugas Kavaliauskas wrote: Hi, BTW, I found code in last commit: if( * pszFile ) { char * pszFileName = hb_strdup( pszFile ); if( !hb_storclen_buffer( pszFileName, strlen( pszFileName ), 1 ) ) hb_xfree( pszFileName ); } else

Re: [Harbour] Re: rddsetdefault

2010-01-21 Thread Przemysław Czerpak
On Thu, 21 Jan 2010, Alexander S.Kresin wrote: add to letodb/source/client/leto1.c just befor last line with #endif this code: #elif defined( HB_DATASEG_STARTUP ) #define HB_DATASEG_BODYHB_DATASEG_FUNC( leto1__InitSymbols ) \ HB_DATASEG_FUNC(

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

2010-01-21 Thread druzus
Revision: 13658 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13658view=rev Author: druzus Date: 2010-01-21 08:33:48 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 09:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: Res: [Harbour] Error building Harbour mingw/wce

2010-01-21 Thread Przemysław Czerpak
On Wed, 20 Jan 2010, AbeB wrote: Now. i get this error --- ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x58): undefined reference to `LocalLock' ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x94): undefined reference to `LocalUnlock'

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

2010-01-21 Thread druzus
Revision: 13659 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13659view=rev Author: druzus Date: 2010-01-21 09:18:24 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 10:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] Re: rddsetdefault

2010-01-21 Thread Viktor Szakáts
Hi Alexander, Nice to see you around. Brgds, Viktor On 2010 Jan 21, at 08:36, Alexander S.Kresin wrote: Przemysław Czerpak writes: I am with problem here. Function Main REQUEST LETO RDDSETDEFAULT( LETO ) Error DBCMD/1015 Argument error: RDDSETDEFAULT Called from RDDSETDEFAULT(0)

[Harbour] Re: rddsetdefault

2010-01-21 Thread Alexander S.Kresin
Przemek, thanks for comments. Probably you haven't used compiler which needs HB_DATASEG_STARTUP initialization like MSC or OpenWatcom so it was not necessary to register to change registration code. But here I only guess. Yes, I still use Bcc5.5. Regards, Alexander.

[Harbour] Warnings

2010-01-21 Thread Enrico Maria Giordano
Warning W8060 ../../../wapi_wingdi.c 362: Possibly incorrect assignment in function HB_FUN_WAPI_SELECTOBJECT Warning W8060 ../../../wapi_wingdi.c 363: Possibly incorrect assignment in function HB_FUN_WAPI_SELECTOBJECT EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's

[Harbour] Harbour 64 bit

2010-01-21 Thread Enrico Maria Giordano
Dear friends, is there an official Harbour release for 64 bit? If not, can it be add to the list of the official builds? Thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games:

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

2010-01-21 Thread druzus
Revision: 13660 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13660view=rev Author: druzus Date: 2010-01-21 10:51:12 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 11:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-21 Thread vszakats
Revision: 13661 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13661view=rev Author: vszakats Date: 2010-01-21 10:54:45 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 11:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Documented

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

2010-01-21 Thread vszakats
Revision: 13662 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13662view=rev Author: vszakats Date: 2010-01-21 11:41:25 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 12:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2010-01-21 Thread druzus
Revision: 13663 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13663view=rev Author: druzus Date: 2010-01-21 11:42:25 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 12:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec

[Harbour] Box chars in Harbour debug UI

2010-01-21 Thread Lorenzo Fiorini
Today I had to use debug in a gtxwc app and I've found that boxes are painted using the app CP chars. My setup is: ... REQUEST HB_CODEPAGE_ITWIN SET( _SET_CODEPAGE, ITWIN ) HB_SETTERMCP( ITWIN, ITWIN, FALSE ) ... I've read about HB_GTI_BOXCP in the ChangeLog and the setup seems

[Harbour] Re: OT: file size II part

2010-01-21 Thread David Arturo Macias Corona
Przemek: These modification and many others RDD related I made few years ago when I was working on xHarbour CVS code and later they were ported to Harbour without detail replication of all ChangeLog notes. In this week I'll try to make some cleanups in existing locking schemes and then I'll

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

2010-01-21 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: In this case pszFile points to memory area used by string item in the 1-st parameter. It means that: hb_storc( pszFile, 1 ); may release pszFile before it's used clearing the 1-st item just before assign. It's sth like: hb_storc( hb_parc( 1 ), 1 ); Great!

Re: [Harbour] Harbour 64 bit

2010-01-21 Thread Viktor Szakáts
Hi, Dear friends, is there an official Harbour release for 64 bit? If not, can it be add to the list of the official builds? If you mean Windows 64-bit, it's included in unified installer since beta1, with libs for both MSVC and mingw64, and also x64 tools and .dll. If you mean OS X, it's

Re: [Harbour] Harbour 64 bit

2010-01-21 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Viktor Szakáts harbour...@syenar.hu A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: giovedì 21 gennaio 2010 15.50 Oggetto: Re: [Harbour] Harbour 64 bit If you mean Windows 64-bit, it's included in unified installer since

[Harbour] SF bug tracker#2936334: MEMO-Edit UDF: ESC ignored

2010-01-21 Thread Chen Kedem
http://sourceforge.net/tracker/?func=detailatid=100681aid=2936334group_id=681 Tested with Rev. 13663 BCC32 WinNT 4.0 The sample program supplied by 73 de DF7BE Wilfried works with Clipper5.2e (the buffer is not saved). But in Harbour it DO save the buffer when the user press ESC (and then 'J' to

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

2010-01-21 Thread vszakats
Revision: 13664 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13664view=rev Author: vszakats Date: 2010-01-21 16:03:31 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-21 16:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/memoedit.prg

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

2010-01-21 Thread Vailton Renato
Hi!    + Ctrl+D - Duplicate Line. It was excellent this option! I would just suggest to put this shortcut as a menu item in EDIT, it will disclose to users not only the resource, as well as its shortcut key ... what do you think of this? Regards, Vailton Renato

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

2010-01-21 Thread Pritpal Bedi
Hi Vailton Renato wrote:    + Ctrl+D - Duplicate Line. It was excellent this option! I would just suggest to put this shortcut as a menu item in EDIT, it will disclose to users not only the resource, as well as its shortcut key ... what do you think of this? Yep, you are right. Will

Re: [Harbour] hbMK2 - .hbp - Compiler switches for invisual source

2010-01-21 Thread Massimo Belgrano
In all my project i do it simply putting in path c compiler using .l instead .lib extension 2010/1/21 Pritpal Bedi bediprit...@hotmail.com: Hello Viktor Before digging deep, I need to collect info about if hbMK2 has a feature to issue different compiler switchs for indivisual sources as is

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

2010-01-21 Thread Przemysław Czerpak
On Thu, 21 Jan 2010, Mindaugas Kavaliauskas wrote: Hi, In this case pszFile points to memory area used by string item in the 1-st parameter. It means that: hb_storc( pszFile, 1 ); may release pszFile before it's used clearing the 1-st item just before assign. It's sth like: hb_storc(

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

2010-01-21 Thread Przemysław Czerpak
On Fri, 15 Jan 2010, Lorenzo Fiorini wrote:    * enable strict parameters validation only when method is declared      with (), i.e.:         method open      does not force any parameter validation so it can be implemented I plan to change all my classes to this standard: no parameters

[Harbour] To Viktor, another patch for hb_sendmail

2010-01-21 Thread francesco perillo
I got some complaints from users that mails were not delivered I then went to smtp logs and found strange behaviours. I dug again the code and found again that SMTP protocol is not implemented in the code... everything is based on timeouts and the idea that the server replies really really

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

2010-01-21 Thread druzus
Revision: 13665 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13665view=rev Author: druzus Date: 2010-01-21 23:33:49 + (Thu, 21 Jan 2010) Log Message: --- 2010-01-22 00:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-21 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: In this case pszFile points to memory area used by string item in the 1-st parameter. It means that: hb_storc( pszFile, 1 ); may release pszFile before it's used clearing the 1-st item just before assign. It's sth like: hb_storc( hb_parc( 1 ), 1 ); Great! :)

Re: [Harbour] To Viktor, another patch for hb_sendmail

2010-01-21 Thread Viktor Szakáts
Hi Francesco, On 2010 Jan 22, at 00:15, francesco perillo wrote: I got some complaints from users that mails were not delivered I then went to smtp logs and found strange behaviours. I dug again the code and found again that SMTP protocol is not implemented in the code... everything is

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

2010-01-21 Thread vszakats
Revision: 13666 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13666view=rev Author: vszakats Date: 2010-01-22 00:27:53 + (Fri, 22 Jan 2010) Log Message: --- 2010-01-22 01:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2010-01-21 Thread Lorenzo Fiorini
2010/1/21 Przemysław Czerpak dru...@acn.waw.pl: No, but please remember that in the future we add strong typing. If you will want to enable type protection in your code then you will have to precisely declare parameters with type in your class definition so it's possible that you will make

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

2010-01-21 Thread vouchcac
Revision: 13667 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13667view=rev Author: vouchcac Date: 2010-01-22 07:51:14 + (Fri, 22 Jan 2010) Log Message: --- 2010-01-21 23:59 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour-users] Question for FAQ: How to compile a hello world program?

2010-01-21 Thread smu johnson
Thanks everyone. I appreciate all the replies greatly. I don't understand why this wouldn't be in the FAQ, when questions like What is Harbour? are in there. I am skeptical that that question is actually a Frequently asked question. I will keep a journal of my attempts to get Harbour working

[Harbour-users] Question for FAQ Hbtest fails. Should I be worried?

2010-01-21 Thread smu johnson
Hi, I was poking around the hb20\ directory on my Windows machine, and I came across a cute hbtext.exe file. I ran it, and got errors saying the regression testing failed in some areas. Is this something to be worried about? Nothing I have found on the website mentions this concern. Maybe

Re: [Harbour-users] Question for FAQ: How to compile a hello world program?

2010-01-21 Thread Massimo Belgrano
You are right I invite you collaborate to harbour project writing and sharing with your faq 2010/1/21 smu johnson smujohn...@gmail.com: Thanks everyone.  I appreciate all the replies greatly.  I don't understand why this wouldn't be in the FAQ, when questions like What is Harbour? are in

Re: [Harbour-users] Question for FAQ: How to compile a hello world program?

2010-01-21 Thread smu johnson
Massimo, Where / how do I start though? Who do I get in touch with? I have a few more questions I'm documenting that I believe will come up often... and would love to see the answers to them to alleviate frustration for others. I looked on the site and didn't find any IRC channel info.. but

Re: [Harbour-users] Re: Question for FAQ: How to compile a hello world program?

2010-01-21 Thread smu johnson
Thank you very much Angel. The way you phrased that makes me proud to use Harbour and gave me much confidence in what it is capable of. I have spent a few hours writing a small blog from scratch with some questions, hoping to help the documentation cause. I will post the link in a few hours.