[Harbour] 2008-08-28 01:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-28 01:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * make_vc.bat * exit_err.bat -> hbmkpost.bat Please update your environment if you used this feature. INCOMPATIBLE. * make_vcce.bat ! Adjusted to latest change. * make_gnu.bat *

[Harbour] 2008-08-28 01:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-28 01:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * make_vc.bat ! Made makefile name independent of the HB_CC_NAME envvar. NOTE: If this poses a limitation for someone, please shout, we may add an additional variable to control/override

Re: [Harbour] 2008-08-26 00:43 UTC+0200ViktorSzakats(harbour.01syenar hu)

2008-08-27 Thread Szakáts Viktor
Hi Jose, Okay, I can easily fix this, but I just can hope I won't step on Marek's toes. (The problem is that I don't know what is exactly the reason HB_CC_NAME is made a public setting.) After the fix, you'll need to set HB_CC_NAME to vcce, and it should be okay. Brdgs, Viktor On 2008.08.28.,

Re: [Harbour] 2008-08-26 00:43 UTC+0200ViktorSzakats(harbour.01syenar hu)

2008-08-27 Thread Jose luis Capel
Hi Viktor, Now I could build libs for evc4. Seemed that in my previous try some envar did not set correctly. Just one question: now libs are created in /libs/vc instead of /libs/vcce. Is it possible to leave these libs in /libs/vcce? Regards and thaks, Jose Luis Capel -Mensaje original---

Re: [Harbour] Proposal for harbour website

2008-08-27 Thread Szakáts Viktor
Looks good. [ I'd maybe like it better with a simpler sans-serif font. ] Group opinions? Brgds, Viktor On 2008.08.27., at 19:17, Massimo Belgrano wrote: ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman

Re: [Harbour] Suggestion for harbour web site?

2008-08-27 Thread Szakáts Viktor
Hi Massimo, Phil, Is can use as model: http://www.web20generator.com/generated.aspx?l=66FF00&b=0099FF&g=66&n=H arbour I really don't care much for html generators when it's so easy to write from scratch and have virtually no vulnerabilities. And frameworks that make it easy for you t

Re: [Harbour] Suggestion for harbour web site?

2008-08-27 Thread Phil Barnett
On Wednesday 27 August 2008 10:05:01 am Massimo Belgrano wrote: > I propose rewritring from scratch web site, Removing from new structure > Sample app,Documentation,sample apps Redefined simple menu > Download/Community/News/Harbour word > > Is can use as model: > http://www.web20generator.com/gene

Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
Hi JF, Do not work as the problem is not nmake.exe, but cl.exe as expected :-( Yes, that's why I didn't understand, but I left any speculation. Try the method I'm writing in the ChangeLog. Brgds, Viktor ___ Harbour mailing list Harbour@harbour-

Re: [Harbour] 2008-08-26 00:43 UTC+0200 ViktorSzakats(harbour.01syenar hu)

2008-08-27 Thread Szakáts Viktor
BTW, you should use CLEAN (not /CLEAN) when running make_vc.bat. But that's unrelated to this problem. Brgds, Viktor On 2008.08.27., at 21:44, José Luis Capel - wrote: Hi Viktor, Thanks for your answer. I updated from svn. These are my sets: P:\Programacion\harbour>SET HB_BUILD_WINCE=yes

RE: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread J. Lefebvre
Hummm, was not very well awake :-( Do not work as the problem is not nmake.exe, but cl.exe as expected :-( Regards, JF, -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de J. Lefebvre Envoyé : mercredi 27 août 2008 21:54 À : '[EMAIL PROTECTED]'; 'Harbour P

[Harbour] 2008-08-27 21:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-27 21:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + config/w32/poccce.cf + Added POCC GNU make file for WinCE. It has quite some errors yet. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.h

Re: [Harbour] 2008-08-26 00:43 UTC+0200 ViktorSzakats(harbour.01syenar hu)

2008-08-27 Thread Szakáts Viktor
Hi Jose, That's pretty strange, either something is left from the previous envvar settings and/or files, or there is something so obvious I cannot see. I any case, with the settings you have, you can start 'make_vc.bat' directly (no need to mess with 'make_vcce.bat' anymore). Brgds, Viktor On

Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
Hi JF, On 2008.08.27., at 21:54, J. Lefebvre wrote: Thanks viktor, Sorry, I do not had any time till now to reverse my modif. No problem at all, I should have waited, but I've committed it with something else, me sorry. On the other hand, I tried a very simple hack, replacing nmake.exe 6.

RE: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread J. Lefebvre
Thanks viktor, Sorry, I do not had any time till now to reverse my modif. On the other hand, I tried a very simple hack, replacing nmake.exe 6.00.XXX with those from Visual 2005 (8.00.XXX) and it work fine. ;-) Will now try my full new Visual 2008 on harbour ;-) Friendly, JF, -Message d'

Re: [Harbour] 2008-08-26 00:43 UTC+0200 ViktorSzakats(harbour.01syenar hu)

2008-08-27 Thread José Luis Capel -
Hi Viktor, Thanks for your answer. I updated from svn. These are my sets: P:\Programacion\harbour>SET HB_BUILD_WINCE=yes P:\Programacion\harbour>SET HB_CC_NAME=vc P:\Programacion\harbour>SET HB_ARCHITECTURE=w32 P:\Programacion\harbour>SET HB_GT_LIB=gtgui P:\Programacion\harbour>SET HB_GT_DEFAU

[Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vcce.bat ! Fixed. * contrib/rddads/make_vc.bat ! Undone previous modification. Quotes are needed to support dirs containing spaces (this is actually the case for the default install dir of ACE SD

Re: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats(harbour.01syenar hu)

2008-08-27 Thread Szakáts Viktor
Hi Jose, Pls try it with: set HB_CC_NAME=vc (or just remove this setting) I'll remove it from make_vcce.bat ASAP. Brgds, Viktor On 2008.08.27., at 21:17, José Luis Capel - wrote: Hi Viktor, After updating from svn I tried to build harbour libs for Evc4. My sets now are: SET HB_BUILD_WINC

Re: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats(harbour.01syenar hu)

2008-08-27 Thread José Luis Capel -
Hi Viktor, After updating from svn I tried to build harbour libs for Evc4. My sets now are: SET HB_BUILD_WINCE=yes SET HB_CC_NAME=vcce SET HB_ARCHITECTURE=w32 SET HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui SET HB_VISUALC_VER=60 SET HB_BUILD_MODE=c SET C_USR= -DHB_GTGUI_HACK -DHARBOUR_MAIN_WIN -DHB_

RE: [Harbour] Proposal for harbour website

2008-08-27 Thread Massimo Belgrano
2 <>___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Proposal for harbour website

2008-08-27 Thread Massimo Belgrano
<>___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Contrib HBW32 compiling problem

2008-08-27 Thread Szakáts Viktor
Hi JF, MSVC 98. nMake.exe 6.00.8168.0 Cl.exe 12.00.8168 (c) 1984-1998( :-( ) Probably time to migrate to something more up to date :-) Well, it can be. This version was largely untested with Harbour, as it seems. We could probably fix Harbour to make it compile, but there might be

RE: [Harbour] 2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact dot com)

2008-08-27 Thread J. Lefebvre
MSVC 98, see details on the other mail. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Szakáts Viktor Envoyé : mercredi 27 août 2008 17:16 À : Harbour Project Main Developer List. Objet : Re: [Harbour] 2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl

RE: [Harbour] Contrib HBW32 compiling problem

2008-08-27 Thread J. Lefebvre
Hi Viktor, MSVC 98. nMake.exe 6.00.8168.0 Cl.exe 12.00.8168 (c) 1984-1998( :-( ) Probably time to migrate to something more up to date :-) But I need some help from Antonio to do so. Would you like I reverse my change with make_vc.bat for rddads ? Friendly, JF, -Message d'origi

Re: [Harbour] Contrib HBW32 compiling problem

2008-08-27 Thread Szakáts Viktor
Hi, Which MSVC version is this exactly? You may try with set C_USR=HB_LONG_LONG_OFF Brgds, Viktor On 2008.08.27., at 17:14, J. Lefebvre wrote: Hi, There is a problem with some structure member here, Not sure what should be used so ... cl.exe -c -MT -I..\..\include -Ogt2yb1p -GX- -G6

Re: [Harbour] 2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact dot com)

2008-08-27 Thread Szakáts Viktor
Hi JF, It was not a typo, this was needed to support dirs with spaces in them (the default ACE installation dir is such). In what environment did this not work for you? Brgds, Viktor On 2008.08.27., at 17:11, J. Lefebvre wrote: 2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact do

[Harbour] Contrib HBW32 compiling problem

2008-08-27 Thread J. Lefebvre
Hi, There is a problem with some structure member here, Not sure what should be used so ... cl.exe -c -MT -I..\..\include -Ogt2yb1p -GX- -G6 -YX -FD -Gs -W3 -nologo -TC -Fo..\..\obj\vc\\\ .\w32_ole.c w32_ole.c .\w32_ole.c(403) : error C2039: 'pllVal' : is not a member of '__unnamed'

[Harbour] 2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact dot com)

2008-08-27 Thread J. Lefebvre
2008-08-27 17:05 UTC+0100 JF Lefebvre (Mafact) (jfl at mafact dot com) * contrib/rddads/make_vc.bat * small typo in set _HB_LIB_INSTALL="%HB_LIB_INSTALL% _HB_LIB_INSTALL=%HB_LIB_INSTALL% ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] Re: hDC in WIN32_SETDOCUMENTPROPERTIES

2008-08-27 Thread Szakáts Viktor
Hi Randy, You're trying to pass a Windows handle (pointer) directly to this function, while this function expects a special Harbour pointer item (containing a Windows handle in this case). win32_SetDocumentProperties() does it that way to avoid any lost handles on .prg level (due to programming

[Harbour] hDC in WIN32_SETDOCUMENTPROPERTIES

2008-08-27 Thread Randy Portnoff
Hi all, I am calling WIN32_SETDOCUMENTPROPERTIES() from PRG code with a valid hDC returned by a call to the Win API PrintDlg(). It seems that the conversion of the first param to hDC is not working. I had to change it from this... HDC hDC = win32_HDC_par( 1 ); ...to this... HDC hDC = (HDC)

RE: [Harbour] Suggestion for harbour web site?

2008-08-27 Thread Massimo Belgrano
I propose rewritring from scratch web site, Removing from new structure Sample app,Documentation,sample apps Redefined simple menu Download/Community/News/Harbour word Is can use as model: http://www.web20generator.com/generated.aspx?l=66FF00&b=0099FF&g=66&n=Harbour I also suggest Using Per

[Harbour] 2008-08-27 12:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-27 12:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbcomp.c * Changed the default -gc generation mode for real. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/

[Harbour] 2008-08-27 11:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-27 Thread Szakáts Viktor
2008-08-27 11:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/examples/rdddbt/dbfdbt1.c * contrib/gtalleg/gtalleg.c * contrib/gtwvg/gtwvg.c * contrib/hbbmcdx/bmdbfcdx.c * contrib/hbbtree/hb_btree.c * contrib/hbct/ctwin.c * contrib/rddads/ads1.c * source/codepage/

Re: [Harbour] Suggestion for harbour web site?

2008-08-27 Thread Szakáts Viktor
Hi Massimo, Hi Vicktor Now i try some modification but total rewrite is little difficult for me I have a bad English so I hope that anyone can write contents for harbour website "for anyone trying to get a level of confidence in this project." I think there is no need to put large amoun

Re: R: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats(harbour.01syenar hu)

2008-08-27 Thread Szakáts Viktor
It can compile and work using Windows's Unicode API. This was needed for WinCE, because this one doesn't have a non-Unicode (ANSI) API. Internally, Harbour isn't Unicode though, which means a conversion is needed for all strings, when interfacing with Unicode APIs. Brgds, Viktor On 2008.08.26.,