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

2009-11-09 Thread vszakats
Revision: 12847 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12847&view=rev Author: vszakats Date: 2009-11-10 06:16:15 + (Tue, 10 Nov 2009) Log Message: --- 2009-11-10 07:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/codepage/Makefile *

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

2009-11-09 Thread Pritpal Bedi
Hi vszakats wrote: > > Revision: 12845 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12845&view=rev > Author: vszakats > Date: 2009-11-10 02:39:28 + (Tue, 10 Nov 2009) > > Log Message: > --- > > 2009-11-10 03:37 UTC+0100 Viktor Szakats (harbou

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Viktor Szakáts
As you see, the ".8" is removed from the libnames. Hello Viktor, Seems that enclosing the parameter inside of "" is required, so changing the above command to: $ hbmk2 -cflag=`wx-config --cflags` -ldflag="`wx-config --libs`" ... (intentionally reduced) test.prg Makes the thing work ok a

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 7:18 PM, Teo Fonrouge wrote: Hello Viktor, Seems that parsing (at least in -ldflag) is removing wrongly the "extension" of lib files, please see the output below: $ wx-config --libs -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 - lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-

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

2009-11-09 Thread vszakats
Revision: 12846 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12846&view=rev Author: vszakats Date: 2009-11-10 03:02:37 + (Tue, 10 Nov 2009) Log Message: --- 2009-11-10 04:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * doc/xhb-diff.txt ! Ty

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

2009-11-09 Thread vszakats
Revision: 12845 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12845&view=rev Author: vszakats Date: 2009-11-10 02:39:28 + (Tue, 10 Nov 2009) Log Message: --- 2009-11-10 03:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - src/codepage/cphuisos.c

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Viktor Szakáts
Now, when using macro substitution I don't know what is the solution. It's pretty unfortunate some tools use dots as part of the filename (I've seen this causing problem with other tools, too), but I have no solution for it this time. I hope someone will post some ideas to save the day. I think

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Viktor Szakáts
I hope someone can submit a patch. It's currently also basic functionality to set extension required by target compiler and drop possibly added .lib or other bogus extensions by users. We can drop name conditioning, but ATM I can't exactly tell what are the consequences. I remember giving it enou

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 7:34 PM, Viktor Szakáts wrote: Hi Teo, I think we've touched this topic in the past, you need to add an extra '.' at the end of the lib name to avoid this problem. Now, when using macro substitution I don't know what is the solution. It's pretty unfortunate some tools use d

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Przemysław Czerpak
On Tue, 10 Nov 2009, Szak�ts Viktor wrote: Hi, > I think we've touched this topic in the past, > you need to add an extra '.' at the end of the > lib name to avoid this problem. > Now, when using macro substitution I don't know > what is the solution. It's pretty unfortunate > some tools use dots

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

2009-11-09 Thread druzus
Revision: 12844 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12844&view=rev Author: druzus Date: 2009-11-10 01:35:49 + (Tue, 10 Nov 2009) Log Message: --- 2009-11-10 02:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpap

Re: [Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Viktor Szakáts
Hi Teo, I think we've touched this topic in the past, you need to add an extra '.' at the end of the lib name to avoid this problem. Now, when using macro substitution I don't know what is the solution. It's pretty unfortunate some tools use dots as part of the filename (I've seen this causing p

[Harbour] hbmk2 parsing -ldflag info

2009-11-09 Thread Teo Fonrouge
Hello Viktor, Seems that parsing (at least in -ldflag) is removing wrongly the "extension" of lib files, please see the output below: $ wx-config --libs -pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 - lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 - lwx_gtk2u_adv-2.8 -lwx_g

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > I don't know any specifics, but probably also eztwain3 > uses some standard TWAIN API to do its job. > > Adding contrib interface for payware products such as > eztwain3 isn't very good for a few reasons, but if you > manage to get around it and interface with TWAI

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Viktor Szakáts
A TWAIN interface contrib would be BTW very nice in Harbour. I have wrappers for Eztwain3 which include standard TWAIN functions too. I can separate them but which will be the base .dll or sources. Can you point to some sources I could write wrappers for. I think I have the needed knowledge

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > In such case some tricks are inevitably needed. If eztwain was > written in C++, chances aren't very high you can make it work, > but the best place to ask for advice is the product developers, > this seems to be a commercial product, so maybe they are available > f

[Harbour] Making lib with hbmk2

2009-11-09 Thread Barry Jackson
This used to work a few months back:- $ hbmk2 @barry -hblib -obarry Now it compiles all the .prg files in barry.hbm to .c and stops with no lib created. Has the syntax changed? I have not been following the list very closely recently. [...@jackodesktop lib]$ hbmk2 @barry -hblib -obarry hbmk2:

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Viktor Szakáts
I'd call it the most convenient, since you don't need implibs at all, of course you can't link any .dlls with non-matching calling convention, but it this case no implib would help anyway. Here is the problem. I use Eztwain.dll from www.dosadi.com. I wrote all the wrappers which work fine wi

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Viktor Szakáts
Hi Teo, Please think about this, and try to find a way you can help, after all, you got an excellent, stable, robust, feature-rich and industrial level product *for free*, which can help to even create profit (cash), save time (which is also money). In such case it's not devil to ask to ret

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

2009-11-09 Thread Przemysław Czerpak
On Sun, 08 Nov 2009, vouch...@users.sourceforge.net wrote: Hi, > Log Message: > --- > 2009-11-08 12:45 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) > * contrib/gtwvg/wvgtoolb.prg > * contrib/gtwvg/wvgutils.c > * contrib/gtwvg/wvgwnd.prg > ! Few tweaks. Not so important. Maybe a

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Viktor Szakáts
I think that slow performance alone isn't a reason to chose other forums, unless there is someone who's willing to maintain a similar one with similar features but better performance. We have no such offer ATM. I dislike forums - for starters you have to remember to go there, with e-mail it

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Viktor Szakáts
Did anyone try to fill a bug report for dismal sf.net phpBB performance? If not: please do so, otherwise sf.net won't hear these complaints. Brgds, Viktor On 2009 Nov 9, at 17:37, Massimo Belgrano wrote: Hi teo Well i made same proposal : I'll start to regularly check the SF Harbour forum Har

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

2009-11-09 Thread vszakats
Revision: 12843 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12843&view=rev Author: vszakats Date: 2009-11-09 22:38:57 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 23:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/adsfunc.c

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

2009-11-09 Thread Barry Jackson
You haven't installed harbour-static-*.rpm. best regards, Przemek True. - Sorry (it was off the screen in the package manager and I missed it) All working OK now. Thanks again for your help. Cheers, Barry ___ Harbour mailing list Harbour@harbour-pro

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

2009-11-09 Thread Przemysław Czerpak
On Mon, 09 Nov 2009, Barry Jackson wrote: Hi, > Thanks for your reply to my forum question, however the forum reply > feature is broken for me so I am replying here. ( reported > elsewhere in list ) It's working for me but the speed of this forum is really fatal. Investing 10 minutes to create

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

2009-11-09 Thread druzus
Revision: 12842 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12842&view=rev Author: druzus Date: 2009-11-09 20:22:48 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 21:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog

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

2009-11-09 Thread Barry Jackson
On 09/11/09 16:52, Teo Fonrouge wrote: On Nov 9, 2009, at 10:33 AM, dru...@users.sourceforge.net wrote: Revision: 12840 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12840&view=rev Author: druzus Date: 2009-11-09 16:33:44 + (Mon, 09 Nov 2009) Log Message: --- 20

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 15:48, Alex Strickland wrote: Viktor Szakáts wrote: So to sum up technical problems, the only one which I believe is reasoned is the speed of our sf.net forum compared to others. I think that slow performance alone isn't a reason to chose other forums, It's not j

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
Barry, Please try again (rebuild your Harbour rpms) with SVN after this entry: 2009-11-09 17:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) best regards, Teo Teo - I have had a reply on the forum from Przemek. I will clean out everything, update SVN and re-build from scratch. Than

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

2009-11-09 Thread Przemysław Czerpak
On Mon, 09 Nov 2009, snaipe...@users.sourceforge.net wrote: > 2009-11-09 18:45 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) > * harbour/contrib/rddads/adsx.c > * harbour/contrib/rddsql/hbrddsql.h > * harbour/contrib/rddsql/sqlmix.c > * updated to use hb_cdpcmp() Thank you, be

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Massimo Belgrano
Hi Pritpal many people can be in the difficult economic environment of the 2009-2010 I think that harbour project will give string result in next year Because harbour have a right product Stable,Powerfull with strong secret undocumented Each times that something like xhb-diff.txt is pushed harbou

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 9:46 AM, Barry Jackson wrote: On 09/11/09 15:22, Teo Fonrouge wrote: On Nov 9, 2009, at 9:16 AM, Barry Jackson wrote: On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7

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

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 10:33 AM, dru...@users.sourceforge.net wrote: Revision: 12840 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12840&view=rev Author: druzus Date: 2009-11-09 16:33:44 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 17:33 UTC+0100 P

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

2009-11-09 Thread snaiperis
Revision: 12841 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12841&view=rev Author: snaiperis Date: 2009-11-09 16:48:32 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 18:45 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 9:46 AM, Barry Jackson wrote: On 09/11/09 15:22, Teo Fonrouge wrote: On Nov 9, 2009, at 9:16 AM, Barry Jackson wrote: On 09/11/09 14:49, Massimo Belgrano wrote: [snip] Thanks Teo - I just tried to reply in the forum, but it's trying to redirect somewhere and faili

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Massimo Belgrano
Hi teo Well i made same proposal : I'll start to regularly check the SF Harbour forum >Harbour says the best way to get help with its software is by visiting >>http://sourceforge.net/apps/phpbb/harbour-project/. IS slow (8 sec to open) create login page in 10 second is difficult understand that th

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

2009-11-09 Thread druzus
Revision: 12840 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12840&view=rev Author: druzus Date: 2009-11-09 16:33:44 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 17:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.s

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 9:42 AM, Massimo Belgrano wrote: Because a new user (fperillo) will follow tread from today i have made a search first post But the question is not my messages How can we help harbour comunity? I believe that Viktor already made a very good proposal in this very thread.

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Alex Strickland
Viktor Szakáts wrote: So to sum up technical problems, the only one which I believe is reasoned is the speed of our sf.net forum compared to others. I think that slow performance alone isn't a reason to chose other forums, unless there is someone who's willing to maintain a sim

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 15:22, Teo Fonrouge wrote: On Nov 9, 2009, at 9:16 AM, Barry Jackson wrote: On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 is present also Wi

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Massimo Belgrano
Because a new user (fperillo) will follow tread from today i have made a search first post But the question is not my messages How can we help harbour comunity? 2009/11/9 Teo Fonrouge : > > On Nov 9, 2009, at 9:26 AM, Massimo Belgrano wrote: > >> In my message i have only informed a huser on pres

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Pritpal Bedi
Hello Viktor Szakáts wrote: > > So to sum up technical problems, the only one which I believe is reasoned > is the speed of our sf.net forum compared to others. > > I think that slow performance alone isn't a reason to chose other forums, > unless there is someone who's willing to maintain a

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 9:26 AM, Massimo Belgrano wrote: In my message i have only informed a huser on presence of an active group and not redirected user who search assistence This is my point of view Ok, then why are you repeating your point of view again and again ( at least in the same th

[Harbour] Re: DbSeek() Problem with latest SVN

2009-11-09 Thread Mario H. Sabado
Hello Barry, Message: 3 Date: Mon, 09 Nov 2009 12:31:41 + From: Barry Jackson Subject: Re: [Harbour] Re: DbSeek() Problem with latest SVN To: harbour@harbour-project.org Message-ID: <4af80bad.1050...@zen.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 09/11/09 06:40, M

[Harbour] Re: DbSeek() Problem with latest SVN

2009-11-09 Thread Mario H. Sabado
Hi Przemek, Message: 2 Date: Mon, 9 Nov 2009 13:28:00 +0100 From: Przemys?aw Czerpak Subject: Re: [Harbour] Re: DbSeek() Problem with latest SVN To: "Harbour Project Main Developer List." Message-ID: <20091109122800.gb28...@34-mo7-2.home.aster.pl> Content-Type: text/plain; charset=utf-8

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

2009-11-09 Thread druzus
Revision: 12839 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12839&view=rev Author: druzus Date: 2009-11-09 15:26:57 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 16:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/win/bc

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Massimo Belgrano
In my message i have only informed a huser on presence of an active group and not redirected user who search assistence This is my point of view please we must find a right way sourceforge way is slow 2009/11/9 Teo Fonrouge > > On Nov 9, 2009, at 8:49 AM, Massimo Belgrano wrote: > > if Your

[Harbour] "Current Record" of work areas show different results with debugging

2009-11-09 Thread Guillermo Varona Silupú
[SPA] "Current Record" de estado de las areas de trabajo muestra resultados diferentes con el debug. Tengo 2 aplicaciones compiladas con el mismo entorno de trabajo. Porqué el estado de las areas de trabajo me muestra información de los campos en forma diferente en la parte de "Current Record".

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 9:16 AM, Barry Jackson wrote: On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 is present also Wiki for harbour at http://www.

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Barry Jackson
On 09/11/09 14:49, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 is present also Wiki for harbour at http://www. hmgforum

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 5:34 AM, Viktor Szakáts wrote: Thanks Chen. So to sum up technical problems, the only one which I believe is reasoned is the speed of our sf.net forum compared to others. I think that slow performance alone isn't a reason to chose other forums, unless there is someone

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Teo Fonrouge
On Nov 9, 2009, at 8:49 AM, Massimo Belgrano wrote: if Your search an active harbour group:i suggest visit at http://www.hmgforum.com/viewforum.php?f=7 is present also Wiki for harbour at http://www.hmgforum.com/wiki 2009/11/9 francesco perillo I just joined the harbour community after a

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Massimo Belgrano
if Your search an active harbour group:i suggest visit at http://www. hmgforum.com/viewforum.php?f=7 is present also Wiki for harbour at http://www. hmgforum .com/ wiki

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread francesco perillo
I just joined the harbour community after a long time in xHarbour (and hwgui)... I'm willing to contribute in some ways but I don't know where to post code snippets/howto and other stuff For example I'm going to install mingw one of these days and I may create a small how-to with updated info

Re: [Harbour] Re: DbSeek() Problem with latest SVN

2009-11-09 Thread Barry Jackson
On 09/11/09 06:40, Mario H. Sabado wrote: Hi Przemek, Mario H. Sabado wrote: Hi Przemek, I had encountered problem with the latest SVN with DbSeek(). It always return .F. in my case after reindexing and re-creating index. I'm using DBFNTX and BCC62 under WinXP SP3. Thanks for any advise. Best

Re: [Harbour] Re: DbSeek() Problem with latest SVN

2009-11-09 Thread Przemysław Czerpak
On Mon, 09 Nov 2009, Mario H. Sabado wrote: Hi Mario, > >I had encountered problem with the latest SVN with DbSeek(). It > >always return .F. in my case after reindexing and re-creating > >index. I'm using DBFNTX and BCC62 under WinXP SP3. > >Thanks for any advise. > I'm guessing it does not ac

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

2009-11-09 Thread druzus
Revision: 12838 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12838&view=rev Author: druzus Date: 2009-11-09 12:23:48 + (Mon, 09 Nov 2009) Log Message: --- 2009-11-09 13:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpap

Res: [Harbour] ASCAN slow - proposal weighted search

2009-11-09 Thread Fernando Athayde
Thanks very much i´ll try it, it´s new for me, but seems pretty cool Brgrs, Fernando De: Przemysław Czerpak Para: Harbour Project Main Developer List. Enviadas: Segunda-feira, 9 de Novembro de 2009 9:06:40 Assunto: Re: [Harbour] ASCAN slow - proposal weighted

Re: [Harbour] ASCAN slow - proposal weighted search

2009-11-09 Thread Przemysław Czerpak
On Sat, 07 Nov 2009, Fernando Athayde wrote: Hi, > ASORT(::aArrayResumo, {|a,b| str(a[1],11)+str(a[3],11)+dtoc(a[5])+a[7] > > str(b[1],11)+str(b[3],11)+dtoc(b[5])+b[7] } ) > //Normal way (Slow for more than 100 registers) > nPosicaoArray := ASCAN(::aArrayResumo, ; > {|a| str(a[1

Re: [Harbour] MSVC 2008 - XHB.lib

2009-11-09 Thread Viktor Szakáts
Perhaps it's not declared as 'extern C'. Remember that in MSVC C++ mode is enabled by default. Brgds, Viktor On Sat, Nov 7, 2009 at 10:28 AM, Pritpal Bedi wrote: > > Hello All > > I get this unresolved external when compiled with MSVC 2008: > > xhb.lib(dbgfxc.obj) : error LNK2019: unresolved ext

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Viktor Szakáts
Thanks Chen. So to sum up technical problems, the only one which I believe is reasoned is the speed of our sf.net forum compared to others. I think that slow performance alone isn't a reason to chose other forums, unless there is someone who's willing to maintain a similar one with similar featu

Re: [Harbour] uhttpd v0.3

2009-11-09 Thread Mindaugas Kavaliauskas
Hi, ToninhoFWi wrote: Can I use uhttpd to replace my calls to Microsoft.XMLHTTP ? I do not know that Microsoft.XMLHTTP is, so, I can not answer your question. "uhttpd + Harbour" is equivalent to "apache + PHP" and perhaps to "Microsoft IIS + VB scripts". Maybe this can give you a hint to

Re: [Harbour] ASCAN slow - proposal weighted search

2009-11-09 Thread Tecnologia
hello Fernando Try the aSeek function below The sintax is as follows Regards Leandro ASORT(::aArrayResumo, {|a,b| str(a[1],11)+str(a[3],11)+dtoc(a[5])+a[7] > str(b[1],11)+str(b[3],11)+dtoc(b[5])+b[7] } ) nPosicaoArray := aSeek(::aArrayResumo, ; STR( ::oQueryRel

Res: [Harbour] ASCAN slow - proposal weighted search

2009-11-09 Thread Fernando Athayde
i take a look i´ll go to make some tests i´ve preffer sql codes to acess, cause in my application there aren´t any dbf, but is better than array right? Thanks, Fernando De: Guy Roussin Para: Harbour Project Main Developer List. Enviadas: Domingo, 8 de Novemb

Re: [Harbour] How to get the IP Address.

2009-11-09 Thread Massimo Belgrano
run in shell "Ipconfig > miofile" thern read miofile PROCEDURE Main    LOCAL cCommand := "Ipconfig > myfile.txt"     CLS     RUN (cCommand) open myfile.txt and search "Indirizzo IPv4"   return I notice that harbour is 100% compatible with clipper so you can recompile your source without prob

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Viktor Szakáts
This is handled automatically. Check -head option for extra fine-tuning. Brgds, Viktor On Mon, Nov 9, 2009 at 10:47 AM, francesco perillo wrote: > One more question: is it possible to specify dependencies ? > > screen.prg includes screen.ch... if screen.ch changes screen.prg > should be recompil

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread francesco perillo
One more question: is it possible to specify dependencies ? screen.prg includes screen.ch... if screen.ch changes screen.prg should be recompiled... Francesco ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/

[Harbour] How to get the IP Address.

2009-11-09 Thread Edmer
Hi Guys, I know this is not the right place to ask this question but I'm quite running out of options. Are there third-party libraries/functions in clipper 5.2e that I could use to get the ip address of a particular PC (host name). Thanks in advance, Ed -- View this message in context: http:/

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread francesco perillo
>> Ok, this is good... from a message I found on google, it is not >> possible to put a mylib2.hbp in myapp.hbp > > This is true. You must use separate .hbp files for each > target binaries. However, you can move common parts to > either a .hbm or .hbc file, and include this file into all of > your

Re: [Harbour] Re: Re: Re: Re: Win_prn problem.

2009-11-09 Thread Viktor Szakáts
Seems like a UNICODE translation problem (not a difference in local environment). Brgds, Viktor On Mon, Nov 9, 2009 at 9:04 AM, Massimo Belgrano wrote: > The problem is that here works and in your computer not works > Wich result Have you with freepdf as default driver? > IMO oPrn:TextOut('Fon

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Viktor Szakáts
> You can call hbmk2 with multiple projects: > >> hbmk2 mylib1.hbp mylib2.hbp myapp.hbp > > (order is significant) > > Ok, this is good... from a message I found on google, it is not > possible to put a mylib2.hbp in myapp.hbp > This is true. You must use separate .hbp files for each target binar

Re: [Harbour] Re: Re: Re: Re: Win_prn problem.

2009-11-09 Thread Massimo Belgrano
The problem is that here works and in your computer not works Wich result Have you with freepdf as default driver? IMO oPrn:TextOut('Font Is: '+oPrn:FontName,.t.) request info to print driver 2009/11/9 Itamar Lins > But the return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" > is