[Harbour] Fileattr function

2009-12-09 Thread Vitor Mangabeira
Hi all, fileattr( existing_directory ) in clipper return 16 and in harbour return 0. Tested under windows XP. Is this normal? Vitor -- ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/ma

[Harbour] CT LIB

2009-10-22 Thread Vitor Mangabeira
Hi all, The fileattr function has a different behaviour between HB and CLIPPER when querying a directory. If directory exist, in CLIPPER the function returns 16 and HB returns 0. When running following prg twice in HB it gives a create error while in CLIPPER works OK. FUNCTION Main LOCAL cDefa :=

Re: [Harbour] NSX bug?

2009-06-05 Thread Vitor Mangabeira
Thanks for the quick fix. Should I find anything else I'll let you know. Best regards Vitor 2009/6/5 Przemyslaw Czerpak > On Fri, 05 Jun 2009, Vitor Mangabeira wrote: > > Hi, > > > The following code works OK with DBFCDX but I get Error DBFNSX/1012 > > Corr

[Harbour] NSX bug?

2009-06-05 Thread Vitor Mangabeira
Hi all, The following code works OK with DBFCDX but I get Error DBFNSX/1012 Corruption detected: TIRAGEN2.nsx. - REQUEST DBFNSX FUNCTION Main LOCAL lPrim := .f. LOCAL nI := 1 FIELD DATA, PROD RDDSetDefault( "DBFNSX" ) Set( 5, 1930 ) CreateDBF() USE

Re: [Harbour] QT

2009-04-30 Thread Vitor Mangabeira
configure is from c:\qt\4.5.1 folder. Vitor 2009/4/30 Massimo Belgrano > 2009/4/30 Vitor Mangabeira : > > What I did: > > from the C:\Qt\4.5.1\bin folder > > qtvars.bat compile_debug > c:\devl\Qt\2009.01\qt\bin>qtvars compile_debug ? > > then configure

Re: [Harbour] QT

2009-04-30 Thread Vitor Mangabeira
What I did: from the C:\Qt\4.5.1\bin folder qtvars.bat compile_debug then configure -static then nmake sub-src Victor 2009/4/30 Vailton Renato > What are the steps to build in static mode with the HB + QT? I had > tried this some time ago but without success, any hint would be > welcome! > > Va

Re: [Harbour] QT

2009-04-30 Thread Vitor Mangabeira
The problem is I can´t build demoqt.exe. 2009/4/30 Pritpal Bedi > > Hi > > >Yes I tried do build static because when I ran "hbmk2 demoqt hbqt.hbp" it > >claimed qt???.lib missing. > > Static builds are good only if we have commercial license. > Anyway it is heartening to hear that MSVC build sta

Re: [Harbour] QT

2009-04-30 Thread Vitor Mangabeira
Yes I tried do build static because when I ran "hbmk2 demoqt hbqt.hbp" it claimed qt???.lib missing. Vitor 2009/4/30 Pritpal Bedi > > Hi > > > Vitor Mangabeira wrote: > > > > I´d like to try QT under windows XP but I´ve not been able to build the > >

[Harbour] QT

2009-04-30 Thread Vitor Mangabeira
I´d like to try QT under windows XP but I´ve not been able to build the qtwebkit lib with VS 2008. The other ones build fine. Is there any special trick or can it be downloaded from somewhere? TIA Vitor ___ Harbour mailing list Harbour@harbour-project.or

Re: [Harbour] CT Lib

2009-04-02 Thread Vitor Mangabeira
Bingo, it works. Thanks a lot. Vitor 2009/4/2 Viktor Szakáts > Hi Vitor, > Pls try again with r10768. > Brgds, > Viktor > > On Thu, Apr 2, 2009 at 4:20 PM, Vitor Mangabeira < > vitormangabe...@gmail.com> wrote: > >> Hi all, >> >> I´am try

[Harbour] CT Lib

2009-04-02 Thread Vitor Mangabeira
Hi all, I´am trying to compile an app with msvc under windows XP SP3 but I get the following error: hbct.lib(disk.obj) : error LNK2019: unresolved external symbol _ct_getsafety referenced in function _HB_FUN_VOLUME Same app compiles OK with bcc under windows and gcc uner linux. Am I missing so

Re: [Harbour] testhtml

2009-03-25 Thread Vitor Mangabeira
Thanks Vailton worked under linux. 2009/3/24 Vailton Renato > See modified ShowResult() function in: > http://www.harbour-project.org/samples/testhtml.prg.html > > Vailton Renato > "Quem é fiel no mínimo, é também fiel no muito..." > ___ > Harbour mail

Re: [Harbour] testhtml

2009-03-25 Thread Vitor Mangabeira
I already seen but did no help that much. 2009/3/24 ABIX Adam Jurkiewicz > Vitor Mangabeira pisze: > > Hi All, > > > > I扉e been testing testhtml.prg from harbour/tests/ by compiling with > > Read > http://httpd.apache.org/docs/1.3/misc/FAQ-F.html#premature-s

[Harbour] testhtml

2009-03-24 Thread Vitor Mangabeira
Hi All, I´ve been testing testhtml.prg from harbour/tests/ by compiling with "hbmk2 testhtml" and copying the resulting binary to cgi-bin folder of apache. In both wndows and linux env I got same error: internal server error 500 Premature end of script headers: testhtml I´d like to know what I am