CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Location
    Venezuela
    Posts
    23

    How to export functions on a VB DLL ??



    Hello,

    I am building a DLL, it compiled and built perfectly, but when i inspect it, i dont see any of my functions being exported.

    What do i have to do in order to export my functions on my dll??

    Thanks.

  2. #2
    Join Date
    May 2013
    Posts
    1

    Re: How to export functions on a VB DLL ??

    By default, you can not export a function from a VB6.0 ActiveX DLL. However, that being said... doesn't mean you can't do it. You will need a special tool to hook the VB compiler and change some of the options passed. Here is a project that can do just that: http://www.planet-source-code.com/vb...24616&lngWId=1

    If that project doesn't work for you, I believe there are a couple commercial Compiler Controllers out there. If anybody else knows of them please feel free to link them for this guy.

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