Results 1 to 2 of 2

Thread: Compile Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    1

    Exclamation

    Hi. I got this Compile Error when i tried to compile my ActiveX DLL.

    "Object module needs to implement "XXXX" for interface "YYYYYY"

    What does that meen. and how do a solv it?

    /Peter

  2. #2
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    Arrow Cause

    In your ActiveX DLL you have a class module that should implement an interface but doesn't (or only partially does).

    Every public member of your interface class must be implemented in each class that 'implements' it.

    Judging by the tone of your post, I would say that either you have accidentally used the IMPLEMENTS keyword in one of your class modules or you are modifying an ActiveX DLL that someone else has written and failed to follow through the implications of your changes.

    Do you understand the principles of interface inheritance?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width