Re: [Harbour] Error in latest SVN

2009-12-12 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: sabato 12 dicembre 2009 14.31 Oggetto: Re: [Harbour] Error in latest SVN Yes, please, note there is the same problem with HB_ITEMPUTSTR(). Przemek has been faste

Re: [Harbour] Error in latest SVN

2009-12-12 Thread Viktor Szakáts
nvio: sabato 12 dicembre 2009 14.20 > Oggetto: [Harbour] Error in latest SVN > > >> Error E2451 ../../../gtwin.c 1618: Undefined symbol 'itm' in function >> hb_gt_win_Info > > This is the problem: > > #define HB_ITEMPUTSTRLEN( p, str, len ) h

Re: [Harbour] Error in latest SVN

2009-12-12 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Tamas TEVESZ" A: "Harbour Project Main Developer List." Data invio: sabato 12 dicembre 2009 14.25 Oggetto: Re: [Harbour] Error in latest SVN enrico, "latest svn" is not helpful now, and certainly isn't going to be hel

Re: [Harbour] Error in latest SVN

2009-12-12 Thread Tamas TEVESZ
enrico, "latest svn" is not helpful now, and certainly isn't going to be helpful when later on if/when one will try to use archived mails. you have the EXACT revision number right in front of you. use it. -- [-] mkdir /nonexistent ___ Harbour mail

Re: [Harbour] Error in latest SVN

2009-12-12 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "Harbour Project Developers Mailing List" Data invio: sabato 12 dicembre 2009 14.20 Oggetto: [Harbour] Error in latest SVN Error E2451 ../../../gtwin.c 1618: Undefined symbol 'itm' in function

[Harbour] Error in latest SVN

2009-12-12 Thread Enrico Maria Giordano
Error E2451 ../../../gtwin.c 1618: Undefined symbol 'itm' in function hb_gt_win_Info EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Music page:

[Harbour] Error in latest SVN

2009-11-16 Thread Enrico Maria Giordano
Error E2356 ../../../errapi.c 984: Type mismatch in redeclaration of 'hb_errRT_SubstParams' Error E2344 ../../../../../include\hbapierr.h 156: Earlier declaration of 'hb_errRT_SubstParams' Error E2356 ../../../errapi.c 1169: Type mismatch in redeclaration of 'hb_errRT_BASE_Subst' Error E2344 ../

Re: [Harbour] Error in latest SVN

2009-08-12 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "Harbour Project Developers Mailing List" Data invio: mercoledì 12 agosto 2009 11.14 Oggetto: [Harbour] Error in latest SVN It's ok now. Thank you. EMG -- EMAG Software Homepage: http://www.ema

[Harbour] Error in latest SVN

2009-08-12 Thread Enrico Maria Giordano
! MAKE: E:/HARBOUR_CVS/harbour/config/mingw32-make ! MAKE: E:/HARBOUR_CVS/harbour/config/mingw32-make ! HB_USER_CFLAGS: -DHB_FM_STATISTICS_OFF ! HB_INSTALL_PREFIX: E:\HARBOUR_CVS\harbour\ Impossibile trovare E:\HARBOUR_CVS\harbour\bin\win\bcc\hbpp.exe Impossibile trovare E:\HARBOUR_CVS\harbour\bin

Re: [Harbour] Error in latest SVN

2009-06-22 Thread Viktor Szakáts
Yep, my typo, I've reverted hbapi.h before commit (due to other temp changes). Brgds, Viktor On Mon, Jun 22, 2009 at 5:11 PM, Enrico Maria Giordano wrote: > Error E2356 ../../isprint.c 57: Type mismatch in redeclaration of > 'hb_printerIsReady' > Error E2344 ../../../../include\hbapi.h 1120: Earl

[Harbour] Error in latest SVN

2009-06-22 Thread Enrico Maria Giordano
Error E2356 ../../isprint.c 57: Type mismatch in redeclaration of 'hb_printerIsReady' Error E2344 ../../../../include\hbapi.h 1120: Earlier declaration of 'hb_printerIsReady' EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/sp

Re: [Harbour] Error in latest SVN?

2009-03-12 Thread Viktor Szakáts
Hi all, AFAICS this wasn't added since then, is the BCC warning still there? Brgds, Viktor On Thu, Nov 27, 2008 at 4:27 PM, Pritpal Bedi wrote: > > Przemek > > > Przemyslaw Czerpak-2 wrote: > > > >#if defined(__BORLANDC__) && !defined(HB_ARCH_64BIT) > > #undef MAKELONG > > #defin

Re: [Harbour] Error in latest SVN?

2008-11-27 Thread Pritpal Bedi
Przemek Przemyslaw Czerpak-2 wrote: > >#if defined(__BORLANDC__) && !defined(HB_ARCH_64BIT) > #undef MAKELONG > #define MAKELONG ((LONG)(((WORD)((DWORD_PTR)(a) & 0x)) | \ > (((DWORD)((WORD)((DWORD_PTR)(b) & 0x))) << > 16))) >#endif > It work

Re: [Harbour] Error in latest SVN?

2008-11-27 Thread Przemyslaw Czerpak
On Thu, 27 Nov 2008, Pritpal Bedi wrote: Hi Pritpal, > Now the warning with MAKELPARAM() where parenthis are suggested remains. It's a problem inside BCC header files. They are full of code which exploits BCC warnings. In newer BCC the situation is even worse :-(. Old problems still exists and n

Re: [Harbour] Error in latest SVN?

2008-11-27 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Pritpal Bedi" <[EMAIL PROTECTED]> A: Data invio: mercoledì 26 novembre 2008 23.32 Oggetto: Re: [Harbour] Error in latest SVN? I know about these warnings. Fist warning I do not how to handle. Next two warnings : I tried all combinatio

Re: [Harbour] Error in latest SVN?

2008-11-27 Thread Pritpal Bedi
Hi Saulius Zrelskis wrote: > > sorry, with >if( ( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, > sizeof( MyRealIEventHandler ) ) ) == NULL ) > thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof( MyRealIEventHandler ) ) if( thisobj ) { } also covers it. Thanks for the

Re: [Harbour] Error in latest SVN?

2008-11-26 Thread Saulius Zrelskis
sorry, with if( ( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof( MyRealIEventHandler ) ) ) == NULL ) Best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Error in latest SVN?

2008-11-26 Thread Saulius Zrelskis
Pritpal, > <<< > Warning W8060 .\wvgsink.c 516: Possibly incorrect assignment in function > SetupConnectionPoint After replacing if( !( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof( MyRealIEventHandler ) ) ) ) with if( ( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_

Re: [Harbour] Error in latest SVN?

2008-11-26 Thread Pritpal Bedi
Enrico <<< Warning W8060 .\wvgsink.c 516: Possibly incorrect assignment in function SetupConnectionPoint Warning W8084 .\wvgsink.c 704: Suggest parentheses to clarify precedence in function HB_FUN_HB_AX_ATLAXCREATECONTROL Warning W8084 .\wvgsink.c 769: Suggest parentheses to clarify precedence

Re: [Harbour] Error in latest SVN?

2008-11-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Pritpal Bedi" <[EMAIL PROTECTED]> A: Data invio: lunedì 24 novembre 2008 2.46 Oggetto: Re: [Harbour] Error in latest SVN? Enrico Download latest SVN. It is fixed. Only left-over variables issue. I will change my compiler settings more

RE: [Harbour] Error in latest SVN?

2008-11-24 Thread Massimo Belgrano
lity is built // into the GT itself, what a wonder! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi Sent: Monday, November 24, 2008 2:46 AM To: harbour@harbour-project.org Subject: Re: [Harbour] Error in latest SVN? Enrico D

Re: [Harbour] Error in latest SVN?

2008-11-23 Thread Pritpal Bedi
Enrico Download latest SVN. It is fixed. Only left-over variables issue. I will change my compiler settings more strict. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Error-in-latest-SVN--tp20652629p20653599.html Sent from the Harbour - Dev mailing list archive

[Harbour] Error in latest SVN?

2008-11-23 Thread Enrico Maria Giordano
\wvgphdlr.prg(379) Warning W0003 Variable 'XRESULT' declared but not used in function 'WVGPARTHANDLER_NOTIFIER(236)' \wvgphdlr.prg(379) Warning W0003 Variable 'N' declared but not used in function 'WVGPARTHANDLER_NOTIFIER(236)' \wvgphdlr.prg(379) Warning W0003 Variable 'BBLOCK' declared bu

[Harbour] Error in latest SVN

2008-09-21 Thread Enrico Maria Giordano
Error E2140 source\rtl\hbinet.c 354: Declaration is not allowed here in function hb_getHosts EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG Music p