Rewriting progress code in C#
-
Hello All, I have a chunk of code which needs to be re written in to C#. The challenge is I want to port this code blindly. Is there any utility/ tool which can automate the process of doing this or I have to port this code the hard and real way, I mean understanding the progress code and then rewriting it to C#. Please suggest. Thanks and regards. Amar.
-
Hello All, I have a chunk of code which needs to be re written in to C#. The challenge is I want to port this code blindly. Is there any utility/ tool which can automate the process of doing this or I have to port this code the hard and real way, I mean understanding the progress code and then rewriting it to C#. Please suggest. Thanks and regards. Amar.
It really depends on the language your chunk of code is written: for instance, if it is (already) C# then the
Identity
transformation will do the job in automatic and safe way! :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
It really depends on the language your chunk of code is written: for instance, if it is (already) C# then the
Identity
transformation will do the job in automatic and safe way! :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
Pallini, Thanks for your reply. I did not understand your comments, request you to elobrate. To give you more information. 1. I have a code written in Progress 4GL it is live and is a business application. 2. I have to write this code again in C# means porting the complete application in to .Net. 3. I wish to achieve this without unerstanding the code and it's logic. What I interpret from your reply is , Identity transformation can do this job of writing a progress.w file into cshart.cpp file? Please comment. Thanks and Regards. Amar.
-
Pallini, Thanks for your reply. I did not understand your comments, request you to elobrate. To give you more information. 1. I have a code written in Progress 4GL it is live and is a business application. 2. I have to write this code again in C# means porting the complete application in to .Net. 3. I wish to achieve this without unerstanding the code and it's logic. What I interpret from your reply is , Identity transformation can do this job of writing a progress.w file into cshart.cpp file? Please comment. Thanks and Regards. Amar.
My answer was just a joke. IMHO you have to understand code logic and craft the C# implementation (at least, you'll gain knowledge of the business logic...), anyway check if the
Progress Software Corporation
has the right instrument to perform automatically the job (good luck). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.