Hi
We have a project where we make email messages with indy message components.
We also use the sgcIndy components
For windows compilation this was not a problem somehow
now we try to compile for linux and we get everytime message like
[DCC Fatal Error] IdComponent.pas(263): F2051 Unit IdSocketHandle was compiled with a different version of System.Generics.Collections.TEnumerable`1.ToArrayImpl
I look for sgcIdMessage files in sgcIndy but they are not there.
We can convert them ourseleves. Do you have any guidelines for transforming a indy component to a sgcIndy component?