CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Location
    Italy
    Posts
    25

    Question 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

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    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.

  3. #3
    Join Date
    May 2003
    Location
    Italy
    Posts
    25
    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
  •  





Click Here to Expand Forum to Full Width

Featured