Results 1 to 10 of 19

Thread: Harbour

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    thinBasic MVPs danbaron's Avatar
    Join Date
    Jan 2010
    Location
    California
    Posts
    1,378
    Rep Power
    152
    I put c:\hb20\bin on my path.

    (Maybe I need hb21, like you have.)

    But anyway, I still get an error message when I try to compile the file. Here is the new one.

    ----------------------------------------------------------------------------------------------------

    Project [ C:/hb20/examples/misc/guess.prg ] Launch [ No ] Rebuild [ Yes ] Started [ 22:35:47 ]

    ----------------------------------------------------------------------------------------------------
    Batch File Exists => C:\Users\root\AppData\Local\Temp\nltaxp.bat
    Batch File Contents =>
    hbmk2 -q -trace -info -lang=en -width=0 -rebuild -s C:\hb20\examples\misc\guess.prg
    Command => C:\Windows\system32\cmd.exe
    Arguments => /C C:\Users\root\AppData\Local\Temp\nltaxp.bat
    ----------------------------------------------------------------------------------------------------
    CurDir() => Users\root\Desktop Starting in => C:\hb20\examples\misc\
    C:\hb20\examples\misc>hbmk2 -q -trace -info -lang=en -width=0 -rebuild -s C:\hb20\examples\misc\guess.prg
    hbmk2: Autodetected platform: win
    hbmk2: Autodetected C compiler: mingw
    hbmk2: Using Harbour: C:\hb20\bin C:\hb20\include C:\hb20\lib\win\mingw
    C:\hb20\lib\win\mingw
    hbmk2: Using C compiler: C:\strawberry\c\bin\gcc.exe
    hbmk2: Processing configuration: C:\hb20\bin\hbmk.cfg
    hbmk2: Compiling Harbour sources...
    hbmk2: Harbour compiler command (embedded):
    (C:\hb20\bin\harbour.exe) -n2 C:/hb20/examples/misc/guess.prg -q -width=0 -s -o.hbmk\win\mingw\ -iC:/hb20/include
    Error F0034 Bad command line option 'width=0'
    hbmk2: Error: Running Harbour compiler (embedded). 1
    (C:\hb20\bin\harbour.exe) -n2 C:/hb20/examples/misc/guess.prg -q -width=0 -s -o.hbmk\win\mingw\ -iC:/hb20/include
    ----------------------------------------------------------------------------------------------------
    Exit Code [ 6 ] Exit Status [ 0 ] Finished at [ 22:35:48 ] Done in [ 1.47 Secs ]
    ----------------------------------------------------------------------------------------------------

    The error seems strange to me. A bad option to harbour.exe, "-width=0". But, who put that option there? It wasn't me. I guess it probably came from the IDE (hbide.exe), so, I can't blame Harbour itself.

    ------------------------------------

    Matthew, I think your link for MINIGUI, is actually for HMG.

    http://sites.google.com/site/hmgweb/

    HMG comes with an IDE. I guess it can compile Harbour.

    From HMG, here is a guide to Clipper, which is apparently compatible with Harbour.

    http://sites.google.com/site/hmgweb/documentation

    I think that MINIGUI is here.

    http://www.minigui.org/whatis.shtml

    ------------------------------------

    Almost everything about "Seed7", which Aurel found, looks interesting and good to me.

    http://seed7.sourceforge.net/

    The only thing lacking that I see, is an IDE.

    The documentation looks very good.

    It appears to be both an interpreter, and a compiler.

    If you download the source, then, you will have to compile it, but, the download is only 1.5 MB.

    If you download the binary for Windows, the download is 22.5 MB.

    The choice is yours.


    Last edited by danbaron; 10-03-2011 at 10:02.
    "You can't cheat an honest man. Never give a sucker an even break, or smarten up a chump." - W.C.Fields

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •