Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: .Net, Delphi 6 Pro, and Indy 9.0.18
| Subject: | Re: .Net, Delphi 6 Pro, and Indy 9.0.18 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 20 Mar 2007 13:00:52 |
"Gerry" <gepttipas3@hotmail.com> wrote in message
news:4600168d$1@newsgroups.borland.com...
> We do this by connecting to a .Net 2.0 library provided
> to us. Since Delphi 6 can't directly use a .Net library
Yes, it can. .NET asemblies expose their objects via COM, which
Delphi 6 supports. You can also host the .NET runtime engine itself
in your Delphi project via its COM object, if you want to run .NET
assemblies directly. Microsoft has articles about that on MSDN.
> The other POS system uses an Indy TIdTCPClient component
> to connect. The .Net wrapper keeps popping up a lot of
> .Net exception windows.
That is not very helpful information. Please provide more details.
Gambit
none