Revision: 13195
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13195&view=rev
Author: vszakats
Date: 2009-12-10 01:10:11 + (Thu, 10 Dec 2009)
Log Message:
---
2009-12-10 02:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/generator/hb
Revision: 13194
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13194&view=rev
Author: vszakats
Date: 2009-12-10 00:27:47 + (Thu, 10 Dec 2009)
Log Message:
---
2009-12-10 01:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.h
%
Hi Istvan,
> An another test case with full positive results with latest SVN and Qt 4.6
> for VS2008. The MinGW with Qt 4.6 and Qt 4.5.3 follows...
> hbide, demoxbp and demoqt are executed crash free, so we should concentrate
> on the functional issues from now, I think.
Is there any final resu
Hi,
>I guess this should either be:
>@win-make clean install HB_USER_CFLAGS=-MD
>OR kept as is, and the trick suggested by Andi could be
>used when building hbide:
>@hbmk2 -rebuild hbide.hbp -ldflag=-nodefaultlib:MSVCRT.LIB
-ldflag=-defaultlib:LIBCMT.LIB
Thank you Viktor, Andi.
The Andi's solut
Revision: 13193
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13193&view=rev
Author: vszakats
Date: 2009-12-09 23:45:23 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-10 00:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt_destruc
Hi,
> An another test case with full positive results with latest SVN and Qt 4.6
> for VS2008. The MinGW with Qt 4.6 and Qt 4.5.3 follows...
> hbide, demoxbp and demoqt are executed crash free, so we should concentrate
> on the functional issues from now, I think.
> See below the script used for
Revision: 13192
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13192&view=rev
Author: vszakats
Date: 2009-12-09 22:37:41 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 23:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
- examples/hb
Revision: 13191
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13191&view=rev
Author: vszakats
Date: 2009-12-09 22:34:52 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 23:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
- contrib/hbt
Hi
An another test case with full positive results with latest SVN and Qt 4.6 for
VS2008. The MinGW with Qt 4.6 and Qt 4.5.3 follows...
hbide, demoxbp and demoqt are executed crash free, so we should concentrate on
the functional issues from now, I think.
See below the script used for my tests,
Hi Mindaugas,
>> All non static functions from linked .prg module are automatically
>> registered in global symbol table so I guess you are talking about
>> C code.
>
> Yes, you are right. I should remember myself, that his effect happens
> if functions are implemented in C.
>
> Do you think it
Hi,
Przemysław Czerpak wrote:
Perhaps copy-paste from some of my contrib RDDS. BTW, why RDD has
this in symbol table?
It's necessary for *_GETFUNCTABLE function which is accessed from
hb_rddRegister() by global symbol table.
Yes, but this answers why f.e. DBFCDX_GETFUNCTABLE is included int
Revision: 13190
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13190&view=rev
Author: vszakats
Date: 2009-12-09 21:27:11 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 22:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
- contrib/hbt
Revision: 13189
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13189&view=rev
Author: vszakats
Date: 2009-12-09 21:22:35 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 22:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Minor clean
Revision: 13188
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13188&view=rev
Author: druzus
Date: 2009-12-09 20:26:18 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 21:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/xhb/f
Revision: 13187
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13187&view=rev
Author: vszakats
Date: 2009-12-09 20:18:31 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 21:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbgd/gdwrp.c
Hi All
PROCEDURE Main()
LOCAL cText, aData
cText := '"Jones, Mr",Male,"Oklahoma","IL",20041231,"Director, President"'
aData := FParseLine( cText )
FOR EACH cText IN aData
? LTrim( Str( HB_EnumIndex() ) ), cText
NEXT
Revision: 13186
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13186&view=rev
Author: druzus
Date: 2009-12-09 19:55:17 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 20:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddsq
Revision: 13185
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13185&view=rev
Author: druzus
Date: 2009-12-09 19:41:10 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 20:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/Makef
On Wed, 09 Dec 2009, Itamar Lins wrote:
Hi,
> I found the problem.
> D:\harbour\trunk\harbour\include>copy hbiniseg.h d:\DEV\harbour\include
> 1 arquivo(s) copiado(s).
> D:\harbour\trunk\harbour\include>
> And now working fine.
> Because initial process of making harbour not copying new f
Hi!
I found the problem.
D:\harbour\trunk\harbour\include>copy hbiniseg.h d:\DEV\harbour\include
1 arquivo(s) copiado(s).
D:\harbour\trunk\harbour\include>
And now working fine.
Because initial process of making harbour not copying new file.
Best Regards,
Itamar M. Lins Jr.
"Przemyslaw
On Wed, 09 Dec 2009, Itamar Lins wrote:
Hi!
> hbiniseg.h is new file update harbour make for count on it.
You are right. My fault. I'm really sorry.
I'll fix it in a while.
best regards,
Przemek
___
Harbour mailing list (attachment size limit: 40KB)
H
On Wed, 09 Dec 2009, Antonio Carlos wrote:
Hi,
> I have an error with clean build and latest SVN:
> bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS
> -Ov -Oi -Oc -I"c:\harbour\bcc55\bin\..\Include"
> -DHB_GUI -DHB_NO_PROFILER -DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS
Hi!
Please look.
> * harbour/include/hbinit.h
> + harbour/include/hbiniseg.h
>* replaced HB_MSC_STARTUP code with more universal HB_DATASEG_STARTUP
>* moved HB_DATASEG_STARTUP code to separate header file to reduce
> modifications in other files when this code has to be changed or
>
On Wed, 09 Dec 2009, Itamar Lins wrote:
Hi,
> But, working fine at:
> >Log Message:
> >---
> >2009-12-09 12:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
That's very bad news for you because it confirms that you are building
Harbour using wrong header files in some places. Some of th
On Wed, 09 Dec 2009, Itamar Lins wrote:
Hi!
> > * modified to use HB_DATASEG_STARTUP instead of HB_MSC_STARTUP
> > Now HB_MSC_STARTUP is local macro used only in hbinit.h.
> > Please make MSVC build tests.
> ! Making D:\DEV\HARBOUR\bin\hbmk.cfg...
> .\bin\postinst.bat
> ! Making share
Hi friends,
I have an error with clean build and latest SVN:
bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS
-Ov -Oi -Oc -I"c:\harbour\bcc55\bin\..\Include" -DHB_GUI -DHB_NO_PROFILER
-DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS -DHB_NO_DEBUG -DHB_LEGACY_OFF
-DHB_FM_S
Revision: 13184
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13184&view=rev
Author: vszakats
Date: 2009-12-09 19:13:10 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 20:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/wapi_winbas
Revision: 13183
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13183&view=rev
Author: vszakats
Date: 2009-12-09 18:38:42 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 19:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/Makefile
*
Hi!
But, working fine at:
>Log Message:
>---
>2009-12-09 12:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
> * contrib/hbwin/legacyco.c
> * contrib/hbwin/wapi_winuser.c
> ! Added missing header.
Now new make.bat
--->8
set include=
call "%ProgramFiles%\Microsoft Visua
I guess you're still using 'set INCLUDE' in your
environment. Delete it.
Brgds,
Viktor
On 2009 Dec 9, at 19:07, Itamar Lins wrote:
> Hi!
>
>> * modified to use HB_DATASEG_STARTUP instead of HB_MSC_STARTUP
>> Now HB_MSC_STARTUP is local macro used only in hbinit.h.
>> Please make MSVC
Revision: 13182
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13182&view=rev
Author: vszakats
Date: 2009-12-09 18:16:36 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 19:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/common/hbtrace.c
Hi!
> * modified to use HB_DATASEG_STARTUP instead of HB_MSC_STARTUP
> Now HB_MSC_STARTUP is local macro used only in hbinit.h.
> Please make MSVC build tests.
! Making D:\DEV\HARBOUR\bin\hbmk.cfg...
.\bin\postinst.bat
! Making shared version of Harbour binaries...
Microsoft (R) Windo
On Wed, 09 Dec 2009, Szak�ts Viktor wrote:
Hi,
> > Just to show the other benefits it renders.
> > I am simply short of process API in Harbour,
> > examined hbprocfn.c to go through all the details,
> > but I could not find how to capture process output
> > in buffer which process is in running s
On Wed, 09 Dec 2009, Vailton Renato wrote:
Hi,
> On xHarbour they have the /vd parameter to automatically convert all
> external functions as dynamic functions. The final application has to
> behave as the Clipper, generating a RTE when the function is not
> found.
-vd switch is interesting feat
Revision: 13181
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13181&view=rev
Author: vszakats
Date: 2009-12-09 16:52:49 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 17:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnf/dispc.c
*
On Wed, 09 Dec 2009, Tamas TEVESZ wrote:
Hi,
> wcc386 -zq -bt=nt -bm -w3 -3s -i. -i../../../../../include -d2
> -DHB_TR_LEVEL_DEBUG -DHB_STATIC_STARTUP -fo=pplib3.obj
> ../../../pplib3.c
> ../../../pplib3.c(68): Error! E1054: Expression must be constant
> ../../../pplib3.c(68): Warning! W
Hi!
On xHarbour they have the /vd parameter to automatically convert all
external functions as dynamic functions. The final application has to
behave as the Clipper, generating a RTE when the function is not
found. But in Harbour I have been testing a tool what I developed to
analyze the C code fr
On Wed, 9 Dec 2009, Tamas TEVESZ wrote:
> ! HB_USER_CFLAGS: -DHB_STATIC_STARTUP
i am so shutting up right about now.
i forgot this in from a previous experiment ;(
sorry for the noise.
--
[-]
mkdir /nonexistent
___
Harbour mailing list (attachment
Hi
Bisz István wrote:
>
> 3. demoqt crash at exit (x button pressed) just in ST; in MT is crash
> free.
>
At present demoqt employs
HBQT_RELEASE_WITH_DELETE
method to free the pointers.
Can you test with other methods too?
Regards
Pritpal Bedi
--
View this message in context:
http://old
Revision: 13180
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13180&view=rev
Author: vouchcac
Date: 2009-12-09 16:09:11 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 08:07 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/hbide.prg
*
On Wed, 09 Dec 2009, Mindaugas Kavaliauskas wrote:
Hi,
> > * harbour/contrib/hbmemio/memio.c
> >! declare s_fileFuncs structure as static
> >* removed unnecessary code to directly register HB_MEMIO symbol.
> > Mindaugas if you need it for some reasons then I can reactivate it
> >
Hi
Bisz István wrote:
>
> 1. hbide crash free in both MT and ST.
>
Good news.
> 2. demoxbp crash at startup in both MT and ST.
>
A last minute change in XbpMLE() - QTextEdit() => QPlainTextEdit().
Will fix in a while.
> 3. demoqt crash at exit (x button pressed) just in ST; in MT is c
On Wed, 9 Dec 2009, dru...@users.sourceforge.net wrote:
hi,
> Revision: 13174
something is not quite right. i have added c builds to my test suite
(they are all cross-builds on a linux host), and they do not build:
! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org
! M
Revision: 13179
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13179&view=rev
Author: vszakats
Date: 2009-12-09 15:43:37 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 16:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/olecore.c
Revision: 13178
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13178&view=rev
Author: vszakats
Date: 2009-12-09 15:35:07 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 16:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt_slots.c
Revision: 13177
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13177&view=rev
Author: vszakats
Date: 2009-12-09 15:17:22 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 16:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Updated Ope
>>> * harbour/contrib/hbmemio/memio.c
>>> ! declare s_fileFuncs structure as static
>>> * removed unnecessary code to directly register HB_MEMIO symbol.
>>> Mindaugas if you need it for some reasons then I can reactivate it
>>> but I would like to know why it's necessary for you.
>> I'm
On Wed, 09 Dec 2009, Szak�ts Viktor wrote:
Hi,
> > * harbour/contrib/hbmemio/memio.c
> >! declare s_fileFuncs structure as static
> >* removed unnecessary code to directly register HB_MEMIO symbol.
> > Mindaugas if you need it for some reasons then I can reactivate it
> > but I
Revision: 13176
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13176&view=rev
Author: vszakats
Date: 2009-12-09 15:10:58 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 16:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* utils/hbmk2/h
Hi,
Great commit, thanks.
On 2009 Dec 9, at 15:33, dru...@users.sourceforge.net wrote:
> Revision: 13174
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13174&view=rev
>
> * harbour/contrib/hbmemio/memio.c
>! declare s_fileFuncs structure as static
>* remo
Hi,
Horodyski Marek (PZUZ) wrote:
can we bind variable in selects with SQLMIX ?
...
Select * ftom table where Field1 = :var1 and Fiefd2 between :var2 and
:var3
...
No, you can use request with already bound variables.
Regards,
Mindaugas
___
Harbo
Hi,
* harbour/contrib/hbmemio/memio.c
! declare s_fileFuncs structure as static
* removed unnecessary code to directly register HB_MEMIO symbol.
Mindaugas if you need it for some reasons then I can reactivate it
but I would like to know why it's necessary for you.
Perhaps
Revision: 13175
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13175&view=rev
Author: vszakats
Date: 2009-12-09 14:45:54 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 15:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/win_regc.c
Revision: 13174
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13174&view=rev
Author: druzus
Date: 2009-12-09 14:33:48 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 15:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi
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
Mindaugas,
can we bind variable in selects with SQLMIX ?
...
Select * ftom table where Field1 = :var1 and Fiefd2 between :var2 and
:var3
...
Regards,
Marek Horodyski
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http
Revision: 13173
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13173&view=rev
Author: vszakats
Date: 2009-12-09 11:51:26 + (Wed, 09 Dec 2009)
Log Message:
---
2009-12-09 12:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/legacyco.c
Hi!
* $Id: ChangeLog 13172 2009-12-09 03:09:59Z vszakats $
MSVC 2008 express.
make-win with clean flag
cl.exe -I. -I../../../../../include -nologo -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c-
-DUNICODE -DUNICODE -Folegacyco.obj -c ../../../legacyco.c
legacyco.c
../../../legacyco.c(119) : error C3861
Przemek:
>There are two types of warnings only.
>I can only guess that someone left some wrong assert code in GCC
>source which generates this warning when line number if 0 and it's
>exploited by some type of code like inline assembler. Anyhow it's
>not Harbour problem but should it be reported
>> Note: "for me". I have my own (actually quite simple) system
>> which sets tool environment, so any tool which tries to
>> replicate that, is just a nuisance and double effort for me,
>> since I have keep my system configured, plus keep hbide
>> configuration update so that it can also confi
On Wed, 09 Dec 2009, Szak�ts Viktor wrote:
Hi,
> > Unlike #pragma startup this initialization does not use
> > in #pragma directive so we can also store above definition
> > in single header file hbiniseg.h and then use in other code:
> > #elif defined( HB_DATASEG_STARTUP )
> > #define H
>>> No need to use QProcess(), we have everything in Harbour core.
>>>
>>>
>>> Yep, this is exactly what I want too.
>>
>> Anyhow you added QProcess to slots system :(
>>
>
> Just to show the other benefits it renders.
> I am simply short of process API in Harbour,
> examined hbprocfn.c to go
Przemysław Czerpak wrote:
and I need to know if MSC supports:
#pragma off (unreferenced)/* to disable unused variable warnings */
#pragma on (unreferenced) /* to enable unused variable warnings */
or at least silently ignores them.
Can someone using MS[V]C check it?
With
Hi Przemek,
> Unlike #pragma startup this initialization does not use
> in #pragma directive so we can also store above definition
> in single header file hbiniseg.h and then use in other code:
>
> #elif defined( HB_DATASEG_STARTUP )
> #define HB_DATASEG_BODY HB_DATASEG_FUNC( init_func )
On Wed, 09 Dec 2009, David Arturo Macias Corona wrote:
Hi,
> I made tests with
> * $Id: ChangeLog 13162 2009-12-08 03:08:08Z druzus $
> 2009-12-08 04:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
> and new os2gcc434, os2gcc442
> Both gave 0 errors and lot of warnings which does not h
65 matches
Mail list logo