• Ron: I am still haveing the same errors when compiling xharbour with bc

    From Reynaldo Henrique@21:1/5 to All on Sun Jan 7 08:57:30 2024
    The errors:

    MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc. Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 238: Expression syntax error in !if statement
    Error winmake\makefile.bc 247: Expression syntax error in !if statement
    Error winmake\makefile.bc 253: Expression syntax error in !if statement
    Error winmake\makefile.bc 266: Expression syntax error in !if statement
    *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
    *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
    *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
    *** Parsed [2] :strLen( CC_DIR=c:\borland\BCC770 _CC_DIR_LEN= )
    +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
    :strLen(CC_DIR _CC_DIR_LEN)
    :isValidVarName(_CC_DIR_LEN)
    :value(CC_DIR str)
    :isValidVarName(str)
    --- Exit point: strLen CC_DIR _CC_DIR_LEN
    *** Ret: 0 0
    *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB: "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"

    *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 7 13:01:37 2024
    Il 07/01/2024 12:57, Reynaldo Henrique ha scritto:

    The errors:

    MAKE Version 5.43  Copyright (c) 1987, 2019 Embarcadero Technologies, Inc. Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 238: Expression syntax error in !if statement
    Error winmake\makefile.bc 247: Expression syntax error in !if statement
    Error winmake\makefile.bc 253: Expression syntax error in !if statement
    Error winmake\makefile.bc 266: Expression syntax error in !if statement
    *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
       *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
          *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
     *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
     *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
     *** Parsed [2]  :strLen( CC_DIR=c:\borland\BCC770  _CC_DIR_LEN= )
     +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
       :strLen(CC_DIR _CC_DIR_LEN)
       :isValidVarName(_CC_DIR_LEN)
       :value(CC_DIR str)
       :isValidVarName(str)
     --- Exit point: strLen CC_DIR _CC_DIR_LEN
      *** Ret: 0 0
          *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB: "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"
       *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Can I see the exact commands are you using, 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 Reynaldo Henrique@21:1/5 to All on Sun Jan 7 09:16:37 2024

    Can I see the exact commands are you using, please?


    The exact command I am typing is:

    set path=%path%;c:\borland\bcc770\bin

    git pull

    make_bc clean

    make_bc all


    thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Reynaldo Henrique@21:1/5 to All on Sun Jan 7 10:41:01 2024


    Il 07/01/2024 13:16, Reynaldo Henrique ha scritto:

    Can I see the exact commands are you using, please?

    The exact command I am typing is:

    set path=%path%;c:\borland\bcc770\bin

    git pull

    make_bc clean

    make_bc all

    I get:

    Creating System Files (ST) ...
    In file included from utils\misc\hblib.c:61: e:\fw\temp\bcc77\bin\..\include\windows\sdk\windows.h:42:9: warning:
    unknown pragma ignored [-Wunknown-pragmas]
    [...]

    Can I see your bcc32c.cfg, please?


    here is: bcc32c.cfg

    -isystem @\..\include\windows\crtl
    -isystem @\..\include\windows\sdk
    -L@\..\lib\win32c\debug
    -L@\..\lib\win32c\release
    -L@\..\lib\win32c\release\psdk


    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 7 14:17:27 2024
    Il 07/01/2024 13:16, Reynaldo Henrique ha scritto:

    Can I see the exact commands are you using, please?

    The exact command I am typing is:

    set path=%path%;c:\borland\bcc770\bin

    git pull

    make_bc clean

    make_bc all

    I get:

    Creating System Files (ST) ...
    In file included from utils\misc\hblib.c:61: e:\fw\temp\bcc77\bin\..\include\windows\sdk\windows.h:42:9: warning:
    unknown pragma ignored [-Wunknown-pragmas]
    [...]

    Can I see your bcc32c.cfg, 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 Reynaldo Henrique@21:1/5 to All on Sun Jan 7 10:52:41 2024
    Em 07/01/2024 10:41, Reynaldo Henrique escreveu:

    Creating System Files (ST) ...
    In file included from utils\misc\hblib.c:61:
    e:\fw\temp\bcc77\bin\..\include\windows\sdk\windows.h:42:9: warning:
    unknown pragma ignored [-Wunknown-pragmas]
    [...]

    Can I see your bcc32c.cfg, please?


    here is: bcc32c.cfg

    -isystem @\..\include\windows\crtl
    -isystem @\..\include\windows\sdk
    -L@\..\lib\win32c\debug
    -L@\..\lib\win32c\release
    -L@\..\lib\win32c\release\psdk


    Reynaldo Henrique


    Can I see your bcc32c.cfg, please?


    Thanks

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Sun Jan 7 15:26:55 2024
    Il 07/01/2024 14:41, Reynaldo Henrique ha scritto:

    Can I see your bcc32c.cfg, please?

    here is: bcc32c.cfg

    -isystem @\..\include\windows\crtl
    -isystem @\..\include\windows\sdk
    -L@\..\lib\win32c\debug
    -L@\..\lib\win32c\release
    -L@\..\lib\win32c\release\psdk

    Ok, nothing special (but please look at my previous comment about your bcc32.cfg). So we must have two different compilers. Otherwise I cannot
    explain the difference in the result.

    --
    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 Sun Jan 7 15:24:50 2024
    Il 07/01/2024 14:41, Reynaldo Henrique ha scritto:


    Il 07/01/2024 13:16, Reynaldo Henrique ha scritto:

    Can I see the exact commands are you using, please?

    The exact command I am typing is:

    set path=%path%;c:\borland\bcc770\bin

    git pull

    make_bc clean

    make_bc all

    I get:

    Creating System Files (ST) ...
    In file included from utils\misc\hblib.c:61:
    e:\fw\temp\bcc77\bin\..\include\windows\sdk\windows.h:42:9: warning:
    unknown pragma ignored [-Wunknown-pragmas]
    [...]

    Can I see your bcc32c.cfg, please?


    here is: bcc32c.cfg

    -isystem @\..\include\windows\crtl
    -isystem @\..\include\windows\sdk
    -L@\..\lib\win32c\debug
    -L@\..\lib\win32c\release
    -L@\..\lib\win32c\release\psdk


    Reynaldo Henrique


    --
    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 Reynaldo Henrique on Sun Jan 7 10:38:54 2024
    Reynaldo Henrique wrote:

    Can I see the exact commands are you using, please?


    The exact command I am typing is:

    set path=%path%;c:\borland\bcc770\bin

    git pull

    make_bc clean

    make_bc all


    thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    Reynaldo,

    From the errors it seem you have HB_ARCH=w64 is that correct?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Reynaldo Henrique@21:1/5 to All on Sun Jan 7 13:43:26 2024
    Ron,

    From the errors it seem you have HB_ARCH=w64 is that correct?
    My HB_ARCH is disabled with REM

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Reynaldo Henrique on Sun Jan 7 11:50:03 2024
    Reynaldo Henrique wrote:



    The errors:

    MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc. Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 238: Expression syntax error in !if statement
    Error winmake\makefile.bc 247: Expression syntax error in !if statement
    Error winmake\makefile.bc 253: Expression syntax error in !if statement
    Error winmake\makefile.bc 266: Expression syntax error in !if statement
    *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
    *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
    *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
    *** Parsed [2] :strLen( CC_DIR=c:\borland\BCC770 _CC_DIR_LEN= )
    +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
    :strLen(CC_DIR _CC_DIR_LEN)
    :isValidVarName(_CC_DIR_LEN)
    :value(CC_DIR str)
    :isValidVarName(str)
    --- Exit point: strLen CC_DIR _CC_DIR_LEN
    *** Ret: 0 0
    *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB: "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"

    *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    Reynaldo,

    1. The functions.log clearly show that BCC_LIB is listed only
    ONCE: 'EXIT BCC_LIB' this means that it was SET ***BEFORE*** find_bc.bat
    was called by make_bc.bat or else we would have the log for the
    generation too.

    2. It shows that BCC_LIB has an CR/LF character which BREAKS it into 2
    lines - this is what IMO causes the syntax error on a line number
    greater than the !if lines by 1!!

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Ron Pinkas on Mon Jan 8 10:13:48 2024
    Ron Pinkas wrote:
    Reynaldo Henrique wrote:



    The errors:

    MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc. Error winmake\makefile.bc 234: Expression syntax error in !if statement Error winmake\makefile.bc 234: Expression syntax error in !if statement Error winmake\makefile.bc 238: Expression syntax error in !if statement Error winmake\makefile.bc 247: Expression syntax error in !if statement Error winmake\makefile.bc 253: Expression syntax error in !if statement Error winmake\makefile.bc 266: Expression syntax error in !if statement
    *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
    *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
    *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
    *** Parsed [2] :strLen( CC_DIR=c:\borland\BCC770 _CC_DIR_LEN= )
    +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
    :strLen(CC_DIR _CC_DIR_LEN)
    :isValidVarName(_CC_DIR_LEN)
    :value(CC_DIR str)
    :isValidVarName(str)
    --- Exit point: strLen CC_DIR _CC_DIR_LEN
    *** Ret: 0 0
    *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB: "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"

    *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    Reynaldo,

    1. The functions.log clearly show that BCC_LIB is listed only
    ONCE: 'EXIT BCC_LIB' this means that it was SET ***BEFORE*** find_bc.bat
    was called by make_bc.bat or else we would have the log for the
    generation too.

    2. It shows that BCC_LIB has an CR/LF character which BREAKS it into 2
    lines - this is what IMO causes the syntax error on a line number
    greater than the !if lines by 1!!

    Ron

    Reynaaldo?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Reynaldo Henrique@21:1/5 to All on Mon Jan 8 18:50:11 2024

    The errors:

    MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc. >>> Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 234: Expression syntax error in !if statement
    Error winmake\makefile.bc 238: Expression syntax error in !if statement
    Error winmake\makefile.bc 247: Expression syntax error in !if statement
    Error winmake\makefile.bc 253: Expression syntax error in !if statement
    Error winmake\makefile.bc 266: Expression syntax error in !if statement
    *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
    *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat] >>> *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
    *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
    *** Parsed [2] :strLen( CC_DIR=c:\borland\BCC770 _CC_DIR_LEN= )
    +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
    :strLen(CC_DIR _CC_DIR_LEN)
    :isValidVarName(_CC_DIR_LEN)
    :value(CC_DIR str)
    :isValidVarName(str)
    --- Exit point: strLen CC_DIR _CC_DIR_LEN
    *** Ret: 0 0
    *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB:
    "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"

    *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail.
    www.avg.com

    Reynaldo,

    1. The functions.log clearly show that BCC_LIB is listed only
    ONCE: 'EXIT BCC_LIB' this means that it was SET ***BEFORE*** find_bc.bat
    was called by make_bc.bat or else we would have the log for the
    generation too.

    2. It shows that BCC_LIB has an CR/LF character which BREAKS it into 2
    lines - this is what IMO causes the syntax error on a line number
    greater than the !if lines by 1!!

    Ron

    Reynaaldo?

    Hi Ron,

    I am still compiling xHarbour by setting the BCC_LIB manually.

    Thanks,

    Reynaldo Henrique

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Reynaldo Henrique on Mon Jan 8 17:10:41 2024
    Reynaldo Henrique wrote:

    The errors:

    MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc.
    Error winmake\makefile.bc 234: Expression syntax error in !if statement Error winmake\makefile.bc 234: Expression syntax error in !if statement Error winmake\makefile.bc 238: Expression syntax error in !if statement Error winmake\makefile.bc 247: Expression syntax error in !if statement Error winmake\makefile.bc 253: Expression syntax error in !if statement Error winmake\makefile.bc 266: Expression syntax error in !if statement *** 6 errors during make ***


    here is the functions.log:

    *** START [C:\Users\rhfsy\xharbour\make_bc.bat](all)
    *** started [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** started(bcc32) [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    *** Raw Arguments: (strLen CC_DIR _CC_DIR_LEN)
    *** Raw Arguments: [strLen] [CC_DIR] [_CC_DIR_LEN] [] []
    *** Parsed [2] :strLen( CC_DIR=c:\borland\BCC770 _CC_DIR_LEN= )
    +++ Entry point: strLen('CC_DIR' '_CC_DIR_LEN')(2)
    :strLen(CC_DIR _CC_DIR_LEN)
    :isValidVarName(_CC_DIR_LEN)
    :value(CC_DIR str)
    :isValidVarName(str)
    --- Exit point: strLen CC_DIR _CC_DIR_LEN
    *** Ret: 0 0
    *** ended[0] [C:\Users\rhfsy\xharbour\winmake\found_cc.bat]
    EXIT BCC_LIB: "c:\borland\bcc770\lib\win32\release";"c:\borland\bcc770\lib\win32\release\psdk"

    *** finished[0] [C:\Users\rhfsy\xharbour\winmake\find_bc.bat]
    *** END[0] [C:\Users\rhfsy\xharbour\make_bc.bat]

    Thanks,

    Reynaldo Henrique

    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    Reynaldo,

    1. The functions.log clearly show that BCC_LIB is listed only
    ONCE: 'EXIT BCC_LIB' this means that it was SET ***BEFORE*** find_bc.bat was called by make_bc.bat or else we would have the log for the generation too.

    2. It shows that BCC_LIB has an CR/LF character which BREAKS it into 2 lines - this is what IMO causes the syntax error on a line number
    greater than the !if lines by 1!!

    Ron

    Reynaaldo?

    Hi Ron,

    I am still compiling xHarbour by setting the BCC_LIB manually.

    Thanks,

    Reynaldo Henrique


    Ryenaldo,

    Please make sure to use make_bc on a FRESH terminal withOUT setting
    BCC_LIB, and let me see build log and functions.log

    The error you posted last suggest yoiu had a BCC_LIB set manually with
    an ENTER breaking it to TWO lines.

    Ron

    Ron

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Reynaldo Henrique@21:1/5 to All on Wed Jan 17 18:39:28 2024

    Ryenaldo,

    Please make sure to use make_bc on a FRESH terminal withOUT setting
    BCC_LIB, and let me see build log and functions.log

    The error you posted last suggest yoiu had a BCC_LIB set manually with
    an ENTER breaking it to TWO lines.


    Ron, now I can build xHarbour without setting BCC_LIB manually!


    Thanks,


    Reynaldo Henrique


    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ron Pinkas@21:1/5 to Reynaldo Henrique on Wed Jan 17 19:31:41 2024
    Reynaldo Henrique wrote:


    Ryenaldo,

    Please make sure to use make_bc on a FRESH terminal withOUT setting BCC_LIB, and let me see build log and functions.log

    The error you posted last suggest yoiu had a BCC_LIB set manually with
    an ENTER breaking it to TWO lines.


    Ron, now I can build xHarbour without setting BCC_LIB manually!


    Thanks,


    Reynaldo Henrique


    --
    O software antivírus AVG realizou uma checagem de vírus neste e-mail. www.avg.com

    Great. Thanks for the confirmation.

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