Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-10 Thread Sudip Bhattacharyya
Hello, Thank you very much for your help. Add -libmpr to thr project from harbour_dev\mingw\lib\libmpr.a I just searched for harbour_dev\mingw\lib\libmpr.a. But didn't find it. I use xMate. I went to Environment Configuration - Exe defaults - Add. (But couldn't find libmpr.a) Is there

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-10 Thread Pritpal Bedi
Hi Sudip Bhattacharyya wrote: I just searched for harbour_dev\mingw\lib\libmpr.a. But didn't find it. I use xMate. I went to Environment Configuration - Exe defaults - Add. (But couldn't find libmpr.a) harbour_dev\mingw\lib\libmpr.a is very much present there. May be it missed your

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-10 Thread Sudip Bhattacharyya
Hello, rbour_dev\mingw\lib\libmpr.a is very much present there. May be it missed your search. Yes, it is there. Previously I tried with C:\harbour_dev\harbour\mingw\lib folder. ;( You are trying to add it the right way. I compiled it. First time it ran and then disappears. Then I copied

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-10 Thread Pritpal Bedi
Hello Sudip Bhattacharyya wrote: It is running in command prompt box. No, extra window for it. And some times screen doesn't appear properly. It means I should study your examples thoroughly. :) It must not run in the command box. It must open a new window. You must study not only the

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-10 Thread Sudip Bhattacharyya
Hello, Pullout Procedure HB_GtSys() from demowvg.prg and place it beneth main() of your application. I did this and also added following codes (copied from your example):- SET( _SET_EVENTMASK, INKEY_ALL ) Wvt_SetGui( .t. ) Wvt_SetMouseMove( .t. ) Wvt_SetFont( Courier New, 18, 0, 0

Re: [Harbour] demoqt and linux problem

2009-04-10 Thread Viktor Szakáts
This should be deleted from demoqt.prg and it will work: --- PROCEDURE hb_GtSys() HB_GT_GUI_DEFAULT() RETURN --- Brgds, Viktor On Fri, Apr 10, 2009 at 7:35 AM, Lorenzo Fiorini lorenzo.fior...@gmail.comwrote: On Fri, Apr 10, 2009 at 7:30 AM, Pritpal Bedi bediprit...@hotmail.com wrote:

RE: [Harbour] undefined symbol

2009-04-10 Thread Horodyski Marek (PZUZ)
-Original Message- From: Pritpal Bedi [mailto:bediprit...@hotmail.com] Sent: Friday, April 10, 2009 2:21 AM To: harbour@harbour-project.org Subject: RE: [Harbour] undefined symbol Hi Marek [...] Now me too sis receiving this error. As far as I remember, a month ack this error was non

[Harbour] hbsqlit3 darwin problem

2009-04-10 Thread Viktor Szakáts
Hi All, Seems we'd need some protection to make it compile with older sqlite3 versions. If that's not possible we can try enabling the locally hosted version. --- make -C hbsqlit3 install cc -I. -I../../../../include -no-cpp-precomp -fno-common -Wall -W -O3 -I/usr/include -c ../../hbsqlit3.c -o

Re: [Harbour] undefined symbol

2009-04-10 Thread Pritpal Bedi
Hi I'm getting this when trying to create demowvg (using MinGW): --- Generating C source output to 'demowvg.c'... Done. C:/harbour-11/lib/win/mingw/libgtwvg.a(wvgsink.o):wvgsink.c:(.text+0x13ae): undefined reference to `hb_ToOutDebug' --- Both the lib and demowvg code contains

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

2009-04-10 Thread snaiperis
Revision: 10826 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10826view=rev Author: snaiperis Date: 2009-04-10 13:10:44 + (Fri, 10 Apr 2009) Log Message: --- 2009-04-10 16:10 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

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

2009-04-10 Thread snaiperis
Revision: 10827 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10827view=rev Author: snaiperis Date: 2009-04-10 13:46:23 + (Fri, 10 Apr 2009) Log Message: --- 2009-04-10 16:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

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

2009-04-10 Thread Mindaugas Kavaliauskas
vszak...@users.sourceforge.net wrote: ! Excluded for msvc64: ../../fbirddd.c(187) : warning C4244: 'argument' : conversion from 'ULONG' to 'short', possible loss of data ../../fbirddd.c(231) : warning C4244: 'argument' : conversion from 'ISC_STATUS' to 'USHORT', possible loss

Re: [Harbour] FW: Sobre Harbour

2009-04-10 Thread Massimo Belgrano
I suggest try the Viktor's way http://www.syenar.hu/harbour/hb-1.1.0dev.7z 1) unpack to any directory (C:\hb-1.1.0dev) 2) go to bin dir (optional if you specify path for hbmk2 5) For WinCE/ARM executable type: 'hbmk2 ../tests/hello.prg -comp=mingwce'

Re: [Harbour] FW: Sobre Harbour

2009-04-10 Thread Pritpal Bedi
Yes Alejandro de Garate-2 wrote: A potencially (spanish speaking) user wants to know if could be possible to make aplications for Windows Mobile 5 using Harbour ? He have a cell phone (mobil) Motorola Q. It is possible with GTWVT console. Just follow Viktor's dstro and compile

Re: [Harbour] hbsqlit3 darwin problem

2009-04-10 Thread Viktor Szakáts
Thanks Petr, it would be great. This is the version shipped with OSX 10.5. Brgds, Viktor On Fri, Apr 10, 2009 at 3:42 PM, Petr Chornyj myor...@mail.ru wrote: Viktor Szakáts wrote: Hi All, Seems we'd need some protection to make it compile with older sqlite3 versions. If that's not

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

2009-04-10 Thread vouchcac
Revision: 10828 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10828view=rev Author: vouchcac Date: 2009-04-10 15:04:46 + (Fri, 10 Apr 2009) Log Message: --- 2009-04-10 08:00 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] Happy Easter to Harbour comunity

2009-04-10 Thread Massimo Belgrano
,gga888aaa,_ ,ad888, `Y88, `Y888baa, ,dP Y8b, `Y8b, `Yba, ,88 Y88b, `Y8ba, `Y88Ya, ,P88b, `Y88b, `Y8ba,_ 8a, ,P'Y88b,Y88b,`Y8ba,_ `Ya, 8'Y88b,Y8ba, Y8ba,_ `8, 8b

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

2009-04-10 Thread Pritpal Bedi
Hi All Is there any portable solution to hb_ToOutDebug() ? It sucks time and again. While developing you tend to skip remove-overs while committing, a potential cause of frustration afterwards. Regards Pritpal Bedi -- View this message in context:

Re: [Harbour] FW: Sobre Harbour

2009-04-10 Thread Viktor Szakáts
Yes, but the instructions has changed since: --- Hi All, I've updated the unified release to the latest Harbour version, and this time with only one package which, hopefully will fit most users' needs: http://www.syenar.hu/harbour/harbour-11-win-20090408.7z (48MB)

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

2009-04-10 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: I wonder though why such tool as dbgview is needed to gather such simple text/line output, I can solve the same thing with a simple file view in Far Manager. Can save it, search in it, whatever. In fact this is what I use when inspecting build output as they go.

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

2009-04-10 Thread Francesco Saverio Giudice
Hi Viktor, Il 10/04/2009 18.12, Viktor Szakáts ha scritto: hb_logSetFilename() (default hb_log.txt ?) hb_logEnable() hb_logEvent() hb_logForceClose() This would add new lines to a text file on disk. This is nice alternative but I do not need a text