[progress Communities] [progress Openedge Abl] Forum Post: Re: C# To Openedge

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
I don't think there's a formal doc or wiki out there. I've found it fairly simple to convert C# to OOABL with a few gotchas - event handlers (cannot use delegates IIRC) - the using keyword and casting is slightly different - obvs the variable definitions and init are inline in C# - generics and generic methods in particular may cause trouble - no threading allowed in ABL - need to use some helper classes for enums and other .NET types - need to use a .NET-based WAIT-FOR The list is from memory and from posts to PSDN/Communities over the years. You could also follow Roger's approach.

Continue reading...
 
Status
Not open for further replies.
Back
Top