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

2009-06-15 Thread vszakats
Revision: 11381 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11381&view=rev Author: vszakats Date: 2009-06-16 06:55:21 + (Tue, 16 Jun 2009) Log Message: --- 2009-06-16 08:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/thread.c *

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

2009-06-15 Thread vszakats
Revision: 11380 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11380&view=rev Author: vszakats Date: 2009-06-16 06:51:12 + (Tue, 16 Jun 2009) Log Message: --- 2009-06-16 08:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * s

Re: [Harbour] Setting envvars for subprocess

2009-06-15 Thread Viktor Szakáts
Thank you Przemek. It also works with MSVC and BCC. I'd like to use this to enable support in hbmk2 to use more embedded compilers (all other free ones need envvars to setup their locations, like djgpp, watcom, pocc), and hbmk2 uses hb_process*() API on non-dos platforms to call these tool. I can

Re: [Harbour] Setting envvars for subprocess

2009-06-15 Thread Przemyslaw Czerpak
On Tue, 16 Jun 2009, Szak�ts Viktor wrote: Hi, > How to set an envvar so that it's recognized by > a subprocess run either by hb_run() or via the > hb_process*() API? hb_setenv() but some OS-es may not support such functionality. Try this code to test it: request HB_GT_CGI_DEFAULT proc ma

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

2009-06-15 Thread vszakats
Revision: 11379 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11379&view=rev Author: vszakats Date: 2009-06-16 06:03:59 + (Tue, 16 Jun 2009) Log Message: --- 2009-06-16 08:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Phil Barnett
On 06/15/2009 12:52 PM, Viktor Szakáts wrote: but hbhttpd looks a bit strange, or I don't know Actually, I like that. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-06-15 Thread Przemyslaw Czerpak
On Mon, 15 Jun 2009, Mindaugas Kavaliauskas wrote: Hi, > I know that thread count could be changed between HB_MUTEXWAITERSCOUNT() > and actual HB_THREADSTART(), but I do not care a lot about it. But it would > be bad if this race condition can cause return garbage on some systems. In > this c

Re: [Harbour] Harbour forum tryout

2009-06-15 Thread Phil Barnett
On 06/14/2009 07:19 PM, Viktor Szakáts wrote: As you can see, the dev list has proper names of sender, while the user list is completely blind and sender is always the same generic address. IOW, the archive page of users list cannot easily be used in practice to lookup information. Got it. I t

[Harbour] Setting envvars for subprocess

2009-06-15 Thread Viktor Szakáts
Hi All, How to set an envvar so that it's recognized by a subprocess run either by hb_run() or via the hb_process*() API? Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Viktor Szakáts
On Tue, Jun 16, 2009 at 1:12 AM, Bruno Luciani wrote: > But viktor HBOLE I think that was discontinued or not ? > > This the cuestion because I am trying HBWIN Yes, in Harbour it is. But oohg still supplies it in their package, and that's what I was referring to. Brgds, Viktor ___

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Bruno Luciani
But viktor HBOLE I think that was discontinued or not ? This the cuestion because I am trying HBWIN Bruno 2009/6/15 Viktor Szakáts > I've added support (untested) for CREATEOLEOBJECT(). > > I've no idea what the rest does, so someone else should do it. > > In oohg, if you're using the .hbc fil

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

2009-06-15 Thread vszakats
Revision: 11378 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11378&view=rev Author: vszakats Date: 2009-06-15 22:40:42 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-16 00:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2009-06-15 Thread vouchcac
Revision: 11377 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11377&view=rev Author: vouchcac Date: 2009-06-15 22:13:51 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 15:09 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/hbqt/genera

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

