|
-
March 22nd, 2001, 09:59 AM
#1
Passing VB object
I am attempting to write a DLL in VC++ that can be called by Visual Basic. I have written functions that accept and return types such as int, float, double, etc., with no problem. I need to write a function that accepts a Visual Basic user defined class (object) as an argument. This class is a collection class that contains other VB classes. Is it possible to pass a VB object to a VC++ function? If so, how do I do this?
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
|