|
-
February 22nd, 2004, 10:07 AM
#1
Load a Class in Vb from DLL write in C++
Hi,
How i can find some example to create a DLL who contain a class and to use this class in VB ? I know how to export function, but to do this?
Thanks fo help
-
February 22nd, 2004, 10:13 AM
#2
COM does what you want. It does require a bit of learning though, it's not a simple thing.
A decent starting point is in MSDN under Component Development > Component Object Model (General)
Check the MFC example in the technical articles, this should get you an idea what you can do.
Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
Supports C++ and VB out of the box, but can be configured for other languages.
-
February 22nd, 2004, 10:20 AM
#3
thanks will try to see it
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
|