[Harbour] Help Please! Box Characters In WINCE

2010-02-03 Thread AbeB
Hi All, I just can't get the box characters to show on wince ver 5.00 it does show in the emulator though. what am i missing. Thanks, Abeb -- View this message in context: http://n2.nabble.com/Help-Please-Box-Characters-In-WINCE-tp4510357p4510357.html Sent from the harbour-devel mailing lis

[Harbour] Help with segfaults with MT and hb_hrbload

2010-02-01 Thread Lorenzo Fiorini
I'm trying to move an ST http embedded server to MT. The ST version work since years and it mainly load and execute HRBs. The problem began if I ask for a multiple request. What I mean is that: ab -n30 -c1 http://localhost:8089/test.hrb OK ab -n30 -c2 http://localhost:8089/test.hrb ERRORS like:

[Harbour] help with a fatal runtime error

2010-01-02 Thread April White
I've been expanding the test case program for contrib\hbbtree and I've encountered a nasty runtime error. This is the runtime error message - no other message / callstack / trace back is shown: This application has requested the Runtime to terminate it in an unusual way. Please contact

Re: [Harbour] Help on error using compiling Harbour withminGWunderUbuntu 9.04

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, elart wrote: Hi, >>> /usr/bin/i586-mingw32msvc-gcc -I. -I../../../../../include -O3 >>> -fomit-frame-pointer -march=i586 -mtune=pentiumpro -osqlite3.o -c >>> ../../../sqlite3.c >>> ../../../sqlite3.c: In function ‘sqlite3BtreeFactory’: >>> ../../../sqlite3.c:92183: warnin

Re: [Harbour] Help on error using compiling Harbour withminGWunderUbuntu 9.04

2009-09-01 Thread elart
On 09/01/2009 06:27 PM, Przemyslaw Czerpak wrote: On Tue, 01 Sep 2009, elart wrote: Hi, Previous message is wrong... NOT work still this error related to sqlite3 /usr/bin/i586-mingw32msvc-ar crs ../../../../../lib/win/mingw/liblibpng.a png.o pngerror.o pnggccrd.o pngget.o pngmem.o pngpread.o

Re: [Harbour] Help on error using compiling Harbour withminGWunderUbuntu 9.04

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, elart wrote: Hi, > Previous message is wrong... > NOT work still this error related to sqlite3 > /usr/bin/i586-mingw32msvc-ar crs > ../../../../../lib/win/mingw/liblibpng.a png.o pngerror.o pnggccrd.o > pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o >

Re: [Harbour] Help on error using compiling Harbour withminGWunderUbuntu 9.04

2009-09-01 Thread elart
In data 1/9/2009, "elart" ha scritto: > >>>On Tue, 01 Sep 2009, elart wrote: I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit Linux box when i run... make HB_PLATFORM=win i get this... /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler str

Re: [Harbour] Help on error using compiling Harbour with minGWunderUbuntu 9.04

2009-09-01 Thread elart
>>On Tue, 01 Sep 2009, elart wrote: >>> I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit >>> Linux box >>> when i run... >>> make HB_PLATFORM=win >>> i get this... >>> /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler string >> >>Please try after: >> >>2009-09-01 14:02

Re: [Harbour] Help on error using compiling Harbour with minGWunder Ubuntu 9.04

2009-09-01 Thread elart
In data 1/9/2009, "Przemyslaw Czerpak" ha scritto: >On Tue, 01 Sep 2009, elart wrote: >> I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit >> Linux box >> when i run... >> make HB_PLATFORM=win >> i get this... >> /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler string

Re: [Harbour] Help on error using compiling Harbour with minGW under Ubuntu 9.04

2009-09-01 Thread Przemyslaw Czerpak
On Tue, 01 Sep 2009, elart wrote: > I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit > Linux box > when i run... > make HB_PLATFORM=win > i get this... > /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler string Please try after: 2009-09-01 14:02 UTC+0200 Przemyslaw Cze

[Harbour] Help on error using compiling Harbour with minGW under Ubuntu 9.04

2009-09-01 Thread elart
I'm trying to cross compile Harbour using minGW on a Ubuntu 9.04 32 bit Linux box when i run... make HB_PLATFORM=win i get this... /usr/bin/i586-mingw32msvc-gccgcc not exixtent compiler string My system have the "i586-mingw32msvc-gcc" installed... # which i586-mingw32msvc-gcc return /usr/bin/i

Re: [Harbour] Help for win/bcc

2009-08-05 Thread Viktor Szakáts
Hi Viktor, The problem is solved by adding ws2_32.lib in Yes, this symbol is defined in this lib. But it should be linked automatically. At least on my system it does without any special tricks. \harbour\utils\hbrun\makefile What can be the problem? My environment? That would be my guess,

Re: [Harbour] Help for win/bcc

2009-08-05 Thread Viktor Szakáts
Hi Toninho, I'd guess it's some sort of local corruption of your original bcc libs. (or local corruption of Harbour sources). For sure it works on my system both with default, and your settings. Brgds, Viktor On 2009.08.05., at 0:18, toni...@fwi wrote: Hi Massimo. afaik you can remove set

Re: [Harbour] Help for win/bcc

2009-08-05 Thread toni...@fwi
Hi Viktor, The problem is solved by adding ws2_32.lib in \harbour\utils\hbrun\makefile What can be the problem? My environment? TIA and best regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.me

Re: Re: [Harbour] Help for win/bcc

2009-08-05 Thread toni...@fwi
Hi Massimo. >afaik you can remove >set ADS_VER=7 >it detect version in e:\ads\acesdk I know and it is intentional. My question is: Why Error: Unresolved external 'WSAIoctl' referenced from E:\HHARBOUR\LIB\WIN\BCC\HBRTL.LIB|hbsocket ? Regards, Toninho. __

Re: [Harbour] Help for win/bcc

2009-08-04 Thread Massimo Belgrano
afaik you can remove set ADS_VER=7 it detect version in e:\ads\acesdk 2009/8/4 toni...@fwi : > Hi, > > Now that fwh is ready for svn I´m trying to compile harbour, but I see > that some libs like hbwin is not here.  What I´m missing ? > > this is my .BAT file, I use it in e:\ and hharbour is the h

Re: [Harbour] Help for win/bcc

2009-08-04 Thread toni...@fwi
Hi, Maybe this is the source of the problem: ---cut--- Error: Unresolved external 'WSAIoctl' referenced from E:\HHARBOUR\LIB\WIN\BCC\HBRTL.LIB|hbsocket mingw32-make[3]: *** [hbrun.exe] Error 1 mingw32-make[3]: Leaving directory `E:/hharbour/utils/hbrun/obj/win/bcc' mingw32-make[2]: *** [descend]

[Harbour] Help for win/bcc

2009-08-04 Thread toni...@fwi
Hi, Now that fwh is ready for svn I´m trying to compile harbour, but I see that some libs like hbwin is not here. What I´m missing ? this is my .BAT file, I use it in e:\ and hharbour is the harbour from SVN, clean --cut--- cd\hharbour set HB_BIN_INSTALL=c:\harbour\bin set HB_LIB_INSTALL=c:\ha

Re: [Harbour] HELP

2009-07-13 Thread Bruno Luciani
ALL these names have changed from version 1 to here Bruno 2009/7/13 Malay Kar > > I AM LOOKING FOR HARBOUR INSTALLATION SETUP WHERE I CAN FOUND THESE > FOLLOWING LIBRARIES ? > > > > rtl.lib > vm.lib > gtgui.lib > lang.lib > macro.lib > rdd.lib > dbfntx.lib > dbfcdx.lib > dbffpt.lib > hbsix.lib

[Harbour] HELP

2009-07-13 Thread Malay Kar
I AM LOOKING FOR HARBOUR INSTALLATION SETUP WHERE I CAN FOUND THESE FOLLOWING LIBRARIES ? rtl.lib vm.lib gtgui.lib lang.lib macro.lib rdd.lib dbfntx.lib dbfcdx.lib dbffpt.lib hbsix.lib debug.lib common.lib pp.lib codepage.lib hbwin32.lib rddads.lib Ace32.lib REGARDS MALAY ___

[Harbour] Help creating a "fake object"

2009-07-07 Thread Teo Fonrouge
Hello Przemek, I have a memory table set in C++ that holds pairs of HBObject <-> C+ +Object, one can get the C++Object associated to an HBObject and viceversa: HBObjectC++Object -- | HBObjectA | CppObjectA | | HBObjectB | CppObjectB | | HBObjectC | CppObjectC | |

Re: [Harbour] HELP

2009-06-21 Thread Massimo Belgrano
Follow here your question and reply https://sourceforge.net/apps/phpbb/harbour-project/viewtopic.php?f=3&t=9 2009/6/21 Viktor Szakáts > Hi Manohar, > > Please join the Harbour user forum, where you'll be able to get help to > start: > http://sourceforge.net/apps/phpbb/harbour-project/ > > Brgds,

Re: [Harbour] HELP

2009-06-21 Thread Viktor Szakáts
Hi Manohar, Please join the Harbour user forum, where you'll be able to get help to start: http://sourceforge.net/apps/phpbb/harbour-project/ Brgds, Viktor On Sun, Jun 21, 2009 at 6:54 AM, MANOHAR MASKI wrote: > Dear Sir, > > I, am one of CA Clipper user and I, am verymuch interested to learn >

Re: [Harbour] HELP

2009-06-21 Thread Pritpal Bedi
Manohar MANOHAR MASKI wrote: > > I, am one of CA Clipper user and I, am verymuch interested to learn > xHARBOUR. Pleae let me know how to convert Clipper programs (DOS) to > xHARBOUR Windows. > This is Harbour's Dev-List. Please post your query to User List. Regards Pritpal Bedi -- View th

[Harbour] HELP

2009-06-21 Thread MANOHAR MASKI
Dear Sir, I, am one of CA Clipper user and I, am verymuch interested to learn xHARBOUR. Pleae let me know how to convert Clipper programs (DOS) to xHARBOUR Windows. regards MANOHAR ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbo

Re: [Harbour] Help compiling HBQT and samples

2009-04-15 Thread Massimo Belgrano
This is a working in progress download and install qt in c:\devl\qt update harbour fom svn modify and execute follow --- MinGW GCC SET HB_INC_QT=/c/devl/Qt/2009.01/qt/include set PATH=C:\devl\msys\1.0.11\bin;C:\devl\MinGW-432\bin;%PATH% set HB_COMPILER=mingw set HB_INSTALL_PREFIX=C:\harbour sh ma

[Harbour] Help compiling HBQT and samples

2009-04-15 Thread Bruno Luciani
I need Help , instructions to compile hbqt and samples I have downloaded qt and harbour dev precompiled for mingw ( including hbqt lib precompiled) But compile hbqt samples giveme a lot of errors any little tutorial ? thanks in advance Bruno ___ Harb

[Harbour] Help with gtxwc fonts

2009-02-18 Thread Lorenzo Fiorini
The font fixed at size 10-13 is very hard to read and users complains. The same binary looks much better from putty and gttrm where I can change colors and fonts. I'm using xfontsel to find out font string but when I set fontname and fontsize gtxwc resets to fixed. Are there restrictions I can't

[Harbour] help to finish charset support for vfp dbf tables

2009-02-16 Thread Miguel Angel Marchuet
We need next charset to finish: 932 Japanese Windows x7B 936 Chinese (PRC, Singapore) Windows x7A 949 Korean Windows x79 950 Chinese (Hong Kong SAR, Taiwan) Windows x78 1 Standard Mac

Re: [Harbour] Help with scope class checking

2009-01-13 Thread Teo Fonrouge
On Monday 12 January 2009 01:42:23 pm Przemyslaw Czerpak wrote: > On Tue, 06 Jan 2009, Teo Fonrouge wrote: > > Hi Teo, > > > I'm building an Client/Server database library based on Harbour Objects, > > the idea behind this is simple: > >  * On the Server side: > >    - An RDOServer object is create

Re: [Harbour] Help with scope class checking

2009-01-12 Thread Przemyslaw Czerpak
On Mon, 12 Jan 2009, Przemyslaw Czerpak wrote: Hi, > in parent classes. This is not intentional but result of my typo and > I'll change it because now it does not make what I defined that it should. > The line 2420: > pBase->item.asSymbol.stackstate->uiClass = uiClass; > should be changed t

Re: [Harbour] Help with scope class checking

2009-01-12 Thread Przemyslaw Czerpak
On Tue, 06 Jan 2009, Teo Fonrouge wrote: Hi Teo, > I'm building an Client/Server database library based on Harbour Objects, the > idea behind this is simple: >  * On the Server side: >    - An RDOServer object is created and starts listening for incoming clients > on a predetermined port, when

Re: [Harbour] Help with scope class checking

2009-01-11 Thread Teo Fonrouge
On Tuesday 06 January 2009 11:05:09 am Teo Fonrouge wrote: [snip] Przemek, can you give any help on this ?. I just want to be able to send messages to private/protected methods from C source. Thanks in advance. best regards, Teo ___ Harbour mail

[Harbour] Help!! Help!! gtxwc apps black screen on Centos 5.1

2008-05-19 Thread Lorenzo Fiorini
I've just migrated a customer site from Fedora Core 5 to Centos 5.1. Now users are reporting that randomly harbour/gtxwc apps stop responding and they get a black window. It seem more frequent when they leave the app and do something else. I'm trying to replicate but I can't. Any idea? Could i

RE: [Harbour] Will harbour help porting of a Visual foxPro Application?

2007-12-05 Thread Massimo Belgrano
PROTECTED] On Behalf Of Massimo Belgrano Sent: Wednesday, December 05, 2007 4:07 PM To: harbour@harbour-project.org Subject: [Harbour] Will harbour help porting of a Visual foxPro Application? Will harbour help porting of a Visual foxPro Application? Any experiences? Massimo Belgrano

[Harbour] Will harbour help porting of a Visual foxPro Application?

2007-12-05 Thread Massimo Belgrano
Will harbour help porting of a Visual foxPro Application? Any experiences? Massimo Belgrano ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour