|
-
May 21st, 2000, 09:46 PM
#1
Thread Starter
New Member
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
-
May 21st, 2000, 10:03 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|