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

2010-05-04 Thread Massimo Belgrano
VIsual Studio Delphi Eric pynton ide (made in qt http://eric-ide.python-projects.org/) Eclipse and a good idea was defined by a waporware for visual fox pro: vfpstudio http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,b71ea97e-8fb8-4401-ace4-b5a536fe0a37.aspx

[Harbour] Re: PrinterFileText new function

2010-05-04 Thread A.Martínez
Rainier, thanks... i'll try it ! Ranier escribió en mensaje 4bdf205e.2080...@cultura.com.br... Hi, This is a simple draft, but maybe is useful for anyone... Original Win_PrinterFileRaw, bypass the driver to printer, with PDFCreator does not work. But, changing from RAW to

[Harbour] Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
right click on editor tab Error base/1076 argument error. = called from xbptabwidget:execslot() called from (b)xbptabwidget_create called from qt_eventloop_processevents() called from qeventloop:processevents() called from appevent() called from hbide_create(494) called from main(102) Can i past

[Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Pritpal Bedi
Massimo Belgrano wrote: right click on editor tab Error base/1076 argument error. = called from xbptabwidget:execslot() called from (b)xbptabwidget_create called from qt_eventloop_processevents() called from qeventloop:processevents() called from appevent() called from

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
Have you a timeline for hbide version compatible with xharbour hbide widard for easy project creating Can i past errorlog copying from clipboard or file? It can be implemented. With next commit. -- Massimo Belgrano ___ Harbour mailing list

[Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Pritpal Bedi
Massimo Belgrano wrote: Have you a timeline for hbide version compatible with xharbour hbide widard for easy project creating Probably yes. By the end of next week. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context:

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
This can be a good news I received many request about it so i plan update my blog with your version http://harbourlanguage.blogspot.com/ 2010/5/4 Pritpal Bedi bediprit...@hotmail.com Massimo Belgrano wrote: Have you a timeline for hbide version compatible with xharbour hbide widard

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

2010-05-04 Thread vouchcac
Revision: 14426 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14426view=rev Author: vouchcac Date: 2010-05-04 09:43:20 + (Tue, 04 May 2010) Log Message: --- 2010-05-04 02:30 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
Have you a timeline for hbide version compatible with xharbour It should be enough to add '-xhb' option to hbmk2 cmdline to switch to xhb mode. Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
How hbmk2 detect the harbour tree and c compiler / linker tree? -xhp will be also a line in hbp? 2010/5/4 Viktor Szakáts harbour...@syenar.hu It should be enough to add '-xhb' option to hbmk2 cmdline to switch to xhb mode. Viktor -- Massimo Belgrano

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
How hbmk2 detect the harbour tree and c compiler / linker tree? There is a quite large code portion dealing with this issue, I suggest to explore the source code of hbmk2. -xhp will be also a line in hbp? No. It's command line only. Viktor ___

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

2010-05-04 Thread francesco perillo
 * contrib/hbqt/hbqt_errorsys.prg    + Error trace copied to clipboard, requested by Massimo. This should be active only if a specific option is set... you should never destroy clipboard content without user permission !!! I could have hundreds on source code lines in the clipboard Better

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

2010-05-04 Thread Viktor Szakáts
On 2010 May 4, at 12:25, francesco perillo wrote: * contrib/hbqt/hbqt_errorsys.prg + Error trace copied to clipboard, requested by Massimo. This should be active only if a specific option is set... you should never destroy clipboard content without user permission !!! I could have

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

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 13:35, Viktor Szakáts wrote: but not change the clipboard ! I agree. Though it's even better to make the error text selectable and copiable. This is how it's done in all modern tools. No need to reinvent anything here. Do you know that Windows' MessageBox has copy

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

2010-05-04 Thread Viktor Szakáts
On 2010.05.04 13:35, Viktor Szakáts wrote: but not change the clipboard ! I agree. Though it's even better to make the error text selectable and copiable. This is how it's done in all modern tools. No need to reinvent anything here. Do you know that Windows' MessageBox has copy

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

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, I have just realized that blocks are not copyable to other file. Will fix in a while. Moving the block is something new to me and is easy. Which key should be designated to move, Ctrl+M ? I do not know the correct key mappings for various operations. It is a question of mappings, but I

Res: [Harbour] add mysql_real_escape_string()---mysql.c ?

2010-05-04 Thread Fernando Athayde
this function on libmysql is, but i don´t know how to implement it ulong STDCALL mysql_real_escape_string(MYSQL *mysql, char *to,const char *from, ulong length) { if (mysql-server_status SERVER_STATUS_NO_BACKSLASH_ESCAPES) return (uint) escape_quotes_for_mysql(mysql-charset,

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

2010-05-04 Thread Przemysław Czerpak
On Fri, 30 Apr 2010, Mindaugas Kavaliauskas wrote: Hi, In case of item stream, received items are buffered on client side and NETIO_GETDATA() return array of items. In case of char stream, data is concatenated and NETIO_GETDATA() return a single stream. Function NETIO_GETDATA() is not

Re: [Harbour] netiotst.prg

2010-05-04 Thread Przemysław Czerpak
On Mon, 03 May 2010, Alex Strickland wrote: Hi When testing netio using netiotst.prg I inadvertently caused this error by editing the browse. Error DBFCDX/1022 Lock required══ Called from FIELDPUT(0) Called from (b)FIELDBLOCK(0) Called from DOGET(0) Called from

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

2010-05-04 Thread druzus
Revision: 14427 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14427view=rev Author: druzus Date: 2010-05-04 12:10:25 + (Tue, 04 May 2010) Log Message: --- 2010-05-04 14:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] netiotst.prg

2010-05-04 Thread Alex Strickland
Przemysław Czerpak wrote: This is expected. The table is open in shared mode and BRWOSE() just like in Clipper does not have any locking code. Yes, I understood that. Error NETIO/1003 Read error: hb_stackInit (DOS Error 15) Error NETIO/1002 Write error: hb_stackInit (DOS Error 15) Error

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Przemysław Czerpak
On Mon, 03 May 2010, Heinz V Bergen wrote: Hi, OK, using latest Harbour (r14422) and did a mingw32-make clean install, then recompiled my app with hbmk2 as console app, no GTs and tested, still got error. When Windows dialog to send error report, I clicked on debug window opening VS2005

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
set HB_INSTALL_PREFIX=c:\xharbour\ hbmk2.exe myhbp.hbp -xhp hbmk2: Processing environment options: -mt -compiler=bcc32 hbmk2: Error: Compiler value unknown: bcc32 2010/5/4 Viktor Szakáts harbour...@syenar.hu There is a quite large code portion dealing with this issue, I suggest to explore

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

2010-05-04 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: I do not know the correct key mappings for various operations. It is a question of mappings, but I think it's enough to make all actions mappable and prepare a few sets of mappings. Let's say: MultiEdit compatible, xMate compatible, and common Windows key

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
On 2010 May 4, at 15:29, Massimo Belgrano wrote: set HB_INSTALL_PREFIX=c:\xharbour\ hbmk2.exe myhbp.hbp -xhp hbmk2: Processing environment options: -mt -compiler=bcc32 hbmk2: Error: Compiler value unknown: bcc32 'bcc32' has been changed to 'bcc' at least a year ago in Harbour. hbmk2's

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

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 16:31, Pritpal Bedi wrote: + Implemented: persistent blocks and cut/copy/paste operations across files and locations within the same file. Perhaps this is implemented in .cpp level only yet. I can not find a way to switch persistent block mode on. If I am

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

2010-05-04 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: 2. Get cursor out of this area either by clicking at the other row or with arrows keys. After any cursor movement, block is not marked any more :( I've rebuild the whole contrib, and hbide. Maybe I have to do something more? This is valid for block

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

2010-05-04 Thread vouchcac
Revision: 14428 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14428view=rev Author: vouchcac Date: 2010-05-04 14:01:53 + (Tue, 04 May 2010) Log Message: --- 2010-05-04 06:58 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Pritpal Bedi
Viktor Szakáts wrote: set HB_INSTALL_PREFIX=c:\xharbour\ hbmk2.exe myhbp.hbp -xhp hbmk2: Processing environment options: -mt -compiler=bcc32 hbmk2: Error: Compiler value unknown: bcc32 'bcc32' has been changed to 'bcc' at least a year ago in Harbour. hbmk2's goal is to build

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

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 16:58, Pritpal Bedi wrote: After any cursor movement, block is not marked any more :( I've rebuild the whole contrib, and hbide. Maybe I have to do something more? This is valid for block selection mode. Stream selection does not have it. If it is block selection mode, it is

[Harbour] HBNetIO file functions

2010-05-04 Thread Alex Strickland
Hi Maybe this small test will help someone to see how easy it is to read and write non DBF files using netio RPC. Regards Alex /* * $Id: netiot04.prg 14415 2010-04-30 09:39:25Z druzus $ */ /* * Harbour Project source code: *demonstration/test code for alternative RDD IO API, RPC and

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Heinz V Bergen
Result in Hb_Out.Log after executing app twice, first time got error 9019, second time got error 6005: Application Internal Error - C:\op_new\Hb2Ftr.exe Terminated at: 2010.05.04 09:10:28 Unrecoverable error 9019: Stack underflow Called from EXPORT(973) in ../BREXPORT.prg Called from

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

2010-05-04 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: OK, I've understood the misunderstanding. I just call selection modes: 1) Line 2) Stream 3) Column In all 3 cases the selected part of is called block. In this case selection is a synonym to selected block or just block. Just look at Menu-Edit-Block.

[Harbour] Re: Harbour random GPFs

2010-05-04 Thread Pritpal Bedi
Heinz V Bergen wrote: Called from EXPORT(973) in ../BREXPORT.prg Can you show the offending line code ? I suspect, you are executing the .exe from a different location other than it is intended to. Right ? Line # 973 in export.prg may provide us a clue. - enjoy hbIDEing...

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
thanks for tips, sorry but i have an xharbour setting not updated like harbour one now Compilation will start but have also a problem that will be due to my conversion from hbmake to hbmk2 using G:\CLIP52\LAVORI\MASSIMO\ARCA hbmk2.exe g:\clip52\lavori\massimo\arca\arcahd.hbp -xhp -rebuild

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
hbmk2's goal is to build executables from xhb sources using xhb compiler and regular C compiler tools. Configuration should be done just as for Harbour. hbmk2's goal is not to emulate the full build and make infrastructure of xhb. BTW, my advice repeated now about 3 hundred times

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Heinz V Bergen
Hello, Error occurs on the Return() of the function and all processes within were completed successfully. The function creates Directories, copies files, creates an FTP script, calls external RUN to PkZip and FTP and then erases files and removes directories, thought maybe RUN calls were the

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
Try with '-xhb' (instead of '-xhp') Viktor On 2010 May 4, at 17:26, Massimo Belgrano wrote: thanks for tips, sorry but i have an xharbour setting not updated like harbour one now Compilation will start but have also a problem that will be due to my conversion from hbmake to hbmk2 using

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

2010-05-04 Thread Mindaugas Kavaliauskas
On 2010.05.04 18:02, Pritpal Bedi wrote: Line Block: does it pertains to a single line always ? Yes, if I understand your question. Starting and ending line selection mark (without any cursor movement), marks current line. If DOWN (or UP) is pressed between start mark and end mark, then two

[Harbour] Re: Harbour random GPFs

2010-05-04 Thread Pritpal Bedi
Heinz V Bergen wrote: Error occurs on the Return() of the function and all processes within were completed successfully. The function creates Directories, copies files, creates an FTP script, calls external RUN to PkZip and FTP and then erases files and removes directories, thought maybe

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Qatan
Hello, I suggest to add this example to the contrib\hbnetio\tests folder. With more examples it is better to understand. I will try NETIO in the future, seems something very good and professional. I am afraid I don't know the power and possibilities of it yet. Thanks! Qatan

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Viktor Szakáts
Error occurs on the Return() of the function and all processes within were completed successfully. The function creates Directories, copies files, creates an FTP script, calls external RUN to PkZip and FTP and then erases files and removes directories, thought maybe RUN calls were the culprit,

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Massimo Belgrano
+1 2010/5/4 Qatan supo...@tribalbrasil.com Hello, I suggest to add this example to the contrib\hbnetio\tests folder. With more examples it is better to understand. I will try NETIO in the future, seems something very good and professional. I am afraid I don't know the power and

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
Fatal: Unable to open file 'DBFNSX.LIB' with this hbp without DBFNSX.LIB -m -p -w0 -oarcahd.exe -trace -DEURO -D__GTWVW__ -GUI -b -oG:\clip52\LAVORI\MASSIMO\ARCA\ARCAHHD -workdir=G:/clip52/LAVORI/MASSIMO/ARCA/${hb_plat}/${hb_comp} -q -trace -info -ldebug -lace32 -lrdd.lib -lrddads -lbmdbfcdx

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
Use latest xhb CVS, which has this library. Viktor On 2010 May 4, at 18:15, Massimo Belgrano wrote: Fatal: Unable to open file 'DBFNSX.LIB' with this hbp without DBFNSX.LIB -m -p -w0 -oarcahd.exe -trace -DEURO -D__GTWVW__ -GUI -b -oG:\clip52\LAVORI\MASSIMO\ARCA\ARCAHHD

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
i am using xharbour 1.0.0 is not possible remove this library from command line? 2010/5/4 Viktor Szakáts harbour...@syenar.hu Use latest xhb CVS, which has this library. Viktor -- Massimo Belgrano ___ Harbour mailing list (attachment size limit:

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

2010-05-04 Thread vouchcac
Revision: 14429 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14429view=rev Author: vouchcac Date: 2010-05-04 16:33:19 + (Tue, 04 May 2010) Log Message: --- 2010-05-04 06:58 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

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

2010-05-04 Thread Massimo Belgrano
Confirm correction work fine now Thanks 2010/5/4 vouch...@users.sourceforge.net Revision: 14429 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14429view=rev Author: vouchcac Date: 2010-05-04 16:33:19 + (Tue, 04 May 2010) Log Message: --- 2010-05-04

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

2010-05-04 Thread Antonio Maniero
* contrib/hbxbp/xbptabpage.prg ! Fixed to not generate error on right-click on a tab. I got same error on right-click while I trying to use HbIDE, but I don't remember where. There are 2 or 3 places outside tabs. []'s Maniero ___ Harbour

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Heinz V Bergen
The offending line 973 code is: Return( lOK ) The executable is running where intended. Heinz Pritpal Bedi wrote: Heinz V Bergen wrote: Called from EXPORT(973) in ../BREXPORT.prg Can you show the offending line code ? I suspect, you are executing the .exe from a different

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 17:30, Alex Strickland wrote: Maybe this small test will help someone to see how easy it is to read and write non DBF files using netio RPC. The primary purpose of NETIO was file sharing, so, it supports this functionality even without RPC and without any Harbour level

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
I cannot decide on behalf of potential hbmk2 -xhb users what is the best decision here. I personally prefer to support the latest available version of all tools, if I have to choose between them. We're talking about a free and open source product, so there should be no technical to use old

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Massimo Belgrano
I agre for support the latest available version of all tools For me is not a problem i can create a dummylib a generic way for remove autodetected library will be used also for use last hbmk2 with very oldest harbour 2010/5/4 Viktor Szakáts harbour...@syenar.hu I cannot decide on behalf of

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

2010-05-04 Thread Pritpal Bedi
Antonio Maniero wrote: I got same error on right-click while I trying to use HbIDE, but I don't remember where. There are 2 or 3 places outside tabs. No Maniero. This was not a bug as I reported. I was trying to ascertain tab index from global mouse position as was introduced day before

[Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Pritpal Bedi
Viktor Szakáts wrote: I personally prefer to support the latest available version of all tools, if I have to choose between them. We're talking about a free and open source product, so there should be no technical to use old version. No, it is not correct in all circumstances. I

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

2010-05-04 Thread Antonio Maniero
I post them as soon as I can see them again. []'s Maniero 2010/5/4 Pritpal Bedi bediprit...@hotmail.com Antonio Maniero wrote: I got same error on right-click while I trying to use HbIDE, but I don't remember where. There are 2 or 3 places outside tabs. No Maniero. This was not a

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
I personally prefer to support the latest available version of all tools, if I have to choose between them. We're talking about a free and open source product, so there should be no technical to use old version. No, it is not correct in all circumstances. I stopped xHarbour usage

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Przemysław Czerpak
On Tue, 04 May 2010, Heinz V Bergen wrote: Hi, Error occurs on the Return() of the function and all processes within were completed successfully. The function creates Directories, copies files, creates an FTP script, calls external RUN to PkZip and FTP and then erases files and removes

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Viktor Szakáts
I agre for support the latest available version of all tools For me is not a problem i can create a dummylib Yes, it's also a good solution. Maybe the best. a generic way for remove autodetected library will be used also for use last hbmk2 with very oldest harbour Could be, though IMO in

Re: [Harbour] Re: Error in hbide right click on editor tab

2010-05-04 Thread Przemysław Czerpak
On Tue, 04 May 2010, Szak�ts Viktor wrote: Hi, I still cannot see why f.e. you cannot update to the latest version, if it is important for you. Let's say that there are some problems with current xHarbour code and there is a chance that they will be exploited by such update. Anyway, you

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Heinz V Bergen
Agreed, my thought is that hbmk2 in the two versions are using different compiler options, as the only difference is the two different versions of hbmk2 that I used to compile my app. Of course I'm probably looking at this in a somewhat less knowledgable direction. Based on the same hbm script,

[Harbour] octal permissions

2010-05-04 Thread CarozoDeQuilmes
Hi guys, there is some harbour function to get the files permissions in Linux platform (also called octal permissions) Thanks in advance -- Saludos/Regards/Abraços CdQ ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] Harbour random GPFs

2010-05-04 Thread Viktor Szakáts
Agreed, my thought is that hbmk2 in the two versions are using different compiler options, as the only difference is the two different versions of You can verify the exact options/arguments used if you add '-trace' option to hbmk2. hbmk2 that I used to compile my app. Of course I'm probably

[Harbour] hbMK2 - -xhb issues switch -n by default which breaks process

2010-05-04 Thread Pritpal Bedi
Hello Viktor In -xhb mode hbMK2 is issueing -n switch as first parameter to harbour.exe no matter if I set it as -n0 whatever which probably 2007 Xharbour does not understand and issued Error E001 is ABC.PRG(32) Error E0001 Statement not allowed outside of procedure or function. Then I

Re: [Harbour] hbMK2 - -xhb issues switch -n by default which breaks process

2010-05-04 Thread Viktor Szakáts
Hi Pritpal, In -xhb mode hbMK2 is issueing -n switch as first parameter to harbour.exe no matter if I set it as -n0 whatever which probably 2007 Xharbour does not understand and issued Error E001 is ABC.PRG(32) Error E0001 Statement not allowed outside of procedure or function. Then

[Harbour] Re: hbMK2 - -xhb issues switch -n by default which breaks process

2010-05-04 Thread Pritpal Bedi
Viktor Szakáts wrote: Or use '-n-'. -n- resolves this issue. But now I have run into another issue and am at a loss to determine what causes this behavior. This is one very large production project which is always linked through xMate and BCC55. xMate issues compiler commands per source

[Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-05-04 Thread Jerry Finuliar
Hi, Please change DispLine proc in Achoice.prg with the one below. STATIC PROCEDURE DispLine( cLine, nRow, nCol, lSelect, lHiLite, nNumCols ) ColorSelect( iif( lSelect .AND. ISCHARACTER( cLine ), ; iif( lHiLite, CLR_ENHANCED, CLR_STANDARD ), CLR_UNSELECTED ) )

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

2010-05-04 Thread vouchcac
Revision: 14430 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14430view=rev Author: vouchcac Date: 2010-05-05 01:51:40 + (Wed, 05 May 2010) Log Message: --- 2010-05-04 18:54 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Mario H. Sabado
Hi Qatan, On 5/5/2010 12:52 AM, harbour-requ...@harbour-project.org wrote: Message: 1 Date: Tue, 4 May 2010 13:09:52 -0300 From: Qatansupo...@tribalbrasil.com Subject: Re: [Harbour] HBNetIO file functions To: Harbour Project Main Developer List. harbour@harbour-project.org

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Qatan
Hello Mario, Well, in my experience after conversion, the speed difference is very noticeable on a heavy traffic network compared to a shared access application. I can also set the shared folder to Read Only from the server for direct file access security (accidental deletion?) while

Re: [Harbour] Re: hbMK2 - -xhb issues switch -n by default which breaks process

2010-05-04 Thread Viktor Szakáts
Hi Pritpal, But now I have run into another issue and am at a loss to determine what causes this behavior. This is one very large production project which is always linked through xMate and BCC55. xMate issues compiler commands per source file and all goes absolutely ok. Now I am tryng it