[Harbour] SF: harbour-project-Patches-2741652 - MDX

2009-04-08 Thread Chen Kedem
https://proj.synel.co.il/OWA/redir.aspx?C=7e16977b49d64796950170661e718cd5&URL=https%3a%2f%2fsourceforge.net%2ftracker%2f%3ffunc%3ddetail%26atid%3d300681%26aid%3d2741652%26group_id%3d681 There was a question: Does Harbour support MDX Index? I will not be online for the next week or so (Happy Pass

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

2009-04-08 Thread Viktor Szakáts
Little bit corrected bullet points: 1. Install QT 4.5. The default location is C:\Qt\2009.01\qt, if you change it, also change paths used in steps below. 2. Use 'set HB_INC_QT=C:\Qt\2009.01\qt\include' before doing the build (see INSTALL). 3. Do a Harbour build (see INSTALL). 4. If you want to

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

2009-04-08 Thread vszakats
Revision: 10816 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10816&view=rev Author: vszakats Date: 2009-04-08 07:59:28 + (Wed, 08 Apr 2009) Log Message: --- 2009-04-08 09:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL + Added hbmk2

RE: [Harbour] undefined symbol

2009-04-08 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: marek.horody...@interia.pl [mailto:marek.horody...@interia.pl] >Sent: Tuesday, April 07, 2009 10:46 PM >To: Harbour Deve >Subject: [Harbour] undefined symbol > >Building from the nightly all is good. >But when I'm building a test application : > >Function Main

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

2009-04-08 Thread vszakats
Revision: 10817 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10817&view=rev Author: vszakats Date: 2009-04-08 08:23:01 + (Wed, 08 Apr 2009) Log Message: --- 2009-04-08 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL * Cross build

[Harbour] wce/poccarm error

2009-04-08 Thread Viktor Szakáts
These are the only errors I'm getting in all available to me targets: wce / poccarm (showstopper): pocc.exe -I. -Ze -Go -W1 -Ot -Tarm-coff -D_M_ARM -D_WINCE -DUNICODE -DHB_NO_WIN_CONSOLE -I../../../../../include-DHB_FM_STATISTICS_OFF -DHB_DYNLIB -DHB_DYNLIB -c ../../../maindllh.c -Fomaindllh

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

2009-04-08 Thread WenSheng
I add to some step: ps. harbour is install on e:\harbour qt is install on e:\qt step 1: make file 'qt.bat' into \harbour\ -- set path=e:\qt\mingw\bin;e:\harbour\bin;%path% set HB_COMPILER=mingw set HB_INSTALL_PREFIX=e:\harbour set HB_WITH_QT=yes set HB_QTDIR=e:\qt\qt set

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

2009-04-08 Thread Viktor Szakáts
> > step 2: make file 'Makefile' into \harbour\contrib\hbqt\tests\ > -- [ manual Makefile snipped ] Please also try the recommended way with hbmk2, it does a similar job to your manual Makefile, but it's portable, works for all future test programs and just one line. If hbmk

Re: [Harbour] hbmk2: little bug and ask for a new feature ...

2009-04-08 Thread Guy Roussin
Hi Viktor, Fine here with svn 10815 Perhaps you can add a line for "-traceonly" option in "hbmk2 -help" I found the name "-traceonly" not very accurate because we need "-quiet" to have *only* trace ... Perhaps, the name "-trace" is better or, another option is to automatically activate "-quiet

Re: [Harbour] hbmk2: little bug and ask for a new feature ...

2009-04-08 Thread Guy Roussin
Perhaps you can add a line for "-traceonly" option in "hbmk2 -help" I found the name "-traceonly" not very accurate because we need "-quiet" to have *only* trace ... Perhaps, the name "-trace" is better or, another option is to automatically activate "-quiet" when we use "-traceonly" Sorry,

Re: [Harbour] Errors using "hbmk2 -shared"

2009-04-08 Thread Przemyslaw Czerpak
On Wed, 08 Apr 2009, Szak�ts Viktor wrote: Hi, > Is it safe to do this, then? > hbmk2 -q0 -shared -ohbrun-dll hbrun.hbm -lhbcplr -lhbpp -lhbcommon > If not, how to resolve it? Probably I should not show Harbour users this hack in the past. Now it can be source of bad problems. In this particula

[Harbour] Release packages: updated version [20090408]

2009-04-08 Thread Viktor Szakáts
Hi All, I've updated the unified release to the latest Harbour version, and this time with only one package which, hopefully will fit most users' needs: http://www.syenar.hu/harbour/harbour-11-win-20090408.7z (48MB) http://www.syenar.hu/harbour/harbour-11-win-20090408.exe (50MB) Inst

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

