Re: c# and delphi
Eric
Date: 02/10/05
- Next message: Eric: "Re: Subscriber benefits,..."
- Previous message: Eric: "Re: custome COM Wrapper in .NET - Handling/exposing events"
- In reply to: Matthias H.: "Re: c# and delphi"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 13:24:56 -0800
Matthias H. wrote:
> I found it out but not with oleview. In the function I wanted to call
> I use "out" to reference a parameter. There must be "ref" instead.
And you should use early binding in Delphi - this is faster and
type-aware. Just import the .tlb file with Delphi's project menu. It
will create a .pas file that is similar to a proxy class in C#. You can
use the PAS file as a component to install in the VCL palette, or you
can dynamically create it.
Eric
- Next message: Eric: "Re: Subscriber benefits,..."
- Previous message: Eric: "Re: custome COM Wrapper in .NET - Handling/exposing events"
- In reply to: Matthias H.: "Re: c# and delphi"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|