CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DLL

  1. #1
    Join Date
    Sep 1999
    Location
    Utah [Zion]
    Posts
    667

    DLL

    Is it possible to create a dll in VB that can be called by a C++ program? If so, know of any simple examples?

    alanr


  2. #2
    Guest

    Re: DLL

    Thats easy. Set up a new ActiveX dll project, write your code and compile it. Dll's you create in VB can be used in C++.


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