I am working with a client to revive his old software which was developed around 14 years ago using Foxpro2.6. My problem is that client just have the source code (in the form of .prg files)and database files with him but there is neither any documentation nor comments in source code to guide me what does what...even the database files are not correctly named. My only option in this scenario seems to go through the .prg files and understand which command updates which database record and how....but there are around 300 .prg files and I don't know Fox Pro at all (I mean I was in 9th standard when this thing became obsolete!!).
Any suggestion or idea to make this work easy, perhaps a .prg to C converter which can help me a lot.
Please help....it is becoming a nightmare
PS : I dont have problem with the database conversion but the front end and functional source code which too is written in the FoxPro2.6 and saved as .prg extension is the problem as I dont know the language and there is no documentation.