• ChangeLog: 2023-08-25 17:45 UTC-0500 Ron Pinkas

    From Ron Pinkas@21:1/5 to All on Fri Aug 25 15:45:06 2023
    2023-08-25 17:45 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * include/hbver.h
    * Bumped to 1.3.0
    * source/rtl/hbcrc32.c
    * Fixed compile errors: bool -> BOOL, false -> FALSE, true -> TRUE
    * Fixed compile warnings about const

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Fri Aug 25 17:07:34 2023
    Hi,

    When compiling xharbour with the last changes, appear the following error? source\pp\ppgen.c:
    Warning W8012 source\pp\ppcore.c 1660: Comparing signed and unsigned values in function hb_pp_tokenValueCmp
    *** 1 errors in Compile ***

    ** error 2 ** deleting obj\b32\ppgen.obj
    I
    am compiling with BCC760.

    Thanks for your attention,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Fri Aug 25 19:19:58 2023
    On Friday, August 25, 2023 at 7:07:35 PM UTC-5, reina...@gmail.com wrote:
    Hi,

    When compiling xharbour with the last changes, appear the following error? source\pp\ppgen.c:
    Warning W8012 source\pp\ppcore.c 1660: Comparing signed and unsigned values in function hb_pp_tokenValueCmp
    *** 1 errors in Compile ***

    ** error 2 ** deleting obj\b32\ppgen.obj
    I
    am compiling with BCC760.

    Thanks for your attention,

    Reynaldo Henrique

    Try after: 2023-08-25 21:18 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sat Aug 26 17:00:45 2023
    Il 26/08/2023 02:07, reina...@gmail.com ha scritto:

    I am compiling with BCC760.

    Are you sure you are using BCC 7.60? Can I see the result of the command

    bcc32.exe

    ? If is it really the version 7.60, I would like to have it (32 and 64
    bit), thank you.

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 12:03:51 2023
    Ron,

    Now I have the following error in ppcore.c:
    source\pp\ppcore.c:
    Error E2141 include\hbverbld.h 21: Declaration syntax error
    Error E2451 source\pp\ppcore.c 272: Undefined symbol 'hb_pp_szWarnings' in function hb_pp_error
    *** 2 errors in Compile ***

    ** error 2 ** deleting obj\b32\ppcore.obj

    Thanks,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Sat Aug 26 11:35:14 2023
    I am compiling with BCC760.
    Are you sure you are using BCC 7.60? Can I see the result of the command bcc32.exe

    ? If is it really the version 7.60, I would like to have it (32 and 64
    bit), thank you.

    Enrico,
    Here:
    C:\Users\rhfsy>bcc32
    Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
    Try 'bcc32 -h' for a list of core options, or
    'bcc32 -h <OPT>' for help on a specific option (e.g. '-h -A'), or
    'bcc32 -h -' to see all options.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sat Aug 26 21:28:31 2023
    Il 26/08/2023 00:45, Ron Pinkas ha scritto:

    2023-08-25 17:45 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
    * include/hbver.h
    * Bumped to 1.3.0

    Please bump the copyright year from 2022 to 2023 too, please.

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sat Aug 26 21:32:46 2023
    Il 26/08/2023 21:03, reina...@gmail.com ha scritto:

    Now I have the following error in ppcore.c:
    source\pp\ppcore.c:
    Error E2141 include\hbverbld.h 21: Declaration syntax error
    Error E2451 source\pp\ppcore.c 272: Undefined symbol 'hb_pp_szWarnings' in function hb_pp_error
    *** 2 errors in Compile ***

    I don't get these errors with MSC 2022 or BCC 7.40.

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sat Aug 26 21:30:26 2023
    Il 26/08/2023 20:35, reina...@gmail.com ha scritto:

    ? If is it really the version 7.60, I would like to have it (32 and 64
    bit), thank you.

    Enrico,
    Here:
    C:\Users\rhfsy>bcc32
    Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
    Try 'bcc32 -h' for a list of core options, or
    'bcc32 -h <OPT>' for help on a specific option (e.g. '-h -A'), or
    'bcc32 -h -' to see all options.

    Great! Can you send me it, please? :-)

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sat Aug 26 21:34:09 2023
    Il 26/08/2023 21:03, reina...@gmail.com ha scritto:

    Error E2141 include\hbverbld.h 21: Declaration syntax error

    This is the line 21 of hbverbld.h:

    #define HB_VER_CVSID 202308261133LL

    Where is the problem?

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to reina...@gmail.com on Sat Aug 26 12:40:22 2023
    On Saturday, August 26, 2023 at 2:03:52 PM UTC-5, reina...@gmail.com wrote:

    Error E2451 source\pp\ppcore.c 272: Undefined symbol 'hb_pp_szWarnings' in function hb_pp_error
    *** 2 errors in Compile ***

    Sorry, I can't see any problem with that line.

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jayadev U@21:1/5 to reina...@gmail.com on Thu Aug 31 10:41:54 2023
    On 27/08/2023 12:05:14 am, reina...@gmail.com wrote:

    I am compiling with BCC760.
    Are you sure you are using BCC 7.60? Can I see the result of the command
    bcc32.exe

    ? If is it really the version 7.60, I would like to have it (32 and 64
    bit), thank you.

    Enrico,
    Here:
    C:\Users\rhfsy>bcc32
    Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
    Try 'bcc32 -h' for a list of core options, or
    'bcc32 -h <OPT>' for help on a specific option (e.g. '-h -A'), or
    'bcc32 -h -' to see all options.

    Reynaldo Henrique
    Hi,

    Can you share BCC 7.60,? may be you can keep it in Google Drive and
    share the link.

    Regards,

    Jayadev

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Thu Aug 31 05:18:33 2023
    Can you share BCC 7.60,? may be you can keep it in Google Drive and
    share the link.

    I can download from this link: https://1drv.ms/u/s!AjWGaISptCtfg9FieqNp1NZxA-hyoQ?e=NWmyNT

    Regards,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mario H. Sabado@21:1/5 to reina...@gmail.com on Thu Aug 31 06:33:24 2023
    On Thursday, August 31, 2023 at 8:18:35 PM UTC+8, reina...@gmail.com wrote:
    Can you share BCC 7.60,? may be you can keep it in Google Drive and
    share the link.
    I can download from this link: https://1drv.ms/u/s!AjWGaISptCtfg9FieqNp1NZxA-hyoQ?e=NWmyNT

    Regards,

    Reynaldo Henrique

    Hi Reynaldo,

    It seems that the BCC760\LIB\WIN32\* was missing from the above link? Can you verify from your local copy if you have those related folders?

    Thanks,
    Mario

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From reinaldohf@gmail.com@21:1/5 to All on Thu Aug 31 10:22:52 2023
    Hi Mario

    It seems that the BCC760\LIB\WIN32\* was missing from the above link? Can you verify from your local copy if you have those related folders?

    Do you will need the missing folder?
    I deleted them before zipping, to reduce size.

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mario H. Sabado@21:1/5 to reina...@gmail.com on Thu Aug 31 13:55:21 2023
    On Friday, September 1, 2023 at 1:22:54 AM UTC+8, reina...@gmail.com wrote:
    Hi Mario
    It seems that the BCC760\LIB\WIN32\* was missing from the above link? Can you verify from your local copy if you have those related folders?

    Do you will need the missing folder?
    I deleted them before zipping, to reduce size.

    Reynaldo Henrique

    HI Reynaldo,

    Yes please, kindly include those folders as there are missing libs and obj files during compilation.

    Thanks,
    Mario

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)