Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.LANG.XHARBOUR
  • Re: How to compile in https://github.com/FiveTechSoft/harbour_and_xharb

    From Enrico Maria Giordano@21:1/5 to All on Thu Feb 27 09:59:04 2025
    Il 27/02/2025 06:04, Jayadev U ha scritto:

    Hi,

    I have just downloaded xhb10291_bcc770.zip from https://github.com/ FiveTechSoft/harbour_and_xharbour_builds/blob/master/xhb10291_bcc770.zip

    Since it is Bcc770, please let me know how to compile ?

    What flags need to be passed to bcc32.exe and to ilink32.exe ?

    Also, if someone can share the contents of bcc32.cfg and ilink32.cfg for BCC770.

    This is what I'm using:

    bcc32.cfg

    -I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
    -O
    -O1
    -OS
    -Ob
    -Oc
    -Ov
    -c
    -d
    -g0
    -k-
    -v-
    -w
    -w!
    -w-inl
    -w-hid

    ilink32.cfg

    -Gn
    -aa
    -x
    -GF:largeaddressaware

    --
    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 Thu Feb 27 11:11:15 2025
    Il 27/02/2025 11:06, Jayadev U ha scritto:


    Also, is there any utility in xHarbour like hbmk2.exe in Harbour ?

    Yes, there is, but I absolutely don't advice to use it. A simple batch
    is easier to understand and to modify.

    --
    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 Thu Feb 27 11:09:31 2025
    Il 27/02/2025 11:02, Jayadev U ha scritto:

    Thanks Enrico for the prompt reply,  What are the flags to be passed to Bcc32.exe and Ilink32.exe ?

    bcc32 -Ic:\xharbour\include test.c

    ilink32 -Lc:\xharbour\lib -ap c0x32 test, test.exe, ,
    @c:\xharbour\hrb.rsp -Lc:\bcc\lib;c:\bcc\lib\psdk @c:\bcc\bcc.rsp

    hrb.rsp

    vm +
    gtwin +
    rdd +
    common +
    rtl +
    lang +
    macro +
    hbsix +
    dbfntx +
    pcrepos +
    dbffpt +
    dbfcdx +
    hbmzip +
    zlib +
    ct +
    gtgui +
    tip +
    hbzebra +
    pp +
    hbzip +
    hbcurl +
    libcurl

    bcc.rsp

    cw32 +
    import32 +
    shell32 +
    iphlpapi +
    wininet +
    uxtheme

    --
    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 Thu Feb 27 12:39:38 2025
    Il 27/02/2025 12:15, Jayadev U ha scritto:

    Is the sample batch file available ?  One which will compile and link multiple prgs.

    Please, explain the exact problem you are facing and I'll help you to
    solve it.


    --
    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 Thu Feb 27 15:29:42 2025
    Il 27/02/2025 13:03, Jayadev U ha scritto:

    I am actively using Harbour for my programming needs and I used to code
    in xHarbour a looong back.  Having used hbmk2.exe with .hbp file for
    quite some time now in Harbour, I have forgotten the ways of xHarbour.

    I shall be grateful if you can provide me with a simple sample batch
    file which will compile and link multiple prgs so that I can use that as
    a starting base for compiling.

    Here it is:

    https://wormhole.app/nAARQA#5leAPk93dVi3_u8L-iBGeg

    --
    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 Mar 1 08:39:54 2025
    Il 01/03/2025 06:37, Jayadev U ha scritto:

    https://wormhole.app/nAARQA#5leAPk93dVi3_u8L-iBGeg

    Hi Enrico,

    I get "Page not found" error.  Could you please check.

    It is expired, it lasts for 24 hours. Where can I send it?

    --
    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 Mar 1 10:03:59 2025
    Il 01/03/2025 10:00, Jayadev U ha scritto:

    Thanks for your help.  Please send it on _ujayadev_@_gmail.com (remove
    the underscores).

    Done.

    --
    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 Mar 1 10:04:38 2025
    Il 01/03/2025 10:03, Enrico Maria Giordano ha scritto:

    Thanks for your help.  Please send it on _ujayadev_@_gmail.com (remove
    the underscores).

    Done.

    This is an automatically generated Delivery Status Notification.


    Delivery to the following recipients failed permanently:

    * [email protected]

    Reason: oIkztzxu8H8pXoIkztoj3D Siamo spiacenti, il tuo messaggio non è
    stato recapitato. Il server destinatario ha risposto: 552-5.7.0 This
    message was blocked because its content presents a potential
    552-5.7.0 security issue. To review our message content and attachment
    content
    552-5.7.0 guidelines, go to
    552 5.7.0 https://support.google.com/mail/?p=BlockedMessage 4fb4d7f45d1cf-5e4c3b60f69si4797733a12.67 - gsmtp

    --
    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 Mar 1 10:05:15 2025
    https://wormhole.app/z99nmn#xBas87b3P_rA6k84A32Ryw

    --
    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 Mar 2 09:40:12 2025
    Il 02/03/2025 07:03, Jayadev U ha scritto:

    Thanks Enrico, I got it from the above link.

    Great! At last! :-)

    In gmail, always remember to rename the file to .txt else it will marked
    as dangerous.

    No, with GMail, it is not enough to rename the file, especially EXE files.

    --
    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)
  • Who's Online

  • Recent Visitors

    • Yokzimo
      Tue Jun 9 17:10:05 2026
      from Sw via Telnet
    • Regen
      Tue Jun 9 16:45:02 2026
      from Brooklyn, Ny via Telnet
    • Bob Worm
      Tue Jun 9 14:47:58 2026
      from Wales, Uk via Telnet
    • Krenn
      Tue Jun 9 11:18:15 2026
      from Sydney, Nsw via Telnet
    • Bob Worm
      Tue Jun 9 10:31:07 2026
      from Wales, Uk via Telnet
    • Centurion
      Mon Jun 8 23:30:43 2026
      from Berea, Ohio via Telnet
    • Centurion
      Mon Jun 8 21:33:11 2026
      from Berea, Ohio via Telnet
    • Bob Worm
      Mon Jun 8 20:15:00 2026
      from Wales, Uk via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 716
    Nodes: 16 (2 / 14)
    Uptime: 49:06:38
    Calls: 12,115
    Calls today: 6
    Files: 15,010
    Messages: 6,518,530

© >>> Magnum BBS <<<, 2026