If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Very old Clipper code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-06, 22:53
James2 James2 is offline
Registered User
 
Join Date: Apr 2005
Posts: 2
Very old Clipper code

Hi all.

I have some very old .exe files written in clipper. One of them accesses some unix windows to manipulate some data, and produces a text file which is then sent off to our clients.

I need to reproduce this functionality, but can find no way to see the code of the .exe file. Is there any thing I can use to read it, to save me starting from scratch?

Or is there somewhere else I should look for this request?

Thanks a lot for any help.

- James.
Reply With Quote
  #2 (permalink)  
Old 04-07-06, 00:34
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
Do you have any idea what vintage the clipper code is? My first guess would be 5.0, and second would be Summer '87, but there are many other options. Depending on which version was used to compile the EXE, there are different tools that you can use to retreive the source code.

Another "interesting" feature that might cause you trouble is the use of various purchased libraries. Those can significantly complicate issues for you.

-PatP
Reply With Quote
  #3 (permalink)  
Old 04-10-06, 02:17
James2 James2 is offline
Registered User
 
Join Date: Apr 2005
Posts: 2
Hi Pat,

Unfortuantely I have no idea which vintage Clipper it is. It was created long before my time at the company, by contractors, and by now the paperwork is unfortuantely pretty sketchy. I will try to find out, but do you have any ideas which tools I could start with in the meantime?

Thanks for your help.
-James
Reply With Quote
  #4 (permalink)  
Old 04-10-06, 08:34
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
If you don't know what version of Clipper was used to create the executable, it would be very time consuming and expensive to simply buy one decompiler after another and try them all. There isn't 100% certainty that it would even succeed, so I can't recommend it.

My first suggestion would be to see if there is a copy of the source code somewhere at your company. Odds are good that a reputable contractor would have provided the source, and somebody in your company should have archived a copy of it somewhere.

If that fails, then find someone that is a local Clipper expert. For a few hundred dollars, they can probably get your source code (or at least most of it) back for you.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On