2009-06-15 Thread vszakats
Revision: 11376 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11376&view=rev Author: vszakats Date: 2009-06-15 21:05:57 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 23:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg *

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
Probably a local variable container array could solve that, so only one quasi-object needs to be passed around. Variables are post, get, session, server, etc. I do not think I like to use a single on variable and write: variable["get"]["value"] or variable[2]["value"]. Or I've misunderstood y

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Mindaugas Kavaliauskas
Hi, Probably a local variable container array could solve that, so only one quasi-object needs to be passed around. Variables are post, get, session, server, etc. I do not think I like to use a single on variable and write: variable["get"]["value"] or variable[2]["value"]. Or I've misundersto

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

2009-06-15 Thread Mindaugas Kavaliauskas
Hi, 2009-06-15 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/vm/thread.c + Added HB_MUTEXWAITERSCOUNT() to core. (slightly rewritten using local functions) Such function by definition cannot return valid result so it should be marked as help

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

2009-06-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: A: Data invio: lunedì 15 giugno 2009 14.47 Oggetto: [Harbour] SF.net SVN: harbour-project:[11362] trunk/harbour 2009-06-15 14:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacyco.c * contrib/hbwin/legacy.prg ! Fixed typos in prev

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

2009-06-15 Thread Viktor Szakáts
Hi, Is this solved if I rename it to __MUTEXWAITERCOUNT()? I'm fully neutral what to do with this function (well that's not entirely true since it would be better to have something without internal racing conditions and apps not using internal functions). So we can also remove it (but it means re

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

2009-06-15 Thread Przemyslaw Czerpak
On Mon, 15 Jun 2009, vszak...@users.sourceforge.net wrote: Hi, > 2009-06-15 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * include/hbextern.ch > * source/vm/thread.c > + Added HB_MUTEXWAITERSCOUNT() to core. > (slightly rewritten using local functions) Such function by de

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

2009-06-15 Thread vszakats
Revision: 11375 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11375&view=rev Author: vszakats Date: 2009-06-15 18:56:14 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 20:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.

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

2009-06-15 Thread vszakats
Revision: 11374 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11374&view=rev Author: vszakats Date: 2009-06-15 18:45:17 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * s

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

2009-06-15 Thread vszakats
Revision: 11373 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11373&view=rev Author: vszakats Date: 2009-06-15 18:37:38 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 20:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/uhttpd2/uwidgets

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

2009-06-15 Thread vszakats
Revision: 11372 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11372&view=rev Author: vszakats Date: 2009-06-15 18:33:53 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 20:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/uhttpd2/socket.c

[Harbour] SF.net SVN: harbour-project:[11371] trunk/harbour/examples/uhttpd2

2009-06-15 Thread vszakats
Revision: 11371 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11371&view=rev Author: vszakats Date: 2009-06-15 18:29:05 + (Mon, 15 Jun 2009) Log Message: --- zap Modified Paths: -- trunk/harbour/examples/uhttpd2/carts.dbf trunk/ha

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

2009-06-15 Thread vszakats
Revision: 11370 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11370&view=rev Author: vszakats Date: 2009-06-15 18:22:09 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + examples/uhttpd2 + exam

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

2009-06-15 Thread vszakats
Revision: 11369 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11369&view=rev Author: vszakats Date: 2009-06-15 18:02:57 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 18:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] OLE

2009-06-15 Thread AbeB
I can't figure out why these will generate a OLE runtime error executing Sheet:rows(1):HorizontalAlignment := xlCenter //no good #define xlCalculationAutomatic 0xEFF7 #define xlCalculationManual 0xEFD9 #define xlCenter 0xEFF4 #define xlAutomatic

Re: [Harbour] QT - Seperation of base sources from generator

2009-06-15 Thread Massimo Belgrano
I may be out of argument bit i have read at http://iquip.org/ >IQuiP™ (pronounced like equip) is a C++ framework for writing applications >that can run on both the desktop and over the internet in a web browser - >.. binary compatible with Qt, meaning that a dynamically linked Qt >applicati

Re: [Harbour] QT - HBXHB - Seperation of base sources from generator

2009-06-15 Thread Viktor Szakáts
I think it's a good idea. There is no point in generating them IMO, but you can see the big picture. Brgds, Viktor On 2009.06.15., at 18:44, Pritpal Bedi wrote: Hello Everybody I am thinking of separating base source files from hbqtgen.prg to SVN. These files are: hbqt.h hbqt_slots.h hbqt_s

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
For me anything is good, just let's settle on something. httpsrv is a bit generic indeed, although since there is no other generic http server inside Harbour, it can be good, I just miss the 'hb' from it to show the world it's running on Harbour (but hbhttpd looks a bit strange, or I don't know).

[Harbour] QT - HBXHB - Seperation of base sources from generator

2009-06-15 Thread Pritpal Bedi
Hello Everybody I am thinking of separating base source files from hbqtgen.prg to SVN. These files are: hbqt.h hbqt_slots.h hbqt_slots.cpp moc_slots.cpp hbqt_base.cpp demoqt.prg Initially when I implemented this design I was not aware the quantum of extra efforts it will require to keep thes

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Lorenzo Fiorini
On Mon, Jun 15, 2009 at 6:35 PM, Viktor Szakáts wrote: >> Maybe HttpSrv ? > > This is good. I'll do the rename. Isn't it too much generic? If it is an evolution of uhttp why not uhttp1 and uhttp2? best regards, Lorenzo ___ Harbour mailing list Harbour

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Massimo Belgrano
http2hb 2009/6/15 Francesco Saverio Giudice : > Hi Viktor, > > Il 15/06/2009 18.00, Viktor Szakáts ha scritto: >> >> Well, maybe simply uhttpd1 and uhttpd2? >> >> Opininons? > > Maybe HttpSrv ? > >> >>> I think it's a very valuable addition, so in no >>> case would I want to remove it. >>> > > Tha

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
>> Well, maybe simply uhttpd1 and uhttpd2? >> >> Opininons? > > Maybe HttpSrv ? This is good. I'll do the rename. Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-06-15 Thread druzus
Revision: 11368 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11368&view=rev Author: druzus Date: 2009-06-15 16:29:58 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 18:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/fs

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Francesco Saverio Giudice
Hi Viktor, Il 15/06/2009 18.00, Viktor Szakáts ha scritto: Well, maybe simply uhttpd1 and uhttpd2? Opininons? Maybe HttpSrv ? I think it's a very valuable addition, so in no case would I want to remove it. Thank you. Best regards, Francesco ___

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
Well, maybe simply uhttpd1 and uhttpd2? Opininons? Brgds, Viktor On Mon, Jun 15, 2009 at 5:35 PM, Viktor Szakáts wrote: > Hi Francesco, > >>> All we need to find is a name, because we already >>> have uhttpd, we can rename existing one, or rename >>> your new one, but which and to what name? >>

Re: [Harbour] hbmk2 - problem with char "."

2009-06-15 Thread Viktor Szakáts
Hello, there is the problem with hbmk2 when library has character ".". My workaround was changing the names: bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_net-2.8.so libwx_baseu_net-28.so bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_xml-2.8.so libwx_baseu_xml-28.so hbc: li

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

2009-06-15 Thread vouchcac
Revision: 11367 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11367&view=rev Author: vouchcac Date: 2009-06-15 15:43:15 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 08:41 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/hbxbp/apig.

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Vailton Renato
Hi all! Based on the examples that Mindaugas has posted I studied the integration of Harbor + uhttp2 with Adobe Flex. I'm happy with the result and them can easily integrate. I'd like to share the results with everyone here on the list. I developed 3 basic examples that show how to integrate thes

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
Hi Francesco, All we need to find is a name, because we already have uhttpd, we can rename existing one, or rename your new one, but which and to what name? as Mindaugas proposed uhttpd name, surely he must mantain the name. So it will be enough rename existing with another name (I don't have

[Harbour] hbmk2 - problem with char "."

2009-06-15 Thread Ernad Husremovic
Hello, there is the problem with hbmk2 when library has character ".". My workaround was changing the names: bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_net-2.8.so libwx_baseu_net-28.so bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_xml-2.8.so libwx_baseu_xml-28.so hbc: libs=w

Re: [Harbour] Question about powers hbmk2

2009-06-15 Thread Viktor Szakáts
Hi Marek, Simply don't use paths/extension/lib prefix in -l option and pass your lib directory with -L option. You're also mixing non-MinGW and MinGW libs. C:\oci\ocilib\demo>hbmk2 abort.c -incpath=C:/oci/ocilib/include -LC:/oci/ocilib/lib32 -lociliba -locilibw -locilibm -trace Brgds, Viktor On

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Francesco Saverio Giudice
Hi Viktor, All we need to find is a name, because we already have uhttpd, we can rename existing one, or rename your new one, but which and to what name? as Mindaugas proposed uhttpd name, surely he must mantain the name. So it will be enough rename existing with another name (I don't have o

[Harbour] Question about powers hbmk2

2009-06-15 Thread Horodyski Marek (PZUZ)
Viktor, from : http://orclib.sourceforge.net/download/ I have download example to acces via oci to oracle in C. I copy and unzipped it in OCI folder. Then to test I try compile: C:\oci\ocilib\demo\abort.c : * #include "windows.h" #include "process.h" #include "ocilib.h" /* Example on Mic

Re: [Harbour] bug: hb_DirBase()/hb_ProgName() contains wrong pathsep with DJGPP/DOS

2009-06-15 Thread Viktor Szakáts
Hi Przemek, Thanks for the information and the patch. I'll retry this issue after your change. Wrong path sep was my first suspect, but couldn't make it work. > ps. in *nixes I can use: > hbmk2 tst >to create binaries from tst.prg but in DOS ir prints: > hbmk: Error: No source fi

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

2009-06-15 Thread vszakats
Revision: 11366 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11366&view=rev Author: vszakats Date: 2009-06-15 14:33:30 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 16:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Viktor Szakáts
I've added support (untested) for CREATEOLEOBJECT(). I've no idea what the rest does, so someone else should do it. In oohg, if you're using the .hbc file, try adding hbole to one of the libs= lines, and see what happens. Looks like they provide this lib, but I missed it from the liblist. Brgds,

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

2009-06-15 Thread vszakats
Revision: 11365 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11365&view=rev Author: vszakats Date: 2009-06-15 13:46:04 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 15:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg

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

2009-06-15 Thread vszakats
Revision: 11364 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11364&view=rev Author: vszakats Date: 2009-06-15 13:43:32 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 15:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

RE: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] >Sent: Monday, June 15, 2009 2:47 PM >To: Harbour Project Main Developer List. >Subject: [Harbour] Re: uhttpd v0.2 > >Hi, > ... >Marek: >> Do you think too about WebSerwices (they are needed for >business appli

Re: [Harbour] Re: uhttpd v0.2

2009-06-15 Thread Viktor Szakáts
I didn't inspect the code yet, but it would be nice to be able to pass LOCAL vars (f.e. array/hash container of values) down the path. To make it possible to avoid memvars. It is possible to pass all them as locals, but I've tried to avoid passing of 4 or 5 parameters though a few function in

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

2009-06-15 Thread druzus
Revision: 11363 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11363&view=rev Author: druzus Date: 2009-06-15 13:09:53 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 15:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/mai

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Bruno Luciani
I have problems too with OLE If I link HBWIN these functions don't works C:\oohg\OBJO1GH\TWORD.o:TWORD.c:(.data+0x178): undefined reference to `HB_FUN_OLESETPROPERTY' C:\oohg\OBJO1GH\TWORD.o:TWORD.c:(.data+0x3c8): undefined reference to `HB_FUN_CREATEOLEOBJECT' C:\oohg\OBJO1GH\TWORD.o:TWORD.c:(

Re: [Harbour] bug: hb_DirBase()/hb_ProgName() contains wrong pathsep with DJGPP/DOS

2009-06-15 Thread Przemyslaw Czerpak
On Wed, 10 Jun 2009, Szak�ts Viktor wrote: Hi, > As subject, hb_DirBase() and hb_ProgName() will correctly > return the value, except that it uses forward slashes instead of > backslashes on dos/djgpp platform. > I've added this workaround to hbmk2: >#define HB_DIRBASE() StrTran( hb_D

Re: [Harbour] uhttpd v0.2

2009-06-15 Thread Massimo Belgrano
I am very intrested in idea like Mozilla XUL with look and feel of desktop application Can you post a sample like Mindaugas? in your solution do you not reuse code GT based @get/readachoice? 2009/6/12 Lorenzo Fiorini : > So far I've tried two interfaces: Mozilla XUL that allows a look and > feel

[Harbour] hbqt in linux

2009-06-15 Thread Guy Roussin
Hi, I try hbqt and i works fine, only a warning : $ ./demoqt Object::connect: No such signal QTreeView::hovered() in ../../hbqt_slots.cpp:405 Object::connect: No such signal QListView::hovered() in ../../hbqt_slots.cpp:405 This is on an unstable distrib with qt 4.5.1. But i can't use it with

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

2009-06-15 Thread vszakats
Revision: 11362 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11362&view=rev Author: vszakats Date: 2009-06-15 12:46:55 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 14:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacyco.c

[Harbour] Re: uhttpd v0.2

2009-06-15 Thread Mindaugas Kavaliauskas
Hi, I left uhttpd demo server running for weekend. It was working OK for 24 hours until 13/Jun/2009 18:37:04 (the time of last query). It seems, that all 50 thread (maximum number of threads) are blocked in some operation like port read. I do not know the exact bug yet. I'll try to find it A

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

2009-06-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: A: Data invio: lunedì 15 giugno 2009 13.41 Oggetto: [Harbour] SF.net SVN: harbour-project:[11361] trunk/harbour ../../legacy.prg(106) Warning W0001 Ambiguous reference 'SELF' ../../legacy.prg(110) Warning W0001 Ambiguous reference 'SELF' EMG -- EMAG Sof

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: lunedì 15 giugno 2009 13.41 Oggetto: Re: [Harbour] A problem in TOleAuto? Try either: - o := CreateObject( "Word.Application" ) // o will be win_oleauto class - o := TOleAuto():New( "Wo

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

2009-06-15 Thread vszakats
Revision: 11361 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11361&view=rev Author: vszakats Date: 2009-06-15 11:41:13 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg

Re: [Harbour] A problem in TOleAuto?

2009-06-15 Thread Viktor Szakáts
function Main() local o := TOleAuto():New( CreateObject( "Word.Application" ):hObj ) ? o:ClassName return nil gives Error BASE/1004 No exported method: HOBJ Called from WIN_OLEAUTO:HOBJ(0) Called from MAIN(3) What am I missing? You're mixing the legacy class interface with the legacy API

Re: [Harbour] Harbour forum tryout

2009-06-15 Thread Xavi
Would be a good advice? Translate text into English. http://translate.google.com Then get the result and translate to original language. IMHO, translation is good if you feel that the result can be understood in your language. So post text in English. AFAIK you can always duplicate the text in y

[Harbour] A problem in TOleAuto?

2009-06-15 Thread Enrico Maria Giordano
The following sample function Main() local o := TOleAuto():New( CreateObject( "Word.Application" ):hObj ) ? o:ClassName return nil gives Error BASE/1004 No exported method: HOBJ Called from WIN_OLEAUTO:HOBJ(0) Called from MAIN(3) What am I missing? EMG -- EMAG Software Homepage:

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

2009-06-15 Thread vszakats
Revision: 11360 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11360&view=rev Author: vszakats Date: 2009-06-15 09:46:21 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bi

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

2009-06-15 Thread vszakats
Revision: 11359 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11359&view=rev Author: vszakats Date: 2009-06-15 09:41:48 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 11:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bi

Re: [Harbour] Memo - FPT

2009-06-15 Thread Alex Strickland
Alex Strickland wrote: Viktor Szakáts wrote: Which RDD? Can you post a running sample? I have a test (rev 11281): Ah damn, I just saw Przemyslaw's reply. Sorry and thanks. Regards Alex ___ Harbour mailing list Harbour@harbour-project.org http://l

Re: [Harbour] Memo - FPT

2009-06-15 Thread Alex Strickland
Viktor Szakáts wrote: Which RDD? Can you post a running sample? I have a test (rev 11281): procedure main() REQUEST DBFCDX RDDSETDEFAULT("DBFCDX") use hlp01 index hlp01 dbseek("ReservedSystem:F_RCPrtPreview") ? valtype(hlp01->help) ? hlp01->help dbseek("Reserve

Re: [Harbour] GTWVW is broken in xharbour ....by Patrik Mast

2009-06-15 Thread Massimo Belgrano
Hi Reynaldo Pritpal have announced the idea of implement a layer compatibility of gtwvw in gtwvg but it have made an huge work for hbqt (Gui Multiplatform) & gtqtc (access like gtwvt to hbqt) & hbxbp (Xbase ++ compatible syntax, made possible compile xbase++ program on linux and mac-os) I have tr

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

2009-06-15 Thread vszakats
Revision: 11358 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11358&view=rev Author: vszakats Date: 2009-06-15 08:39:38 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg

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

2009-06-15 Thread vouchcac
Revision: 11357 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11357&view=rev Author: vouchcac Date: 2009-06-15 08:13:08 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 00:57 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/hbxbp/Makef

[Harbour] SF.net SVN: harbour-project:[11356] trunk/harbour/utils/Makefile

2009-06-15 Thread vszakats
Revision: 11356 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11356&view=rev Author: vszakats Date: 2009-06-15 08:07:25 + (Mon, 15 Jun 2009) Log Message: --- minor Modified Paths: -- trunk/harbour/utils/Makefile This was sent by the

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

2009-06-15 Thread vszakats
Revision: 11355 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11355&view=rev Author: vszakats Date: 2009-06-15 08:06:36 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 10:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - utils/hbextern + exampl

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

2009-06-15 Thread vouchcac
Revision: 11354 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11354&view=rev Author: vouchcac Date: 2009-06-15 07:56:07 + (Mon, 15 Jun 2009) Log Message: --- 2009-06-15 00:51 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/hbqt/genera

Re: [Harbour] Harbour forum tryout

2009-06-15 Thread Alex Strickland
Viktor Szakáts wrote: In the past, every single forum, shared photo solution, or other canned packages have been compromised within a year of being installed. I'd prefer to stick to mailing lists. +1 for mailing lists. This one we're using now works well, let's just advertise the user list

RE: [Harbour] HRB question ??? Possible bug !

2009-06-15 Thread J. Lefebvre
Hi Przemek, Thanks a lot, I was in meeting since Friday in Deutchland (Dark Forest) (without computer :-() for a martial art meeting so, I just discovered your mails today. I see now was I was missing. I will try now to implement it here. Again, many thanks for your time. JF, -Message d

[Harbour] Harbour as Java Dynamic Language

2009-06-15 Thread Lorenzo Fiorini
Just a question for the core developers: is there the "possibility" for Harbour to use JVM as VM like JRuby or Jython? I was looking for jdbc examples and I found how easily JRuby and Jython can use existing Java code this would mean to have access to all DBMS on the world, Apache POI FOR doc, xls

Re: [Harbour] Harbour forum tryout

2009-06-15 Thread Barry Jackson
Bruno Luciani wrote: Viktor , I just try to upload a 5.73 kb and 50x62 pixel image and don' t work , the error is that the image have 0 pixel x 0 pixel size ?? Bruno Try .jpg/.jpeg I had that problem when I used .png Rgds, Barry ___ Harbour mailing