Progress4GL to CSharp conversion: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with 'some links: *https://sourceforge.net/projects/progress4gl2cs/: This source code converter translates Progress4GL code (e.g. Progress9, OpenEdge) into C# code ** this is not a wo…')
(No difference)

Revision as of 10:10, 12 April 2010

some links:

  • https://sourceforge.net/projects/progress4gl2cs/: This source code converter translates Progress4GL code (e.g. Progress9, OpenEdge) into C# code
    • this is not a working software. It uses the same parsing routines as the converter that we wrote for the conversion from Delphi.net to C#



Use for OpenPetra:

  • We have a lot of code of the old Petra still written in Progress 4gl.
  • The problem is that we need the new code to access our own typed Datasets.
  • One approach could be to parse the current .w files (graphical user interface files) and generate a yml file which can be used to generate the new screen for OpenPetra