Advertisement

08.20.2008 at 08:17AM PDT, ID: 23663451 | Points: 500
[x]
Attachment Details

Need help with a delphi COM interface menthod

Asked by matt_agm in Delphi Programming Language, Windows ATL / WTL / COM Programming

Tags:

I am working with a .Net component that supports com, I have the component imported and working however I need to use the IMapRenderer, I can declare a variable of type IMapRenderer I can call the function Render from this object, I need to assign the render function to some Delphi code and I do not know how to do it, any help please  

IMapRenderer = interface(IDispatch)
    ['{773095DD-9B5A-35EF-9C3F-30A4071DCA06}']
    procedure Render(const graphics: IUnknown; const rc: _RenderContext); safecall;
  end;Start Free Trial
[+][-]08.20.2008 at 08:43AM PDT, ID: 22270875

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.20.2008 at 08:44AM PDT, ID: 22270885

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.20.2008 at 08:51AM PDT, ID: 22270977

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.20.2008 at 08:54AM PDT, ID: 22271020

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628