views:

603

answers:

9

Are there any successor products on DOS, Windows or Linux?

+4  A: 

There are quite a few Clipper compilers available: Harbour, CLIP, and xHarbour, to name a few of the free ones.

Sherm Pendley
A: 

CA Visual Objects (VO) is the official successor, however don't expect to just recompile your Clipper 5.3 app into VO. All of the screen interface code will need to be rewritten for a new UI.

Kluge
A: 

I've used CLIP in Linux... worked awesome. Has a lot of goodies you won't find in Standard DOS CA-Clipper.

Camilo Díaz
A: 

I'm still doing Clipper 5.3 maintenance programming. It's by no means a dead language, and there's a vibrant user community on news:comp.lang.clipper (also accessible via Google Groups). If you go over to xHarbour, there's a strong presence at news:comp.lang.xharbour (ditto)

boost
+1  A: 

FlagShip is a well-supported, stable Clipper compiler that works on all flavors of Unix. Some major retail chains in the US are still using Clipper-based point of sale systems that have been ported to FlagShip on Linux. It has some nice object-oriented extensions and a really easy way to drop into inline C code where needed.

catfood
A: 

Don't even think about using FlagShip 6. It's incredibly slow compared to the very nice FlagShip 4, but you must use FlagShip 6 on Linux if you want to have an up-to-date server (newer glibc). Harbour is no doubt the way to go now!

Eduardo
A: 

Don't! That's the best way! Move into a modern language (C#, VB.Net, Java, OO Cobol(!), Python or Ruby).

I like C# and OO Cobol better (www.alchemysolutions.com, www.Veryant.com, www.microfocus.com, www.legacyj.com, www.cobol-it.com, www.ibm.com/cobol).

Regards

emerson
Nice. You advise the OP to use a modern language, then you suggest Cobol.
George Sisco
A: 

I've never used it, but I understand that Vulcan.NET was created to provide an upgrade path from Clipper/xBase/Visual Objects to the .NET Framework. Might be worth a look.

Matt Hamilton
+1  A: 

It's no doubt, the way to go is Harbour. Don't waste time with projects abandoned like CLIP or xHarbour.

clrod