Errors 134 and 193 when compiling _proedit.p

P_SANGALO

New Member
Hi ;

Version OE10.1a

When I try to compile or check sintaxe it's happening:

** An open comment string (/*) was found, but no closing string. (134)

** ofpd/of0201.p Could not understand line 12. (193)

I had looked to Prokb, but the bug related was fixed on Progress 9.1D

What can I do?

tks
 
You might try carefully examining ofpd/of0201.p. And any include files or pre-processor definitions related to it.

The chances are pretty good that you have an open comment without a corresponding closing comment. The problem probably starts somewhere close to line 12.
 
Back
Top