Re: [Harbour] Error with 14373 and msvc

2010-04-22 Thread Viktor Szakáts
Or, if possible it's even better and simpler to just remove 'set HB_COMPILER=msvc' and rely on autodetection. Viktor On 2010 Apr 23, at 04:16, Vailton Renato wrote: > Hi! > > Read this > http://lists.harbour-project.org/pipermail/harbour/2010-April/035291.html > > Regards, > Vailton Renato >

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

2010-04-22 Thread vouchcac
Revision: 14377 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14377&view=rev Author: vouchcac Date: 2010-04-23 05:52:55 + (Fri, 23 Apr 2010) Log Message: --- 2010-04-22 10:47 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbqplaint

[Harbour] hbMK2 - File type checking before calling compile/link commands

2010-04-22 Thread Pritpal Bedi
Hello Viktor Today I ran into this issue. In hbIDE project sources I included .ch, .h files to have them editable from within project node tree. All went fine upto the point I did not build the project. hbMK2 is passing all types of sources without checking if it is a valid source, i.e., .prg, .

Re: [Harbour] NETIO Questions

2010-04-22 Thread Ciro Vargas C
Porque dcies q no te acepta sino una conexion que error te sale? si el server esta en linux pideseelo ya compildo a Bruno. Why do you say that only accept one connection, what type of error is showed? saludos regards Ciro 2010/4/22 Winston Garcia > Hola Ciro. Se que hablas español y asi

Re: [Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Hola Ciro. Se que hablas español y asi te lo explico mejor.   Estoy migrando una pequeña aplicacion de Facturacion e Inventarios que tenia en Clipper a harbour, hasta alli todo bien excepto una libreria de terceros y simule con harbour las funciones de estas.   Por razones de estabilidad estoy ha

Re: [Harbour] Error with 14373 and msvc

2010-04-22 Thread Vailton Renato
Hi! Read this http://lists.harbour-project.org/pipermail/harbour/2010-April/035291.html Regards, Vailton Renato 2010/4/22 Rossine : > > Hello, > > I see this error: > > [ERROR] > hbrun.c > rc.exe  -nologo   -fo hbrun.res ../../../hbrun.rc > fatal error RC1106: invalid option: -ologo > mingw32-m

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
Przemysław Czerpak wrote: > > I'll look at it as soon as you create self contain example which > I can compile and test so it should not use MyActiveX() or any other > non Harbour functions. > If you cannot create such example then probably your problems are > caused by memory corruption in MyAc

Re: [Harbour] NETIO Questions

2010-04-22 Thread Ciro Vargas C
Hi Winston: Why do you say that the sample does not accept multiple connections? What kind of test you do it? let me know each step... best regards Ciro 2010/4/22 Winston Garcia > Thanks Bruno. > > Can you say me how i compile with MT Mode ? > > What Program i compile with MT mode Client

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

2010-04-22 Thread vszakats
Revision: 14376 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14376&view=rev Author: vszakats Date: 2010-04-23 00:36:55 + (Fri, 23 Apr 2010) Log Message: --- 2010-04-23 02:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Cups Printing

2010-04-22 Thread Bruno Luciani
I just have tested new CUPS library hbcups It works fine the sample in test folder print the test.prg file and I try to print a more advanced file like a PDF created using HBHpdf Works fine to me , the pdf file was printed like a charm Thanks for this new library for linux is very important

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
You need to compile server using MT hbmk2 server -MT -lhbnetio Bruno 2010/4/22 Winston Garcia > Thanks Bruno. > > Can you say me how i compile with MT Mode ? > > What Program i compile with MT mode Client or Server, or Client And Server > ? > > Thanks by your suuport > > > > My Env is Server

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

2010-04-22 Thread vszakats
Revision: 14375 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14375&view=rev Author: vszakats Date: 2010-04-23 00:30:50 + (Fri, 23 Apr 2010) Log Message: --- 2010-04-23 02:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Thanks  Przemysław for your support   Greeting   Winston Garcia Venezuela --- El jue, 22/4/10, Przemysław Czerpak escribió: De: Przemysław Czerpak Asunto: Re: [Harbour] NETIO Questions Para: "Harbour Project Main Developer List." Fecha: jueves, 22 de abril, 2010 19:10 On Thu, 22 Apr 2010, W

[Harbour] Error with 14373 and msvc

2010-04-22 Thread Rossine
Hello, I see this error: [ERROR] hbrun.c rc.exe -nologo -fo hbrun.res ../../../hbrun.rc fatal error RC1106: invalid option: -ologo mingw32-make[3]: *** [hbrun.res] Error 1 mingw32-make[2]: *** [descend] Error 2 mingw32-make[1]: *** [hbrun.inst] Error 2 mingw32-make: *** [utils.inst] Error 2 [

Re: [Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Thanks Bruno.   Can you say me how i compile with MT Mode ?   What Program i compile with MT mode Client or Server, or Client And Server ?   Thanks by your suuport       My Env is Server Ubuntu-Server  8.04 And Client WinXp   Greeting --- El jue, 22/4/10, Bruno Luciani escribió: De: Bruno Lucia

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

2010-04-22 Thread vszakats
Revision: 14374 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14374&view=rev Author: vszakats Date: 2010-04-22 23:53:45 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 01:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
>> I'm getting this on OS X: >> --- >> /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 >> -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c >> ../../../ioapi.c >> ../../../ioapi.c:122:14: warning: incompatible integer to pointer conversion >> assigning 'i

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
Do you have compiled in multithread mode ? I don't have tested yet in multiple connections but If I am not wrong I read that , it is needed MT mode This is my server , the defines , are not needed but i use it as a remember of defaults for the server Bruno #define DBSERVER "127.0.0.1" #define

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

2010-04-22 Thread vszakats
Revision: 14373 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14373&view=rev Author: vszakats Date: 2010-04-22 23:06:16 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 01:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/beos/gcc.mk * co

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

2010-04-22 Thread vszakats
Revision: 14372 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14372&view=rev Author: vszakats Date: 2010-04-22 23:03:13 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 01:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.pt_BR.p

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

2010-04-22 Thread druzus
Revision: 14371 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14371&view=rev Author: druzus Date: 2010-04-22 22:49:11 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 00:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/hb

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

2010-04-22 Thread Mindaugas Kavaliauskas
Hi, thanks for suggestion. The previous code was based on ADS documentation. It does not mention that VFP supports D,4 fields. Regards, Mindaugas ADS should support in DBF (at least in VFP mode) julian date fields as 32bit little endian integer values {"D", 4, 0} which do not use string re

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

2010-04-22 Thread snaiperis
Revision: 14370 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14370&view=rev Author: snaiperis Date: 2010-04-22 22:32:31 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 01:32 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib

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

2010-04-22 Thread vszakats
Revision: 14369 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14369&view=rev Author: vszakats Date: 2010-04-22 22:20:30 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-23 00:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_evnt.c

Re: [Harbour] NETIO Questions

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Winston Garcia wrote: Hi, > Have you a sample of Netio server what received many conections ? > The samples en contrib/netio only accept one conection at time ? The server example code in contrib/hbnetio/utils/netiosrv.prg accepts many connections. Number of connections is l

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Ok, Many thanks, Lautaro Moreira El 22/04/2010 18:02, Przemysław Czerpak escribió: On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It i

[Harbour] Error compiling

2010-04-22 Thread Lautaro Moreira
I'm getting this : ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make 3.81 sh.exe clean ! HB_INSTALL_PREFIX: E:\HARBOUR_PRUEBAS\HARBOUR ! HB_HOST_PLAT: win (x86) HB_SHELL: nt ! HB_PLATFORM: win (x86) (autodetected) ! HB_CO

Re: [Harbour] [Przemek] Call HB_GCAll() inside AltD()

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Teo Fonrouge wrote: Hi, > When using the debugger and having objects with destructors, > sometimes when the AltD() function is executed and the program > execution is paused the destructor code is not called until the first > InKey( 0 ) call is issued and causing the executi

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi, > this sample generates an GPF > > struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} > dbcreate("test1.dbf",struct) > --- > It is normal or I'm doing something wrong ? No it should be RTE instead of GPF. In

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Szak�ts Viktor wrote: Hi, > I'm getting this on OS X: > --- > /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 > -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c > ../../../ioapi.c > ../../../ioapi.c:122:14: warning: incompatible int

Re: [Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-22 Thread francesco perillo
I don't think that it's "too early"... we may work hard for many months to have stable hbQt.. but if it doesn't interface with the "clipper" way of doing business applications ? In my code I have a lot of VALID and WHEN and PICTURE... if we don't think about a way to emulate such functionalities w

Re: [Harbour] Ping

2010-04-22 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Alex Strickland" A: "Harbour Project Main Developer List." Data invio: giovedì 22 aprile 2010 22.29 Oggetto: Re: [Harbour] Ping You may find this useful: HB_FUNC( PING ) { hb_retl( IsDestinationReachable( hb_parcx( 1 ), NULL ) ); } Thank you. EMG

[Harbour] Re: gpf with dbcreate and char field

2010-04-22 Thread Angel Pais
I've not tested but... It should give you an RTE and not a GPF. Char fields have a maximum of 255 chars. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: NETIO Questions

2010-04-22 Thread pete_westg
στις 22/04/2010 21:49, O/H Winston Garcia έγραψε: Have you a sample of Netio server what received many conections ? The samples en contrib/netio only accept one conection at time ? Greeting Winston Garcia Venezuela Take a look there: http://f1.grp.yahoofs.com/v1/sJzQSwQCQIw6Af3naxConxutoY73t1E

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Hello, Yes, I' know is it wrong but is simple for a small program. Best regards, PD: Sorry for my bad english. El 22/04/2010 17:03, Estéfano Tonon escribió: You'll trying to create a field with length = 65000 ??? Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Estéfano Tonon
You'll trying to create a field with length = 65000 ??? I don't know the limitation... but this field length is too big... use memo... []'s Tonon Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"cam

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Estéfano Tonon
You'll trying to create a field with length = 65000 ??? Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It is normal or I'm doing

[Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It is normal or I'm doing something wrong ? Best regards, Lautaro Moreira ___ Harbour

Re: [Harbour] Error rev 14367....Vc2008.

2010-04-22 Thread Vailton Renato
Hi! Try to add into your enviroment: REM /* 900 : Visual Studio 2008 */ REM /* 1000 : Visual Studio 2010 */ set HB_COMPILER_VER=900 Regards, Vailton Renato 2010/4/22 Ale SB : > > ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org > ! MAKE: win-make 3.81 sh.exe clean in

Re: [Harbour] Ping

2010-04-22 Thread Alex Strickland
Enrico Maria Giordano wrote: Dear friends, I'd just want to know if Harbour supports PING. You may find this useful: HB_FUNC( PING ) { hb_retl( IsDestinationReachable( hb_parcx( 1 ), NULL ) ); } In your hbp file: # IsDestinationReachable -lsensapi This API function is not officially su

Re: [Harbour] Ping

2010-04-22 Thread Enrico Maria Giordano
-Messaggio Originale- Da: ""Estéfano Tonon (Furacão)"" A: "Harbour Project Main Developer List." Data invio: giovedì 22 aprile 2010 18.07 Oggetto: Re: [Harbour] Ping Hi. Here, i use run ( ping 10.255.255.255 -w 1 > teste.txt ) and works fine. I read the result in "teste.txt"...

Re: [Harbour] Ping

2010-04-22 Thread Estéfano Tonon (Furacão)
Hi. Here, i use run ( ping 10.255.255.255 -w 1 > teste.txt ) and works fine. I read the result in "teste.txt"... Tonon Enrico Maria Giordano escreveu: Dear friends, I'd just want to know if Harbour supports PING. Thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it

[Harbour] Ping

2010-04-22 Thread Enrico Maria Giordano
Dear friends, I'd just want to know if Harbour supports PING. Thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Music page: http://

Re: [Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Hi Bruno.   Have you a sample of Netio server what received many conections ?   The samples en contrib/netio only accept one conection at time ?   Greeting   Winston Garcia Venezuela --- El jue, 22/4/10, Winston Garcia escribió: De: Winston Garcia Asunto: Re: [Harbour] NETIO Questions Para: "H

[Harbour] Error rev 14367....Vc2008.

2010-04-22 Thread Ale SB
! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: d:\hbvc2008 ! HB_BUILD_DLL: yes ! HB_HOST_PLAT: win (x86) HB_SHELL: nt ! HB_PLATFORM: win (x86) (autodetected) ! HB_COMPILER: msvc . . . cl.exe -I. -I../

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-22 Thread Shum
Hi Angel, >I hope this time Shum will join as he is also an xbase++ expert. I am converting Xbase++ applications into Harbour + hbxbp (hbqt) However, this two weeks ...I had to look after my little son..., I will back to work (the converting ...) on/about May Shum -- View this me

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

2010-04-22 Thread vszakats
Revision: 14368 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14368&view=rev Author: vszakats Date: 2010-04-22 17:40:41 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 19:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/minizip/ioapi.h

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
Hi Teo, > On Apr 22, 2010, at 12:15 PM, Viktor Szakáts wrote: > >> Hi All, >> >> I'm getting this on OS X: >> --- >> /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 >> -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c >> ../../../ioapi.c >> ../../../ioa

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Teo Fonrouge
Hello Viktor, On Apr 22, 2010, at 12:15 PM, Viktor Szakáts wrote: > Hi All, > > I'm getting this on OS X: > --- > /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 > -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c > ../../../ioapi.c > ../../../ioapi.c:1

[Harbour] [Przemek] Call HB_GCAll() inside AltD()

2010-04-22 Thread Teo Fonrouge
Hello Przemek, When using the debugger and having objects with destructors, sometimes when the AltD() function is executed and the program execution is paused the destructor code is not called until the first InKey( 0 ) call is issued and causing the execution of the destructor code right after e

[Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
Hi All, I'm getting this on OS X: --- /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c ../../../ioapi.c ../../../ioapi.c:122:14: warning: incompatible integer to pointer conversion assigning 'int', expecte

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

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, snaipe...@users.sourceforge.net wrote: Hi, > 2010-04-22 18:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) > * harbour/contrib/rddads/ads1.c > ! Fixed date handling in area putValue method for .dbf tables. > ADS does not support dates smaller than 0001

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

2010-04-22 Thread vszakats
Revision: 14367 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14367&view=rev Author: vszakats Date: 2010-04-22 16:42:19 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 18:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.prg !

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

2010-04-22 Thread vszakats
Revision: 14366 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14366&view=rev Author: vszakats Date: 2010-04-22 16:33:17 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbtrace.c

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

2010-04-22 Thread vszakats
Revision: 14365 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14365&view=rev Author: vszakats Date: 2010-04-22 16:30:14 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 18:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/Makefile

[Harbour] hbide rev 14364 compile error

2010-04-22 Thread marco bra
Hi, Viktor On Ubuntu 32 bits gcc -I. -I../../../../../include -Wall -W -O3 -DHB_LEGACY_TYPES_OFF -ohbtrace.o -c ../../../hbtrace.c ../../../hbtrace.c: In function ‘hb_tracelog_’: ../../../hbtrace.c:274: error: ‘ap_bak’ undeclared (first use in this function) ../../../hbtrace.c:274: error: (Each

Re: [Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Thanks Bruno. I'll try.   Winston Garcia --- El jue, 22/4/10, Bruno Luciani escribió: De: Bruno Luciani Asunto: Re: [Harbour] NETIO Questions Para: "Harbour Project Main Developer List." Fecha: jueves, 22 de abril, 2010 13:17 I am using Netio to some tests You neet to compile server using

Re: [Harbour] Re: How I can get the list of printers installed on Linux?

2010-04-22 Thread Bruno Luciani
Guillermo , please report your tests I am interested too in this topic Bruno 2010/4/22 Guillermo Varona Silupú > Thanks Massimo, Dougs and Viktor. > Now I have several options to look at and test. > > BestRegards > GVVS > > > Massimo Belgrano escribió: > > See in contrib/hbxbp/tests/demoxbp.p

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
I am using Netio to some tests You neet to compile server using MT support ( Multithread ) In my tests i try in this way to use index and aparently work ok if !FILE("net:clients.cdx") index on Nombre tag nom to net:clients.cdx endif Bruno 2010/4/22 Winston Garcia > Hi All, my English is

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

2010-04-22 Thread vszakats
Revision: 14364 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14364&view=rev Author: vszakats Date: 2010-04-22 16:14:08 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 18:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added infor

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

2010-04-22 Thread snaiperis
Revision: 14363 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14363&view=rev Author: snaiperis Date: 2010-04-22 15:47:57 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 18:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib

[Harbour] Re: How I can get the list of printers installed on Linux?

2010-04-22 Thread Guillermo Varona Silupú
Thanks Massimo, Dougs and Viktor. Now I have several options to look at and test. BestRegards GVVS Massimo Belgrano escribió: See in contrib/hbxbp/tests/demoxbp.prg Search for XbpPrintDialog() and XbpPrinter() classes. Using the demo Click on toolbar button. 2010/4/21 Guillermo Varona Silu

[Harbour] FieldType() wrong result or ....

2010-04-22 Thread Stupar
When I create table with field types (Currency) Y and Z I get wrong result. Database header contain I and B. Is corect integer values with decimals? - REQUEST DBFCDX procedure TestFieldType() local i local aStruct:={; {"CURRENCY" , "Y", 8,0},;

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

2010-04-22 Thread vszakats
Revision: 14362 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14362&view=rev Author: vszakats Date: 2010-04-22 15:31:52 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbtrace.c

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

2010-04-22 Thread Franček Prijatelj
Hi Compiling with MSVC8 there is an error: hbtrace.c ../../../hbtrace.c(186) : error C3861: 'va_copy': identifier not found BRGDS - brgs Franček Prijatelj -- View this message in context: http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14359-trunk-harbour-tp4942285p4

Re: [Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Viktor Szakáts
> AFAIR inline methods are discouraged since their access is slower than normal > ones. You remember well. INLINE is less efficient than creating a real method. It saves typing by creating slower code. Brgds, Viktor ___ Harbour mailing list (attachme

Re: [Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Pritpal Bedi wrote: Hi, > This code works. > So the issue is shortlisted to INLINE keyword. > Przemek, are you around to set me right ? > If I have to change my sources like above, it will be a huge task. I'll look at it as soon as you create self contain example which I can

Re: [Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Maurilio Longo
Angel, ACCESS/ASSIGN keywords in method definition are a xbase++ compatibility issue. Maurilio. Angel Pais wrote: > AFAIR inline methods are discouraged since their access is slower than > normal ones. > > HTH > Angel > > ___ > Harbour mailing list (

[Harbour] NETIO Questions

2010-04-22 Thread Winston Garcia
Hi All, my English is bad.   How work the index in netio ? any sample ? The Netiosvr samples only support one conection, how i enable to support any conection ?   greeting   Winston Garcia Venezuela ___ Harbour mailing list (attachment size limi

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Angel Pais
AFAIR inline methods are discouraged since their access is slower than normal ones. HTH Angel ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
Pritpal Bedi wrote: > > The following code which was working perfect till 15Mar2010 > got weired after 04Apr2010, I have two distros so cannot pinpoint > exact dates. > > CLASS Abc >DATA oActiveX > >ACCESS BackColor INLINE ::oActiveX:BackColor >ASSIGN BackColor(

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

2010-04-22 Thread vszakats
Revision: 14361 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14361&view=rev Author: vszakats Date: 2010-04-22 12:46:11 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcups/Makefile

[Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-22 Thread Angel Pais
El 22/04/2010 3:21, Massimo Belgrano escribió: Hi angel If you share here basic part of your work "get like screen navigable" maj help go in right direction I remember a similar argument with eXPress for xbase++ by roger donnay I've published all the source code in this very same list. When I

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

2010-04-22 Thread vszakats
Revision: 14360 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14360&view=rev Author: vszakats Date: 2010-04-22 12:38:52 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/Makefile + cont

[Harbour] parsing UTF8 string

2010-04-22 Thread David MS
Hi, Is there any function to parse a utf8 string that detect (and replace) utf8 errors characters ? I'm testing with HB_UTF8TOSTR, but this one is codepage dependent. Best Regards, David Montaño. ___ Harbour mailing list (attachment size limit: 40K

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

2010-04-22 Thread vszakats
Revision: 14359 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14359&view=rev Author: vszakats Date: 2010-04-22 11:49:30 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 13:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbtrace.c *

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

2010-04-22 Thread vszakats
Revision: 14358 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14358&view=rev Author: vszakats Date: 2010-04-22 09:04:05 + (Thu, 22 Apr 2010) Log Message: --- 2010-04-22 11:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - external/libpng + exter

[Harbour] CLASSES - Instance Variable as Object - Access/Assign Elsewhere

2010-04-22 Thread Pritpal Bedi
Hello Everybody The following code which was working perfect till 15Mar2010 got weired after 04Apr2010, I have two distros so cannot pinpoint exact dates. CLASS Abc DATA oActiveX ACCESS BackColor INLINE ::oActiveX:BackColor ASSIGN BackColor( nRGB ) INLINE ::oAct