Dear All,
I am trying to run a code in OE 10.2a to simulate threading similar to .Net.
But I am not required outputs as in case of .Net.
Pl suggest if any special considerations are there for implementing MultiThreading in OE10.2a.
Thanks and regards.
Sharad
ABL is not multi-threaded so I don't know what you expect.
http://www.oehive.org/MultiThread
Check page 2-3 of the "OpenEdge Development: GUI for .NET Programming" PDF
"You cannot use an instance of System.Threading.Thread or any class derived from it."
"Not supported—the AVM is single threaded."
Please explain, what you want to "simulate threading"!