Results 1 to 2 of 2

Thread: Using Implements in VB 6.0

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    1

    Exclamation

    Has anyone out there been successful in using the Implements command in VB 6.0?

    We are attempting to use it and whenever we change a method's signature or add/remove new methods, recompile our DLL, and attempt to run we end up gettinga GPF that brings down the application - and VB if it is running.

    We can successfully run our source code in VB 5.0 but not VB 6.0.

    Has anyone else had any experience with this problem?

    -- Thanks in advance,
    Jeff

  2. #2
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Sedgefield
    Posts
    337

    Cool Never done it myself but...

    the documentation says:

    When you implement an interface or class, you must include all the Public procedures involved. A missing member in an implementation of an interface or class causes an error. If you don't place code in one of the procedures in a class you are implementing, you can raise the appropriate error (Const E_NOTIMPL = &H80004001) so a user of the implementation understands that a member is not implemented.



    Dan

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