-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
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
-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
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
-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
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:
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 ../
-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
! 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
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
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
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
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
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
-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
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
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
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_
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
-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
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
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
\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
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
24 matches
Mail list logo