[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Enums in interface dont work ???

  • Thread starter Thread starter Simon L. Prinsloo
  • Start date Start date
Status
Not open for further replies.
S

Simon L. Prinsloo

Guest
The message is misleading. Actually the compiler is not able to resolve the type of "ENotificationTransportTypes", because it is not fully qualified and there is no USING. But when you implement an interface, instead of telling you that it cannot resolve the type, the compiler jumps straight to the message that it cannot find the implementation of something required by the interface or that the implementation does not match.

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