On Aug 6, 2007, at 06:21, Fredrik Larsson wrote: > Hi, > > I figure that it's v 6.0 that is compatible with Delphi.net? > Does anyone know how to generate the dll so it can be used by VS2005 > or have > a link to further information about it? > Is it a simple "compile to .net library" or is it far more to it?
Yes. When you compile a .NET library, it generates a DLL which is a CLI assembly. The assemblies can be used by any .NET application. You can use assemblies created in any language with either VS.NET or even Delphi.NET. However, as far as I know, it is not trivial to compile a complex component like TWSocket into managed code. You can try, but I'm not sure it will work without modifications. dZ. -- DZ-Jay [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be