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
___
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
!
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
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
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
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
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
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
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
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
__
, 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
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
>
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
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
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
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
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
_
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
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.
> 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
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'...
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
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
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
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
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
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
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
> 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
> 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
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:
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
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
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
___
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
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
36 matches
Mail list logo