[Harbour] HBMZIP myzip.prg GPF

2010-04-19 Thread Mario H. Sabado
Hi, I countered a GPF problem when executing myzip under the tests folder of HBMZIP library. The myunzip though works fine. Thanks, Mario ** Modules: 0x0040 0x000CB000 D:\harbour\contrib\hbmzip\tests\myzip.exe 0x7725 0x0018

Re: [Harbour] HBMZIP myzip.prg GPF

2010-04-19 Thread Viktor Szakáts
What operating system and compiler? Here with bcc it generates 'abnormal program termination' as noted in '2010-04-09 20:37 UTC+0200'. Brgds, Viktor On 2010 Apr 19, at 11:38, Mario H. Sabado wrote: Hi, I countered a GPF problem when executing myzip under the tests folder of HBMZIP

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

2010-04-19 Thread druzus
Revision: 14346 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14346view=rev Author: druzus Date: 2010-04-19 10:05:47 + (Mon, 19 Apr 2010) Log Message: --- 2010-04-19 12:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] HBMZIP myzip.prg GPF

2010-04-19 Thread Przemysław Czerpak
On Mon, 19 Apr 2010, Szak�ts Viktor wrote: Hi, What operating system and compiler? All. Just fixed. best regards, Przemek ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] HBMZIP myzip.prg GPF

2010-04-19 Thread Viktor Szakáts
Thank you very much. Abnormal termination gone with bcc. Brgds, Viktor On 2010 Apr 19, at 12:06, Przemysław Czerpak wrote: On Mon, 19 Apr 2010, Szak�ts Viktor wrote: Hi, What operating system and compiler? All. Just fixed. best regards, Przemek

[Harbour] Terminal GUI 2.6.0.0 for Windows with Linux client released

2010-04-19 Thread Jacek Potempa
New version of OTC Terminal for Windows GUI applications has been released. It includes server for Windows, client for Windows and experimental version of Linux client. A completely free 2-user version is available for download from: http://www.otc.pl/download/default.aspx?l=2 It allows

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

2010-04-19 Thread vszakats
Revision: 14347 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14347view=rev Author: vszakats Date: 2010-04-19 12:03:51 + (Mon, 19 Apr 2010) Log Message: --- 2010-04-19 14:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbini.prg !

Re: [Harbour] Functions missing hbxbp (rev.14343)

2010-04-19 Thread jparada
Hi, Viktor Szakáts wrote: These functions were deleted, delete them also from your own source code, or use the up to date version of all the Harbour libs. Sorry, unfortunately I still have the same problem I have now done a clean install (rev.14347) and continued getting the same

Re: [Harbour] Functions missing hbxbp (rev.14343)

2010-04-19 Thread Viktor Szakáts
Okay, so the error isn't really with building hbxbp, but with demoxbp. I will delete these calls in a next commit. Brgds, Viktor On 2010 Apr 19, at 15:47, jparada wrote: Hi, Viktor Szakáts wrote: These functions were deleted, delete them also from your own source code, or use the

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

2010-04-19 Thread vszakats
Revision: 14348 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14348view=rev Author: vszakats Date: 2010-04-19 14:05:52 + (Mon, 19 Apr 2010) Log Message: --- 2010-04-19 16:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) *

Re: [Harbour] HBMZIP myzip.prg GPF

2010-04-19 Thread Mario H. Sabado
On 4/19/2010 7:13 PM, harbour-requ...@harbour-project.org wrote: -- Message: 6 Date: Mon, 19 Apr 2010 12:06:38 +0200 From: Przemys?aw Czerpakdru...@acn.waw.pl Subject: Re: [Harbour] HBMZIP myzip.prg GPF To: Harbour Project Main Developer List.

[Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Pritpal Bedi
Hello Everybody How can I prepare a Linux build as ready-to-use package for Linux ? I am under Ubuntu 9.10. Or can someone supply me a distro for upload on my site ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context:

[Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Angel Pais
Every distro uses it's own packaging system. It's allmost a religious wars among linux developpers about wich is better. Ubuntu is Debian's based so what you need is a .deb file. Other distros uses .rpm files So for linux you need 1 installer for each major distro. Remember Linux is a Bazaar so

Re: [Harbour] hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread Massimo Belgrano
Hi pritpal impressive follow is my suggestion: Your page are not bookmarkable explain the productivty of compile,edit in one cycle Explain hbp concept hbXBP open a very big argument, HBXBP will be having basic document like harbour function and class? 2010/4/19 Pritpal Bedi

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Angel , i know what do you mean , but ubuntu is one of the most used distro May me another user could make SVN package for Suse or RedHat etc etc IN another way , Pritpal need a binary package for HBIDE with QT dependecys which is more dificult to do , may be Marco Braida it is in Capacity to

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Massimo Belgrano
Qt seem have one packages libraries 4.6.2 for Linux/X11(160 MB) with tar.gz 2010/4/19 Angel Pais amigo...@adinet.com.uy: Every distro uses it's own packaging system. It's allmost a religious wars among linux developpers about wich is better. Ubuntu is Debian's based so what you need is a .deb

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Viktor Szakáts
Hi, Distribution of standalone apps (not contained in package repositories) on Linux is in the dark age. For a possible solution to the problem, check the installer of Google Earth for Linux. It's nothing standard, but it seems to work in a generic and user-friendly way. [ Another candidate

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Yes but these package is not ok for end user and Linux can't find it you need the ubuntu package libqtcore4 , libqtgui4 , libqt4-network , libqt4-webkit may be I am forgeting anyone. These libraries are needed to execute HBIDE compiled dinamic in linux Bruno 2010/4/19 Massimo Belgrano

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
yes , you are wright these aplications works ok may be a posible solution , but i don't know how resolves the library problem , may be use his own version of libraries ? Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu Hi, Distribution of standalone apps (not contained in package

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
TAke a look at this http://installjammer.com/ http://www.linux.com/archive/feed/60380 May be a solution Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu Hi, Distribution of standalone apps (not contained in package repositories) on Linux is in the dark age. For a possible solution

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Viktor Szakáts
Could be a solution, but one preceding part of the problem is to create Linux binaries + required external dependent libs not necessarily found on all systems (f.e. QT libs) in a way which is portable between systems and installable into any directory location. Brgds, Viktor On 2010 Apr 19,

[Harbour] Re: Functions missing hbxbp (rev.14343)

2010-04-19 Thread jparada
Hi, I made the mistake not to clarify that the problem is to try compiling demoxbp, now everything works fine. Thanks Best Regards Javier Parada -- View this message in context: http://n2.nabble.com/Functions-missing-hbxbp-rev-14343-tp4919850p4926642.html Sent from the harbour-devel mailing

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
I just download it , and i am try today to make an HBIDE executable installer then report here Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu Could be a solution, but one preceding part of the problem is to create Linux binaries + required external dependent libs not necessarily found

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Viktor Szakáts
BTW, in case of HBIDE it could make packaging easier to build it against static QT libs. HBIDE is fully free software so this is legal. [ This is also true for Windows / OS/2, of course. ] Brgds, Viktor On 2010 Apr 19, at 19:19, Viktor Szakáts wrote: Could be a solution, but one preceding

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Yes you are wright Any tip to create static version in linux ? Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu BTW, in case of HBIDE it could make packaging easier to build it against static QT libs. HBIDE is fully free software so this is legal. [ This is also true for Windows /

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Pritpal , could you enumerate the QT libraries involved in HBIDE development ? Bruno 2010/4/19 Pritpal Bedi bediprit...@hotmail.com Hello Everybody How can I prepare a Linux build as ready-to-use package for Linux ? I am under Ubuntu 9.10. Or can someone supply me a distro for upload on

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
The test of installer it is ok , works very well But I need to know exactly who libraries need to add to the project Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu Could be a solution, but one preceding part of the problem is to create Linux binaries + required external dependent libs

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Viktor Szakáts
Yes you are wright Any tip to create static version in linux ? None, never explored the topic on Linux. Some googling could give answers. First thing to check is whether Linux has static QT lib package ready to install. If not, and needs to be built from source, it will be too much of a

[Harbour] Ads and unicode

2010-04-19 Thread Massimo Belgrano
Today i partecipate at developer day in milan where presenting Advantage Database Server 10 now in betahttp://marketing.ianywhere.com/forms/ADS10Beta?title=Medallioncontent_id_display=1069112navId=83531click=bannerad possible Advantage 10 includes three new field types; nChar, nVarChar and nMemo.

[Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Pritpal Bedi
Bruno Luciani wrote: Pritpal , could you enumerate the QT libraries involved in HBIDE development ? Only three, qtcore4, qtgui4, qtnetwork4 and probably one library of mingw, but am not sure about this. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ --

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread Pritpal Bedi
Massimo Belgrano wrote: Hi pritpal impressive follow is my suggestion: Your page are not bookmarkable I am constructing this site with Help Manuals and probably I need to switch on some feature. I am looking into it. explain the productivty of compile,edit in one cycle Explain hbp

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread francesco perillo
There are a couple of semi-standard way of installing packages in unix a) tar + manual modification b) self-executable a) tar it's just like a zip, you untar (unzip) it from a specific location and then set some variables (PATH, ld.conf (pointing to libraries) etc b) self-executable shell

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Viktor Szakáts
a) tar + manual modification b) self-executable a) tar it's just like a zip, you untar (unzip) it from a specific location and then set some variables (PATH, ld.conf (pointing to libraries) etc b) self-executable shell script There is a feature of the shell script that allows you to

Re: [Harbour] hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread Francesco Saverio Giudice
Hi Pritpal, in The Origin this sentence: Francesco: suggested to integrate Eclipse which he thought, and others supported, is a great tool, but also expressed that he has no knowledge, so far, how it can be integrated with Harbour. AFAIR has to be attributed to Lorenzo. I never used Eclipse

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread Pritpal Bedi
Francesco Saverio Giudice-2 wrote: Hi Pritpal, in The Origin this sentence: Francesco: suggested to integrate Eclipse which he thought, and others supported, is a great tool, but also expressed that he has no knowledge, so far, how it can be integrated with Harbour. AFAIR has to be

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread francesco perillo
Such a shame :/ Well... tar can be used to read from tapes... and in the past a command cpio was widely used for installations In order to not have problems a static version is the way to go Yes. I wonder what dependencies QT libs themselves have? I remember to have read that there

Re: [Harbour] hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread francesco perillo
in The Origin this sentence: Francesco: suggested to integrate Eclipse which he thought, and others supported, is a great tool, but also expressed that he has no knowledge, so far, how it can be integrated with Harbour. It was me... :-) I was just out of an introductory course of Java ausing

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
I just make the first self install file but forget some library Tonight I try to make anyone more to test The installer its great Bruno 2010/4/19 Viktor Szakáts harbour...@syenar.hu a) tar + manual modification b) self-executable a) tar it's just like a zip, you untar (unzip) it

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-04-19 Thread Pritpal Bedi
Francesco Saverio Giudice-2 wrote: ... also if, as Massimo stated, it doesn't permit to bookmark pages. Is there is any way to jump directly to a single page. I have found a workaround. Right-click on the topic node in left panel, and from the context menu select Add to

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

2010-04-19 Thread vouchcac
Revision: 14349 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14349view=rev Author: vouchcac Date: 2010-04-20 00:02:57 + (Tue, 20 Apr 2010) Log Message: --- 2010-04-19 17:04 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *