문제

I'm starting to play with FreePascal/Lazarus and there appears to be an Indy port available. Is this a recent port and is it stable enough to use in production use? (Standard HTTP post/get client type work, and basic TCPIP server side.)

Or, perhaps is Indy developed explicitly to be used in FreePascal as well as Delphi so the latest version will work?

Thanks!

도움이 되었습니까?

해결책

Ive used Indy for a project, but just the basic client object.

Fetching a value from a server every hour, so nothing too demanding though

CodeTyphon saved myself any hassle of installing indy

다른 팁

Afaik it works fine on the core platforms. However versions from the unicode branch don't work designtime afaik.

Yes it is stable. The design components do not leak memory. Some things like generic templates are not in Lazarus because it it not in FPC yet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top