Discussion:
TugBoat compiler source code
(too old to reply)
c***@gmail.com
2019-12-29 08:21:32 UTC
Permalink
Hi!

I would like to know if anyone has the source code of this ( https://web.archive.org/web/20011108195705/http://www.geocities.com/cl2cru/ ) CA-Clipper translator for C, and the binary as well.
If so, can you share with me?

thank you
dlzc
2019-12-30 14:37:08 UTC
Permalink
Post by c***@gmail.com
Hi!
I would like to know if anyone has the source code of
this (...) CA-Clipper translator for C, and the binary
as well. If so, can you share with me?
There are references to Clipper to C translators on the Oasis, but the links appear to be dead.

There are a couple of efforts that are still going:
https://harbour.github.io/ ... not sure if it can still produce C base code.
https://www.xharbour.com/ (paid) or http://www.xharbour.org/ (free) ... which I know can produce C source.

BUT any of those are going to be heavily dependent on libraries to handle the burden of the various command and function calls, so the C code generated from your source is just going to make a lot of calls into those libraries.

David A. Smith
Frans Wauters
2019-12-31 11:01:29 UTC
Permalink
Hi,

Take a look on https://www.xsharp.info/

Also there is a way to convert code to other languages. See the next links ( X# workshop ).

Part 1:

Part 2:

Part 3:


Regards,
Frans
dlzc
2019-12-31 14:25:18 UTC
Permalink
Post by Frans Wauters
Hi,
Take a look on https://www.xsharp.info/
Also there is a way to convert code to other
languages. See the next links ( X# workshop ).
Part 1: http://youtu.be/ca_ZvoVYXYE
Part 2: http://youtu.be/HSlkkw2wViM
Part 3: http://youtu.be/mOLHQzKCfWA
How goes the on-ramp for (x)Harbour? They made a Big Deal about collecting Visual Objects users, and claimed "someday" they'd help us (which would by default help most Clipper users.

David A. Smith
Frans Wauters
2020-01-01 09:46:28 UTC
Permalink
Hi,

I have written quite a few large programs in dBase III, Clipper and Visual Objects with SQL via ADOrdd. Migrated to C sharp and SQL around 2014. I did not follow the Vulcan development. The later coming X # seems to have a future with .NET. xHarbour I did not follow.

Everyone is free to choose. I think the Clipper - Visual Objects - X sharp (.NET) path is the more logical step. You can work in the X sharp XIDE or in .NET (Visual Studio). In the latter you can mix multiple languages in one application and make the application portable to another environment and use mainstream .NET libraries (github).

Regards,
Frans
c***@gmail.com
2020-01-01 17:34:08 UTC
Permalink
Happy new year to you all!
Thanks for the replies, but I'm looking for the TugBoat source code, in particular

I know about the existence of these other compilers :)
dlzc
2020-01-02 14:11:22 UTC
Permalink
On Wednesday, January 1, 2020 at 10:34:09 AM UTC-7, ***@gmail.com wrote:
...
Post by c***@gmail.com
Thanks for the replies, but I'm looking for the
TugBoat source code, in particular
If this isn't it, then I did't help you: https://github.com/petems/tugboat

Not very many commercial packages released their source code.

David A. Smith
f***@gmail.com
2020-01-02 17:04:20 UTC
Permalink
Post by c***@gmail.com
Hi!
I would like to know if anyone has the source code of this ( https://web.archive.org/web/20011108195705/http://www.geocities.com/cl2cru/ ) CA-Clipper translator for C, and the binary as well.
If so, can you share with me?
thank you
Hi, there's a chance TugBoat was made by the same ppl that created the VOstok compiler

That site has gone also, but trying the WayBack Machine with this url might bring up some additional pointers

http://www.bulatsoft.com.ua/

hth,

lohen

Loading...