[Harbour] Re: --nxcompat MingW

2010-05-27 Thread Jerry Finuliar
Hi Viktor, Please disregard my previous email. I think I found the culprit. A left over MinGW 4.5 files. Thanks for your time, Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com ___

[Harbour] Re: --nxcompat MingW

2010-05-27 Thread Jerry Finuliar
Hi Viktor, D:\harbour>set path=c:\mingw\bin;c:\harbour\bin; D:\harbour>path PATH=c:\mingw\bin;c:\harbour\bin; D:\harbour>win-make clean install ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: c:\harbour !

[Harbour] HBMK2 Inquiry

2010-05-27 Thread Jerry Finuliar
Hi Viktor, >No clue from here, maybe a broken mingw installation. >To tell more pls post -trace output and hbmk2 cmdline. I did some research and found out that this is a bug from mingw 4.5. It was fixed before but I don't know why it resurface. So for now Im dropping 4.5 and wait for the offici

[Harbour] HBMK2 Inquiry

2010-05-26 Thread Jerry Finuliar
Hi, After updating to latest SVN I got this result. hbmk2: Compiling... hbmk2: Linking... conso.exe Info: resolving vtable for __cxxabiv1::__si_class_type_info by linking to __imp_ __ZTVN10__cxxabiv120__si_class_type_infoE (auto-import) Info: resolving vtable for __cxxabiv1::__class_type_info by

[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 ) ) hb_dispOutA

RE:[Harbour] extern / contrib to parse excel files?

2010-04-30 Thread Jerry Finuliar
Hi smu, You just need hbwin to create an ole object. local xls := win_OleCreateObject("Excel.Application"). xls:Open() xls:Close() Best Regards, Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com

[Harbour] achoice hack?

2010-04-30 Thread Jerry Finuliar
Hi, Base from dbu's menu system the following hack will fix freezing dropdown menus. 130: lFinished := ( nMode == AC_NOITEM ) // just insert this block IF lFinished IF lUserFunc Do( xUserFunc, nMode, nPos, nPos - nAtTop ) ENDIF ENDIF // end block DO WHILE !lF

[Harbour] Build Error

2010-02-28 Thread Jerry Finuliar
Hi, WinXP SP3, QT->Mingw In file included from ../../../../hvmall.c:83: ../../../../hvm.c: In function 'HB_FUN_HB_ARRAYTOPARAMS': ../../../../hvm.c:11605: error: '_hb_stack_ptr_' undeclared (first use in this f unction) ../../../../hvm.c:11605: error: (Each undeclared identifier is reported only

Re: [Harbour] Re: hbpqtui class

2010-01-27 Thread Jerry Finuliar
Hi, > I only say that could be more convenient to establish a first > "modest" goal for a basic, compact, multi-platform GUI bundled with > Harbour and working "out of the box". > > This way an user could download Harbour binaries for Windows, > Linux, OS/2 or Mac and have native/basic GUI sup

Re: [Harbour] Re: Can be Harbour have tool like Glade working with it...?

2010-01-27 Thread Jerry Finuliar
Massimo, > my incomplete document about hbide > http://docs.google.com/View?id=dhmtv9fs_235db6hz754 Thanks a lot Cheers, Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze __

Re: [Harbour] Re: Can be Harbour have tool like Glade working with it...?

2010-01-26 Thread Jerry Finuliar
, 26 Jan 2010 17:58:43 -0800 (PST) > > > > > Jerry Finuliar wrote: > > > > If its not asking too much. Can you provide > > a small demo with tutorial to do this? > > Even a video will do. > > > > hbIDE itself is a working tutorial. Simply l

Re: [Harbour] Re: Can be Harbour have tool like Glade working with it...?

2010-01-26 Thread Jerry Finuliar
Hi, If its not asking too much. Can you provide a small demo with tutorial to do this? Even a video will do. Thanks, Jerry > - Original Message - > From: "Pritpal Bedi" > To: harbour@harbour-project.org > Subject: [Harbour] Re: Can be Harbour have tool like Glade working with >

Re: [Harbour] hbIDE[ 16 -17 ]

2010-01-26 Thread Jerry Finuliar
Hi, Sorry for dropping in. hbformat could come in handy for this. Cheers Jerry > - Original Message - > From: "Pritpal Bedi" > To: harbour@harbour-project.org > Subject: Re: [Harbour] hbIDE[ 16 -17 ] > Date: Tue, 26 Jan 2010 11:08:23 -0800 (PST) > > > > > AbeB wrote: > > > > a Beaut

Re: [Harbour] 2 little requests to commit-ters...

2010-01-22 Thread Jerry Finuliar
Hi, > MEMOEDIT() users pls make tests. Looks OK from dbu. Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze ___ Harbour mailing

[Harbour] HBQT demoqt

2009-12-10 Thread Jerry Finuliar
Just to report D:\harbour\contrib\hbqt\tests>hbmk2 demoqt -Lc:\qt\4.5.3\lib hbmk2: Processing local make script: hbmk.hbm Harbour 2.0.0beta3 (Rev. 13207) Copyright (c) 1999-2010, http://www.harbour-project.org/ Compiling 'demoqt.prg'... Lines 3236, Functions/Procedures 23 Generating C source outpu

Re: [Harbour] Demoqt

2009-11-19 Thread Jerry Finuliar
Opps, forgot to mention my env. WinXP SP3, Harbour SVN 12943 and Mingw 3.4.5 -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze ___ Harbour m

[Harbour] Demoqt

2009-11-19 Thread Jerry Finuliar
Hi, In case this is not yet reported in. Demoqt seems to stay in memory after closing it via X button. Cheers, -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze _

[Harbour] Search Mailing List?

2009-10-28 Thread Jerry Finuliar
Hi, Is there a way to search through the mailing list archives? (of course except from downloading it) Sorry for asking this silly question. Thanks, Jerry -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera

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

2009-10-25 Thread Jerry Finuliar
Thanks Pritpal. > - Original Message - > From: vouch...@users.sourceforge.net > To: harbour@harbour-project.org > Subject: [Harbour] SF.net SVN: harbour-project:[12768] trunk/harbour > Date: Mon, 26 Oct 2009 04:16:30 + > > > Revision: 12768 > > http://harbour-project.svn.

Re: [Harbour] HBQT demoqt

2009-10-16 Thread Jerry Finuliar
> Just for now compile as > > hbmk2 demoqt -Lc:\qt\4.5.3\lib -lxhb It compile fine. But loading takes a while. Memory is now nearly stable. It GPF when accessing WebPage menu. > I will remove debug info after few days as I need to > debug it constantly until I get the desired results. Take you

[Harbour] HBQT demoqt

2009-10-15 Thread Jerry Finuliar
Hi, Im trying to compile demoqt.prg but I received the following messages: D:\harbour\contrib\hbqt\tests>hbmk2 demoqt -Lc:\qt\4.5.3\lib hbmk2: Processing local make script: hbmk.hbm Harbour 2.0.0beta3 (Rev. 12718) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'demoqt.prg'...

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

2009-10-05 Thread Jerry Finuliar
Hi, You may be interested http://www.schneier.com/blowfish-download.html Jerry > - Original Message - > From: "Viktor Szakáts" > To: "Harbour Project Main Developer List." > Subject: Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour > Date: Mon, 5 Oct 2009 14:18:03 +0200

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

2009-10-05 Thread Jerry Finuliar
Hi, > Unlike NETIO and CDXDBF, which are compatible with the clipper, and so forth, > but in real applications are not applicable (I do not think that the > destruction of the > tables and indexes in networking someone brings delight) Im going to the wish list instead for NETIO 1. Option for ser

[Harbour] Jerry Finuliar invites you to connect

2009-10-02 Thread Jerry Finuliar via Yahoo!
Join Jerry Finuliar on Yahoo! Messenger. Hi! Come join me on Yahoo! Messenger so we can chat, share files, watch videos and more. Stay in the loop with all your friends. Get started : http://invite.msg.yahoo.com/invite?op=accept&intl=ph&a

Re: [Harbour] How to create a dll using hbmk2?

2009-09-29 Thread Jerry Finuliar
Hi, Yes, its now working. I just missed a compiler error/warning stating that I define a function in my class that already exists in Harbour. That made me think I needed to add the lib path explicitly. Oh well thats what you get when not fully reading the warning/messages by the compiler :) By

Re: [Harbour] How to create a dll using hbmk2?

2009-09-29 Thread Jerry Finuliar
Hi Viktor, Thanks a lot. I go and try now. Regards, Jerry > - Original Message - > From: "Viktor Szakáts" > To: "Harbour Project Main Developer List." > Subject: Re: [Harbour] How to create a dll using hbmk2? > Date: Tue, 29 Sep 2009 09:19:39 +0200 > > > > Hi Viktor, > > > > Still

Re: [Harbour] How to create a dll using hbmk2?

2009-09-28 Thread Jerry Finuliar
Hi Viktor, Still with the same error. Is the program below valid to compile to dll using MS C++ v2008? TIA, Jerry --- #include "hbclass.ch" CREATE CLASS Dbf VAR oDbf METHOD Open() ENDCLASS METHOD Open RETURN self --- > - Original Message - > From: "Viktor Szakáts" > To: "Harbou

[Harbour] How to create a dll using hbmk2?

2009-09-28 Thread Jerry Finuliar
Hi, Im trying to create a dll but I got the ff: D:\MyProjects\dbfdll>hbmk2 -hbdyn classdbf -L"%lib%" hbmk2: Processing configuration: c:\harbour\bin\hbmk.cfg Harbour 2.0.0beta3 (Rev. 12621) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'classdbf.prg'... Lines 757, Functions/P

Re: [Harbour] Re: HBNETIO - How I tested ...

2009-09-17 Thread Jerry Finuliar
> tcp is already giving you a fair piece of resiliance against > corruption. not to say more robust stuff is absolutely unimaginable, > but you are not completely naked in the dark. Ok I painted a vague picture. I agree tcp is a proven technology but what will happen with the following scenarios w

Re: [Harbour] Re: HBNETIO - How I tested ...

2009-09-17 Thread Jerry Finuliar
> Such functionality will be available in final version of alternative > IO APIs. It will be possible to redirect any operations but now only > functionality used by core RDD code is supported. Ok I'll wait for it. One more question Are there plans to address data corruptions inherent in netwo

Re: [Harbour] Re: HBNETIO - How I tested ...

2009-09-17 Thread Jerry Finuliar
Hi Przemek, Thank you for making NETIO possible. Will directory functions be supported? (e.g. mkdir and rmdir) I need to scatter my tables for fast access. Thanks -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http:

[Harbour] Another OLE problem

2009-09-16 Thread Jerry Finuliar
Hi, I've done this in VB6 but I'm getting this "the requested member of the collection does not exist" from Debug.Print oWord.ActiveDocument.StoryRanges.Item(5). Changing 5 to 1 and it will run fine without error but also without debug output. The only problem I see in Harbour is that you have

[Harbour] HBMAKE to Compiler

2008-05-20 Thread Jerry Finuliar
Could the harbour compiler determine  the libraries(at least for the standard libs) used and create a makefile?   ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Build Problem in BCC

2008-04-12 Thread Jerry Finuliar
I been offline for a couple of weeks and after I update my working copy I get this error. D:\harbour>call make_b32.bat TLIB Version 2.0 Copyright (c) 1987, 1988 Borland International Warning: unknown command line switch 'P' ignored Error: unexpected char '3' in command line ___

[Harbour] Tbrowse alignment fix

2008-02-18 Thread Jerry Finuliar
Hi, Anyone interested to test my fix in Tbrowse? Just drop me an e-mail and I send you the file. Thanks. - Never miss a thing. Make Yahoo your homepage.___ Harbour mailing list Harbour@harbour-proje

[Harbour] Test

2008-01-14 Thread Jerry Finuliar
please ignore Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour