Re: [Harbour] OS/2: Harbour 13162

2009-12-09 Thread Przemysław Czerpak
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

Re: [Harbour] Watcom C and starup code

2009-12-09 Thread Viktor Szakáts
Hi Przemek, Unlike #pragma startup funcname this initialization does not use funcname 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(

Re: [Harbour] Watcom C and starup code

2009-12-09 Thread Alex Strickland
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?

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Viktor Szakáts
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 through all the

Re: [Harbour] Watcom C and starup code

2009-12-09 Thread Przemysław Czerpak
On Wed, 09 Dec 2009, Szak�ts Viktor wrote: Hi, Unlike #pragma startup funcname this initialization does not use funcname 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 )

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Viktor Szakáts
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 configure my

[Harbour] Re: OS/2: Harbour 13162

2009-12-09 Thread David Arturo Macias Corona
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 to

[Harbour] MSVC legacyco.c problem.

2009-12-09 Thread Itamar Lins
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

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

2009-12-09 Thread vszakats
Revision: 13173 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13173view=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

[Harbour] Can we bind variables in sql?

2009-12-09 Thread Horodyski Marek (PZUZ)
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

[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

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

2009-12-09 Thread druzus
Revision: 13174 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13174view=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] SF.net SVN: harbour-project:[13175] trunk/harbour

2009-12-09 Thread vszakats
Revision: 13175 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13175view=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

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

2009-12-09 Thread Mindaugas Kavaliauskas
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.

Re: [Harbour] Can we bind variables in sql?

2009-12-09 Thread Mindaugas Kavaliauskas
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 ___

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

2009-12-09 Thread Viktor Szakáts
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=13174view=rev * harbour/contrib/hbmemio/memio.c ! declare s_fileFuncs structure as static * removed

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

2009-12-09 Thread vszakats
Revision: 13176 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13176view=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 *

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

2009-12-09 Thread Przemysław Czerpak
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 would

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

2009-12-09 Thread Viktor Szakáts
* 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 using code like

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

2009-12-09 Thread vszakats
Revision: 13177 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13177view=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

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

2009-12-09 Thread vszakats
Revision: 13178 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13178view=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) *

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

2009-12-09 Thread vszakats
Revision: 13179 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13179view=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

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

2009-12-09 Thread Pritpal Bedi
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 crash

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

2009-12-09 Thread Przemysław Czerpak
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 but I

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

2009-12-09 Thread vouchcac
Revision: 13180 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13180view=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 *

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

2009-12-09 Thread Pritpal Bedi
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:

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

2009-12-09 Thread Tamas TEVESZ
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

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

2009-12-09 Thread Vailton Renato
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

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

2009-12-09 Thread Przemysław Czerpak
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! W202:

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

2009-12-09 Thread vszakats
Revision: 13181 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13181view=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 *

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

2009-12-09 Thread Przemysław Czerpak
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 feature

Re: [Harbour] Create Process API - Brief Overview Requested

2009-12-09 Thread Przemysław Czerpak
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 state.

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

2009-12-09 Thread Itamar Lins
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) Windows

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

2009-12-09 Thread vszakats
Revision: 13182 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13182view=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

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

2009-12-09 Thread Viktor Szakáts
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 build

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

2009-12-09 Thread Itamar Lins
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 Visual

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

2009-12-09 Thread vszakats
Revision: 13183 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13183view=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 *

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

2009-12-09 Thread vszakats
Revision: 13184 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13184view=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) *

[Harbour] Undefined symbol 'hb_lang_Init_'

2009-12-09 Thread Antonio Carlos
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 -Ic:\harbour\bcc55\bin\..\Include -DHB_GUI -DHB_NO_PROFILER -DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS -DHB_NO_DEBUG -DHB_LEGACY_OFF

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

2009-12-09 Thread Przemysław Czerpak
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 shared

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

2009-12-09 Thread Przemysław Czerpak
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 them

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

2009-12-09 Thread Itamar Lins
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

Re: [Harbour] Undefined symbol 'hb_lang_Init_'

2009-12-09 Thread Przemysław Czerpak
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 -Ic:\harbour\bcc55\bin\..\Include -DHB_GUI -DHB_NO_PROFILER -DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS

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

2009-12-09 Thread Przemysław Czerpak
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)

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

2009-12-09 Thread Itamar Lins
Hi! I found the problem. D:\harbour\trunk\harbour\includecopy 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

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

2009-12-09 Thread Przemysław Czerpak
On Wed, 09 Dec 2009, Itamar Lins wrote: Hi, I found the problem. D:\harbour\trunk\harbour\includecopy 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.

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

2009-12-09 Thread druzus
Revision: 13185 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13185view=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] SF.net SVN: harbour-project:[13186] trunk/harbour

2009-12-09 Thread druzus
Revision: 13186 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13186view=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] FPARSELINE from xhb.lib Application Internal Error

2009-12-09 Thread Petr Chornyj
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

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

2009-12-09 Thread vszakats
Revision: 13187 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13187view=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

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

2009-12-09 Thread druzus
Revision: 13188 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13188view=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] SF.net SVN: harbour-project:[13189] trunk/harbour

2009-12-09 Thread vszakats
Revision: 13189 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13189view=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

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

2009-12-09 Thread vszakats
Revision: 13190 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13190view=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 -

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

2009-12-09 Thread Mindaugas Kavaliauskas
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

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

2009-12-09 Thread Viktor Szakáts
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 will be a

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

2009-12-09 Thread Bisz István
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,

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

2009-12-09 Thread vszakats
Revision: 13191 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13191view=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 -

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

2009-12-09 Thread vszakats
Revision: 13192 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13192view=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 -

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

2009-12-09 Thread Viktor Szakáts
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

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

2009-12-09 Thread vszakats
Revision: 13193 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13193view=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) *

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

2009-12-09 Thread Bisz István
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 solution

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

2009-12-09 Thread Viktor Szakáts
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 result

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

2009-12-09 Thread vszakats
Revision: 13194 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13194view=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 %

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

2009-12-09 Thread vszakats
Revision: 13195 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13195view=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) *