Running Clipper Programs Windows 7

  1. Running Clipper Programs Windows 7 7

This will show you how to have a program run as administrator with full elevated rights and privileges in Windows 7. A Standard user will still not be able to run a elevated program without getting a UAC prompt and having to enter the administrator's password. I’m aware on PC’s running Windows 7 you’ll have them install to “Program Files x86” for 32bit and “Program Files” for 64bit. They’ll both be in the same windows explorer location and will work without issue if you are using the higher architecture 64 bits. Clipper programs will run (reasonably fine) on Windows 7, but only on the x86 (32 bit) variety. Windows x64 (any version, XP, 2003 server, Vista or 7) will not run 16 bit programs. Running 32-bit command-line programs in x64 Windows 7? - posted in Windows 7: I am trying to use the command-line music utility OpenSPC on my Windows 7 machine. It has worked on all previous. Clipper is 16-bit compiler for character-based (not GUI) applications running on MS-DOS platform. There are, however, 3rd-party tools that will allow to produce 16-bit Windows GUI applications. There are, however, 3rd-party tools that will allow to produce 16-bit Windows GUI applications. I have found Clipper to produce extremely well behaved programs under virtually any operating system from DOS through Windows XP, including Lantastic and Novell networks running over DOS as well as Windows networks.

Active3 years, 9 months ago

I have a legacy code base written in CLIPPER. I don't have any idea of CLIPPER programming language. How do I get started with it and deploy this application? Is it a scripting language OR some sort of OOPS language any study reference will be helpful

Thanks in Advance

Running clipper programs windows 7 10

Kaushik

Purusottam KaushikPurusottam Kaushik

closed as too broad by FlexoNov 20 '15 at 20:37

Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

2 Answers

Clipper is 16-bit compiler for character-based (not GUI) applications running on MS-DOS platform. There are, however, 3rd-party tools that will allow to produce 16-bit Windows GUI applications.

It's still owned by Computer Associates but all future development and support was delegated to GrafX long time ago.

The last released version was 5.3 but many developers stayed with 5.2e. The last update was around Y2K.

There are Harbour and xHarbour open source projects that developed their own compilers for this language (which in the beginning was similar to dBase III).

You can find information about the language and some 3-rd party libs in a Clipper section of this web-site.

Native Clipper compiles all its code into a single executable that runs on user desktops. Its data and index files are usually placed on a network share. Executable itself can also be placed on a share with user desktops having a short-cut to it.

Native Clipper applications (16-bit) will not run under 64-bit Windows. There are emulators (like DosBox) that allow to overcome such limitation.

Clipper related questions can be asked on comp.lang.clipper newsgroup.

If you have more questions add them as comments here.

PM 77-1PM 77-1
9,10015 gold badges47 silver badges91 bronze badges

Another good resource is Norton Guides for Windows, you can download it from a great site with lot of information about Clipper:Download NGW from www.the-oasis.net.

I was unable to find the .NG files on that site, but you can see them online here if you want or try to found the files googling them.

LogoSLogoS

Not the answer you're looking for? Browse other questions tagged clipper or ask your own question.

Clipper EXE's in 16, 32, 64 bit

Clipper EXE's in 16, 32, 64 bit

Running Clipper Programs Windows 7 7

I am a novice programmer running and maintaining a few clipper programs at my business and at home. I use Clipper 5.2 and run the programs on XP Home SP3. I assume I will have to get WIN 7 when one of my three machines needs replacing. I have been reading about clipper programs and 16, 32 and 64 bit operating systems on this site and am concerned about continuing to be able to use my clipper programs for some years to come.
1. Is the standard version of WIN 7 32 bit? (With 64 bit being an “upgrade” option)
2. Do I understand correctly that my current programs WILL run under the 32 bit WIN 7 but not 64 bit? (i.e. if question #1 is true, then I need to be careful to get the standard WIN 7)
3. I’ve seen references to Harbour and XHarbour and looked at their websites. But if Question #2 is true then I don’t need to transfer to a different compiler, unless the programs were too sluggish. But IF I need to change compilers would Harbour be better than XHarbour for a real novice like me?
4. I know this forum doesn’t get much use now. Is there any better site for people like me still using Clipper?
Thanks for the help

Comments are closed.