PDA

View Full Version : Duplicate Method Definition in Enclient.pkg



starzen
26-Jun-2018, 09:03 AM
Entry_Update is declared twice in Entry_Client_Mixin in Enclient.pkg

first at line 118



Procedure Entry_Update Integer file# Integer flag
If (Has_Components_State(Self)) ;
Broadcast Send Entry_Update file# flag
End_Procedure


and then at line 322



Procedure Entry_Update Integer file# Integer flag
End_Procedure


effectively overwriting the first one

Dennis Piccioni
12-Jul-2018, 12:31 PM
Hi Mike,

thanks for the report, this is fixed for the next build.