EStringListError: String list does not allow duplicates when Library_Intf used in package with Enum

Description:
EStringListError: String list does not allow duplicates when Library_Intf used in package with Enum in servicelibrary

ROTypes.pas, release 957 @ line 302 add:

  if (_ROEnumList.IndexOf(aEnumName) = -1) then // done -opgv : Test non-existence of aEnumName to fix duplicate error within package

Hi.

Sorry, I didn’t understand what you want to say. Enums with same name aren’t supported, need to avoid this.

Hello,

This problem is known and logged as
51881: DLL Server built with RO runtime packages using enum type produces Stringlist does not allow duplicates ERROR
The fix will be included into the next beta version which we are going to publish next week. Your proposed fix is good btw.
Apologies for the inconvenience.

Best regards - Sergey.