Re: [Harbour] Some xhb developers giving no credit when copying work from Harbour

2009-04-30 Thread Phil Barnett
Viktor Szakáts wrote: Hi Phil, You write about code, while my intent isn't to change any code license at all. My intent is to *add* license for non-code, particularly my non-code parts and future additions, these parts didn't have any license so far. Having two licenses is no problem at all,

Re: [Harbour] QT

2009-04-30 Thread Suporte.Info
Hello, I imported the lib qt.lib from qt.dll using "script postinst.bat" to compile with MSVC2008. I have SED.EXE for Windows. --- echo /[ \t]*ordinal hint/,/^^[ \t]*Summary/{> _hbtemp.sed echo /^^[ \t]\+[0-9]\+/{>> _hbtemp.sed echos/^^[ \t]\+[0

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 -static > configure here not good > > t

Re: [Harbour] DBF to migrate from PostGreSQL

2009-04-30 Thread Massimo Belgrano
Mediator is free for 5 user mediator as you can see from official aoounce We are glad to announce availability of Mediator ISAM server (SQL RDD) 4.3.0.0 compatible with xHarbour 1.2.1 and Harbour 1.0 For product description please visit http://www.otc.pl

Re: [Harbour] QT

2009-04-30 Thread 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 -static configure here not good > then nmake sub-src > > Victor > > 2009/4/30 Vailton Renato >> >> What are the steps to buil

Re: [Harbour] QT

2009-04-30 Thread Massimo Belgrano
>2009/4/30 Pritpal Bedi : > > Static builds are good only if we have commercial license. Why? > Anyway it is heartening to hear that MSVC build static libs execept one. Wich? > SET path={drive}:\path\to\qt\lib;%path% > in your batch file and run demoqt.exe and it will execute. Clear _

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 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! Vailton Renato ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listi

Re: [Harbour] QT

2009-04-30 Thread 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 static libs execept one. SET path={drive}:\path\to\qt\lib;%path% in your batch fi

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 > > qtwebkit lib with VS 2008. The other ones bu

Re: [Harbour] QT

2009-04-30 Thread Pritpal Bedi
Hi Vitor Mangabeira wrote: > > 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? > Are you building the libs statically? If you used shared binar

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
Hi Viktor, Thanks, I put this line and test the next time I compile the Harbor of SVN. Leonardo Machado Szakáts Viktor wrote: > > Okay so you seem to be using some other distro which provide MinGW libs > only. If you look into postinst.bat you can experiment with .lib > generation > from .dll

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

2009-04-30 Thread Viktor Szakáts
Thanks! Shouldn't we rather always generate hbvmmt, even in DOS, but on these non-MT platforms hbvmmt be the same as hbvm. I think we already do this for WinCE platforms. This way no such platform tricks would be needed at build time. What do you think? Brgds, Viktor On Thu, Apr 30, 2009 at 3:18

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
Hi Przemyslaw, Ok, it was only to remove BMDBFCDX that solved the problem, thank you for your attention. And speaking of BMDBFCDX, there is some planning for the future to optimize the harbour that neither the type of RMDBFCDX xharbour.com? Leonardo Machado Przemyslaw Czerpak-2 wrote: > > On

[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] Error compiling with MSVC and BCC

2009-04-30 Thread Viktor Szakáts
if exist "%HB_DIR_PGSQL%\bin\libpq.dll" call :P_MSVC_IMPLIB "%HB_DIR_PGSQL%\bin\libpq.dll" "%HB_LIB_INSTALL%\libpq.lib" Brgds, Viktor On Thu, Apr 30, 2009 at 4:02 PM, Viktor Szakáts wrote: > Okay so you seem to be using some other distro which provide MinGW libs > only. If you look int

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread Viktor Szakáts
Okay so you seem to be using some other distro which provide MinGW libs only. If you look into postinst.bat you can experiment with .lib generation from .dll, please try with this line: if exist "%HB_DIR_PGSQL%\bin\libpq.dll" call :P_MSVC_IMPLIB "%HB_DIR_PGSQL%\libpq.dll" "%

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread Przemyslaw Czerpak
On Thu, 30 Apr 2009, sygecom wrote: Hi, > If in the case of the MSVC LIB Postgresql is the only copy, then do not > really have the LIB LIBPG.LIB in my installation of PostgreSQL. You just > LIBPQ.A, I am using version NO-INSTALL. > And about the error in my application it gives error on line bel

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
Hi Viktor, If in the case of the MSVC LIB Postgresql is the only copy, then do not really have the LIB LIBPG.LIB in my installation of PostgreSQL. You just LIBPQ.A, I am using version NO-INSTALL. And about the error in my application it gives error on line below: REPLACE REG1 WITH vATUAL2 Wher

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

2009-04-30 Thread druzus
Revision: 10963 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10963&view=rev Author: druzus Date: 2009-04-30 13:18:04 + (Thu, 30 Apr 2009) Log Message: --- 2009-04-30 15:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbmk2/M

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread Viktor Szakáts
Hi Leonardo, > My postgresql is installed in D: \ pgsql and am using version 8.2.5. I > believe that the Harbor at the time that this building look for LIBPQ.DLL > to > generate the LIBPQ.LIB. And I checked and is in D: \ pgsql \ BIN No, for MSVC the supplied lib is simply copied, which should

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
Hi Viktor, My postgresql is installed in D: \ pgsql and am using version 8.2.5. I believe that the Harbor at the time that this building look for LIBPQ.DLL to generate the LIBPQ.LIB. And I checked and is in D: \ pgsql \ BIN But by LIB of PostgreSQL is not my biggest problem. My biggest problem i

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

2009-04-30 Thread vszakats
Revision: 10962 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10962&view=rev Author: vszakats Date: 2009-04-30 11:11:36 + (Thu, 30 Apr 2009) Log Message: --- 2009-04-30 13:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

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

2009-04-30 Thread vszakats
Revision: 10961 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10961&view=rev Author: vszakats Date: 2009-04-30 08:59:54 + (Thu, 30 Apr 2009) Log Message: --- 2009-04-30 10:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg *

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

2009-04-30 Thread vszakats
Revision: 10960 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10960&view=rev Author: vszakats Date: 2009-04-30 07:44:16 + (Thu, 30 Apr 2009) Log Message: --- 2009-04-30 09:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg