• 2023-08-25 17:20 UTC-0500 Ron Pinkas On behalf

    From Ron Pinkas@21:1/5 to All on Fri Aug 25 15:22:22 2023
    2023-08-25 17:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> On behalf of:eduardomotta-emottasistemas
    * source/rtl/hbcrc32.c
    new crc algorithms: KERMIT, MC F4XX, CCITT FFFF, MODBUS
    + tests/test_crc32.prg
    + Usage example

    * xHarbourBuilder/xHarbour-Builder/xbldfull2.bat
    /*
    Possibility to compile xHarbour Builder sources non-debug when compiled for VC.
    Just set the environment variable:
    set VC8_DEBUG=NO
    */

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

    2023-08-25 17:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> On behalf of:eduardomotta-emottasistemas
    * source/rtl/hbcrc32.c
    new crc algorithms: KERMIT, MC F4XX, CCITT FFFF, MODBUS
    + tests/test_crc32.prg
    + Usage example

    * xHarbourBuilder/xHarbour-Builder/xbldfull2.bat
    /*
    Possibility to compile xHarbour Builder sources non-debug when compiled for VC.
    Just set the environment variable:
    set VC8_DEBUG=NO
    */

    This is what I get compiling with BCC32:

    Error E2188 source\rtl\hbcrc32.c 220: Expression syntax in function
    crc_mcrf4xx
    Error E2451 source\rtl\hbcrc32.c 220: Undefined symbol 'i' in function crc_mcrf4xx
    Error E2379 source\rtl\hbcrc32.c 220: Statement missing ; in function crc_mcrf4xx

    --
    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 Enrico Maria Giordano on Sat Aug 26 10:08:28 2023
    On Saturday, August 26, 2023 at 9:55:42 AM UTC-5, Enrico Maria Giordano wrote:
    Il 26/08/2023 00:22, Ron Pinkas ha scritto:

    2023-08-25 17:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> On behalf of:eduardomotta-emottasistemas
    * source/rtl/hbcrc32.c
    new crc algorithms: KERMIT, MC F4XX, CCITT FFFF, MODBUS
    + tests/test_crc32.prg
    + Usage example

    * xHarbourBuilder/xHarbour-Builder/xbldfull2.bat
    /*
    Possibility to compile xHarbour Builder sources non-debug when compiled for VC.
    Just set the environment variable:
    set VC8_DEBUG=NO
    */
    This is what I get compiling with BCC32:

    Error E2188 source\rtl\hbcrc32.c 220: Expression syntax in function crc_mcrf4xx
    Error E2451 source\rtl\hbcrc32.c 220: Undefined symbol 'i' in function crc_mcrf4xx
    Error E2379 source\rtl\hbcrc32.c 220: Statement missing ; in function crc_mcrf4xx

    --
    Enrico Maria Giordano

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

    Enrico, btw WHICH BCC are you using? The last I had (BCC 5.5) can not compile 'long long' and so I can not test with BCC.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Enrico Maria Giordano on Sat Aug 26 09:36:03 2023
    On Saturday, August 26, 2023 at 9:55:42 AM UTC-5, Enrico Maria Giordano wrote:
    Il 26/08/2023 00:22, Ron Pinkas ha scritto:

    2023-08-25 17:20 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com> On behalf of:eduardomotta-emottasistemas
    * source/rtl/hbcrc32.c
    new crc algorithms: KERMIT, MC F4XX, CCITT FFFF, MODBUS
    + tests/test_crc32.prg
    + Usage example

    * xHarbourBuilder/xHarbour-Builder/xbldfull2.bat
    /*
    Possibility to compile xHarbour Builder sources non-debug when compiled for VC.
    Just set the environment variable:
    set VC8_DEBUG=NO
    */
    This is what I get compiling with BCC32:

    Error E2188 source\rtl\hbcrc32.c 220: Expression syntax in function crc_mcrf4xx
    Error E2451 source\rtl\hbcrc32.c 220: Undefined symbol 'i' in function crc_mcrf4xx
    Error E2379 source\rtl\hbcrc32.c 220: Statement missing ; in function crc_mcrf4xx

    --
    Enrico Maria Giordano

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

    Please try after: 2023-08-26 11:33 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 20:15:05 2023
    Il 26/08/2023 19:08, Ron Pinkas ha scritto:

    Enrico, btw WHICH BCC are you using?

    BCC 7.40. Do you want it?

    The last I had (BCC 5.5) can not compile 'long long' and so I can not test with BCC.

    Ok, I will try to fix the errors...

    --
    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)