How change C# code to class PROGRESS

Posted by Paweł Korczak on 25-Apr-2017 07:50

I have a lot of code written in c #.
Mostly Telerik reports ...
How to transcode the source code from c # to a class in PROGRES

Paweł 

All Replies

Posted by Paweł Korczak on 25-Apr-2017 10:00

Is there any translator in PROGRESS to change that?

Well if it's handmade ... a lot of time ...

Or can you use such a library to use directly?

What parameters to use in C # to build the right library?

Posted by Mike Fechner on 25-Apr-2017 10:03

Just build your C# code into a .NET Assembly. Add that assembly to your projects assemblies.xml file and use the .NET classes as if you'd do in .NET.

documentation.progress.com/.../gsgnp.pdf

documentation.progress.com/.../dvngp.pdf

This thread is closed