I'm porting a Windev app to Objective-C for a client. This would be simpler with the previous source code for obvious reasons.
Unfortunately, it's encrypted and I need the the EDI to see it; the full version of Windev is way to much expensive (and my client can't send me his dongle); the express version refuse to open the project because of some limitations about the project's size.
I don't need to compile the sources, so I'm looking for a way to "export" it, anything solution that allow to read the algorithm/logic of the app is OK.
Your client can use the 'Print Documentation' from the main menu to print all the code for the project. This will print the added code for each window and procedure as well as global procedures and classes.