2009-04-08 Thread vszakats
Revision: 10818 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10818&view=rev Author: vszakats Date: 2009-04-08 09:21:41 + (Wed, 08 Apr 2009) Log Message: --- 2009-04-08 11:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/maindllh.c *

[Harbour] Closing next major version

2009-04-08 Thread Viktor Szakáts
OPEN: - hbmk2 -> hbmk script. ? - whatsnew.txt update. ? Who would help? - Anything else? NON-CRITICAL (for me) LIST: - core: Copy DISKSPACE() Watcom/CEGCC logic to HB_DISKSPACE(). POSTPONED: - hbmk2 man page. - Remove command.com stuff from config/win/* - xhb: .prg level MT issues.

RE: [Harbour] Closing next major version

2009-04-08 Thread Horodyski Marek (PZUZ)
From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Wednesday, April 08, 2009 1:50 PM To: Harbour Project Main Developer List. Subject: [Harbour] Closing next major version OPEN:

Re: [Harbour] Closing next major version

2009-04-08 Thread Viktor Szakáts
Hi Marek, > - hbmk2 -> hbmk script. ? > > - whatsnew.txt update. ? Who would help? > > - Anything else? > > > are still gaps in the inclusion of include files. > Could you be more specific? Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project

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

2009-04-08 Thread Mindaugas Kavaliauskas
Hello, It is. From printf() man page: 0 The value should be zero padded. For d, i, o, u, x, X, a, A, e, E, f, F, g, and G conversions, the converted value is padded on the left with zeros rather than blanks. If the 0 and - flags both appear, the 0 flag is

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Mindaugas Kavaliauskas
Hi, Current code is very short and simple. At least I understand it so far ;-) The simplicity was the main goal, after I found original OLE is not working (it was xHarbour times) and I was unable to understand some implementation ideas. 1. Empty date in hbwin TOLEAUTO is send as VT_NULL.

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

2009-04-08 Thread vszakats
Revision: 10819 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10819&view=rev Author: vszakats Date: 2009-04-08 13:48:04 + (Wed, 08 Apr 2009) Log Message: --- 2009-04-08 15:45 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * ChangeLog * Item mark

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Viktor Szakáts
Hi Mindaugas, > 3. Array support. Should we add it? >> > > It would be a feature. Does anybody have some sample code using OLE arrays? Yes, it's in contrib/hbole/tests/testole.prg, see Exm_OpenOffice(). Brdgs, Viktor ___ Harbour mailing list Harbour@

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Francesco Saverio Giudice
Hi Mindaugas, I've looked to hbwin OLE code. Each object uses ::pOleEnumerator to store enumerator. It is not very good solution, since we can have a few FOR EACH loops inside each other for the same object. I'll try to find a better way of implementation. Do we have any FOR EACH sample code f

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Pritpal Bedi
Mindaugus Mindaugas Kavaliauskas wrote: > > The simplicity was the main goal, after I found original OLE is not > working (it was xHarbour times) and I was unable to understand some > implementation ideas. > If you are looking at it, please make it syntactically compliant with hbwin/win_ol

RE: [Harbour] Closing next major version

2009-04-08 Thread Horodyski Marek (PZUZ)
From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Wednesday, April 08, 2009 3:28 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Closing next major version Hi Marek,

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Mindaugas Kavaliauskas
Hello, Pritpul, The simplicity was the main goal, after I found original OLE is not working (it was xHarbour times) and I was unable to understand some implementation ideas. If you are looking at it, please make it syntactically compliant with hbwin/win_ole.c parameters, i.e., TOleAuto()

Re: [Harbour] Closing next major version

2009-04-08 Thread Viktor Szakáts
> > Hi Marek, > >> - hbmk2 -> hbmk script. ? >> >> - whatsnew.txt update. ? Who would help? >> >> - Anything else? >> >> >> are still gaps in the inclusion of include files. >> > > Could you be more specific? > > > Can you see my todays post (too with very small example) ? > In Harbour now isn't

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Viktor Szakáts
I also opt for clean code. If compatibility is such concern we should find some optional compatibility layer. Maybe cleaner OLE implementation will result in more robust app/3rd party lib code, too, which is always a good thing. Brgds, Viktor On Wed, Apr 8, 2009 at 4:29 PM, Mindaugas Kavaliauskas

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

2009-04-08 Thread Angel Pais
Thank you Viktor HB_INC_QT did the trick Now is time to play ! Regards Angel Viktor Szakáts escribió: Little bit corrected bullet points: 1. Install QT 4.5. The default location is C:\Qt\2009.01\qt, if you change it, also change paths used in steps below. 2. Use 'set HB_INC_QT=C:\Qt\200

[Harbour] Re: Release packages: updated version [20090408]

2009-04-08 Thread Viktor Szakáts
d release to the latest Harbour version, and > this time with only one package which, hopefully will fit most > users' needs: > > http://www.syenar.hu/harbour/harbour-11-win-20090408.7z (48MB) > http://www.syenar.hu/harbour/harbour-11-win-20090408.exe (50MB) > Installed size: 1

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Pritpal Bedi
Me too. Viktor Szakáts wrote: > > I also opt for clean code. If compatibility is such concern we should find > some optional compatibility layer. Maybe cleaner OLE implementation > will result in more robust app/3rd party lib code, too, which is always > a good thing. > But the question is wh

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Viktor Szakáts
> > Viktor Szakáts wrote: > > > > I also opt for clean code. If compatibility is such concern we should > find > > some optional compatibility layer. Maybe cleaner OLE implementation > > will result in more robust app/3rd party lib code, too, which is always > > a good thing. > > > > But the questi

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

2009-04-08 Thread vszakats
Revision: 10820 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10820&view=rev Author: vszakats Date: 2009-04-08 16:19:18 + (Wed, 08 Apr 2009) Log Message: --- 2009-04-08 18:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread toni...@fwi
Hi Mindaugas. This is the part of FWH activeX class: ---cut--- METHOD Default() CLASS TActiveX local hSink, aEv, bOldError, oError ::hActiveX = CreateActiveX( ::cProgId, ::nStyle, ::nLeft, ::nTop, ::nWidth, ::nHeight, ::hWnd, 0 ) ::hObj = AtlAxGetDisp( ::hActiveX ) bOldError = Err

Re: [Harbour] error in hbwin ole with msvc

2009-04-08 Thread Przemyslaw Czerpak
On Wed, 08 Apr 2009, Mindaugas Kavaliauskas wrote: Hi, >> 1. Empty date in hbwin TOLEAUTO is send as VT_NULL. Should we replicate it? > Well, it would be nice to hear OLE users opinion. Does OLE has EMPTY DATE, > etc.? Probably any date earlier then 1899-12-30 will create problems for applicati

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

2009-04-08 Thread Vailton Renato
Hello Viktor! Congratulations on the excellent work! One suggestion if you allow me, is what the UPX allows various levels of compression and would be instead of "-compr" can use something like "-upx" or "-upx=N" or even perhaps something like "-compr=N" where N is the number of desired compressio

[Harbour] To use .RC ou .RES in hbmk2

2009-04-08 Thread Rossine
Hello, How do I include one file .RC or .RES within in .HBP to use in hbmk2 ? Best regards, Rossine. -- View this message in context: http://www.nabble.com/To-use-.RC-ou-.RES--in-hbmk2-tp22957490p22957490.html Sent from the Harbour - Dev mailing list archive at Nabble.com.

[Harbour] Re: To use .RC ou .RES in hbmk2

2009-04-08 Thread Angel Pais
Aló Rossine Simply add your .rc file in the .hbm list HTH Angel Rossine escribió: Hello, How do I include one file .RC or .RES within in .HBP to use in hbmk2 ? Best regards, Rossine. ___ Harbour mailing list Harbour@harbour-project.org http://

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

2009-04-08 Thread Viktor Szakáts
Hi Vailton, Thanks. I was thinking about implementing this, but we need to make these compression levels abstract, because UPX is an implementation detail, and it may change in future versions or different compressor may be used on specific platforms. So we need to create some mapping and do in a w

Re: [Harbour] To use .RC ou .RES in hbmk2

2009-04-08 Thread Rossine
Hello Angel, In my MYARQ.RC, i define this: [CODE_RC] 1 24 "/fwh/samples/winxp/WindowsXP.Manifest" [ENDCODE_RC] In my .hbp i define this: [CODE_HBP] MYARQ.RC #MYARQ.RES [ENDCODE_HBP] This not work. Why ? Regards, Rossine. -- View this message in context: http://www.nabble.com/To-use-.RC

[Harbour] Re: To use .RC ou .RES in hbmk2

2009-04-08 Thread Angel Pais
First: I don't use fivewin and have no idea what it is suppose to do. Second: Where on my response have you read anything about .hbp ??? I've said you should add your .rc file name to your .HBM list Rossine escribió: Hello Angel, In my MYARQ.RC, i define this: [CODE_RC] 1 24 "/fwh/samples/win

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

2009-04-08 Thread Vailton Renato
I vote for -compr=min|max|def options, I believe these options are very intuitive and easily for all. Vailton Renato ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-04-08 Thread vszakats
Revision: 10821 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10821&view=rev Author: vszakats Date: 2009-04-09 05:20:53 + (Thu, 09 Apr 2009) Log Message: --- 2009-04-09 07:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg