Viktor:
I use Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
This is my bcc32.cfg:
-5
-d
-k-
-O1
-O2
-v-
-WC
-w-inl-
-6
-OS
-a8
-I"f:\Bcc55\include;f:\harbour\include"
-L"f:\Bcc55\lib;f:\Bcc55\lib\psdk"
-lj"f:\Bcc55\lib;f:\Bcc55\lib\psdk"
This is my ilink32.cfg:
-L"f:\Bcc55\lib;f:\Bcc55\lib\psdk;f:\harbour\lib"
And these the only harbour specific envvars I set:
HARBOURCMD=/n /w /es2
HB_ARCHITECTURE=w32
HB_COMPILER=bcc32
HB_DIR_ADS=C:\Program Files\Extended Systems\Advantage 8.1\acesdk
Regards,
Szakáts Viktor wrote:
Hi Luis,
All I know that today I've fixed this exact problem
in contrib/hbapollo and that _declspec may have
something to do with the contrib/hbgd problem.
BCC55 by default is generating this warning for
_declspec, and it doesn't do it for __declspec.
Harbour has _declspec for __BORLANDC__ since ages.
Maybe WIN32_LEAN_AND_MEAN has something to do with this.
To make things even more interesting I had no such
warnings with BCC55 and BCC58, using plain default
compiler switches.
Which BCC version do you use and what are your
compiler switches?
Brgds,
Viktor
On 2008.05.30., at 18:35, Luis Krause Mantilla wrote:
Hi:
With the most current svn I now get:
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
source\common\expropt1.c:
Warning W8036 include\hbvmpub.h 204: Non-ANSI keyword used: '_declspec'
Warning W8036 include\hbapi.h 465: Non-ANSI keyword used: '_declspec'
[a ton more of the same warning]
Warning W8036 include\hbapi.h 705: Non-ANSI keyword used: '_declspec'
Error E2228 include\hbapi.h 705: Too many error or warning messages
*** 1 errors in Compile ***
** error 1 ** deleting obj\b32\expropt1.obj
Do I need to change BCC switches to build?
Regards,
--
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
"May the Source be with GNU"
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
--
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
"May the Source be with GNU"
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour