Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Traslate software clipper 16bit to 32bit or 64bit

Status
Not open for further replies.

3122132112

Technical User
Jan 11, 2011
3
IT
Hi at all,this is my first post in this forum.i must traslate an application developped with clipper 16bit and fivewin for clipper 16bit.I have read that the best way is to use harbour or xHarbour,but i have some errors during linking.Someone have any idea? thanks for answer,and thanks for taking time
 
What are the errors?

My guesses:
1. You are missing some .lib or .obj files from the link list.
2. You are trying to link in a 16bit 3rd party library.

More detail needed...

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
first,thanks for answer lyndonOHRC,second I compiled all .prg of my application and added all the obj in the linker, but I always have some errors. I noticed that some source .prg is already in the new lib of fivewin and replacing them I have solved a lot of errors.

 
 http://www.mediafire.com/?cb51vx9ss9j78ew
Is this attachment something you wanted me to look at?

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
in the attachment there are the error that the linker give when build procedure main. for example I get an error caused by source of RASAPI.c . doing some research I saw that this source is included in some libraries that I have included yet at linking. other error are in some source.prg where i have build my function. Maybe errors are caused by programming errors?Thanks for your patience and cooperation
 
Redirect your output to a text file and all the messages will be readable.

From what I can see it looks like you are missing a .lib file.

Have you gone through the .lnk file and made sure all .lib files it call are avaliable?

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top